HSL(44, 79%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,79%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 79%, 56%) | color: hsl(44, 79%, 56%) | |
| HEX | #E7B836 | color: #E7B836 | |
| RGB | rgb(231, 184, 54) | color: rgb(231, 184, 54) | |
| CMYK | cmyk(0%, 20%, 77%, 9%) | — | |
| HSV | hsv(44, 77%, 91%) | — | |
| HWB | hwb(44 21% 9%) | color: hwb(44 21% 9%) | |
| OKLCH | oklch(0.8036 0.1483 87.66) | color: oklch(0.8036 0.1483 87.66) | |
| Lab | lab(77 4.79 67.88) | color: lab(77 4.79 67.88) | |
| LCH | lch(77 68.05 85.96) | color: lch(77 68.05 85.96) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#D3D255 — rgb(211, 210, 85)
Deuteranopia (Green-blind)
#D5D95D — rgb(213, 217, 93)
Tritanopia (Blue-blind)
#E56E74 — rgb(229, 110, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 79%, 56%);
text
color: hsl(44, 79%, 56%);
border
border: 2px solid hsl(44, 79%, 56%);
gradient light
background: linear-gradient(to right, hsl(44, 79%, 76%), hsl(44, 79%, 56%));
gradient dark
background: linear-gradient(to right, hsl(44, 79%, 56%), hsl(44, 79%, 36%))
hex
background-color: #E7B836;
tailwind
bg-[hsl(44,79%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 79%, 56%, 0.4);
css variable
--color-primary: hsl(44, 79%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 79%, 56%)?
HEX: #E7B836 | RGB: rgb(231, 184, 54) | CMYK: 0%, 20%, 77%, 9% | HSV: 44°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #E7B836?
The complementary color is HSL(224, 79%, 56%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 79%, 56%) in CSS?
As HSL: color: hsl(44, 79%, 56%); — As HEX: color: #E7B836; — As RGB: color: rgb(231, 184, 54); — Tailwind CSS: bg-[hsl(44,79%,56%)] — CSS variable: --color-primary: hsl(44, 79%, 56%);