HSL(39, 79%, 56%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,79%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 79%, 56%) | color: hsl(39, 79%, 56%) | |
| HEX | #E7A936 | color: #E7A936 | |
| RGB | rgb(231, 169, 54) | color: rgb(231, 169, 54) | |
| CMYK | cmyk(0%, 27%, 77%, 9%) | — | |
| HSV | hsv(39, 77%, 91%) | — | |
| HWB | hwb(39 21% 9%) | color: hwb(39 21% 9%) | |
| OKLCH | oklch(0.7746 0.1437 78.41) | color: oklch(0.7746 0.1437 78.41) | |
| Lab | lab(73.31 12.7 64.41) | color: lab(73.31 12.7 64.41) | |
| LCH | lch(73.31 65.65 78.85) | color: lch(73.31 65.65 78.85) |
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)
#CCCC52 — rgb(204, 204, 82)
Deuteranopia (Green-blind)
#D0D459 — rgb(208, 212, 89)
Tritanopia (Blue-blind)
#E4686D — rgb(228, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 79%, 56%);
text
color: hsl(39, 79%, 56%);
border
border: 2px solid hsl(39, 79%, 56%);
gradient light
background: linear-gradient(to right, hsl(39, 79%, 76%), hsl(39, 79%, 56%));
gradient dark
background: linear-gradient(to right, hsl(39, 79%, 56%), hsl(39, 79%, 36%))
hex
background-color: #E7A936;
tailwind
bg-[hsl(39,79%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 79%, 56%, 0.4);
css variable
--color-primary: hsl(39, 79%, 56%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 79%, 56%)?
HEX: #E7A936 | RGB: rgb(231, 169, 54) | CMYK: 0%, 27%, 77%, 9% | HSV: 39°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #E7A936?
The complementary color is HSL(219, 79%, 56%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 79%, 56%) in CSS?
As HSL: color: hsl(39, 79%, 56%); — As HEX: color: #E7A936; — As RGB: color: rgb(231, 169, 54); — Tailwind CSS: bg-[hsl(39,79%,56%)] — CSS variable: --color-primary: hsl(39, 79%, 56%);