#E9C575
A light, vivid orange closely aligning with Darkkhaki.
About #E9C575
At its core, #E9C575 is a light and vivid hue. It is closely associated with the named CSS color Darkkhaki. This translates to an RGB value of rgb(233, 197, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 50% yellow, and 9% black. With a hue angle of 41.4 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9C575
RGB233, 197, 117
HSL41.4°, 72.5%, 68.6%
CMYK0%, 15%, 50%, 9%
HSV41.4°, 49.8%, 91.4%
LAB81.0, 2.8, 44.6
XYZ56.8, 58.5, 25.1
Decimal15320437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9C575;
}
.text-color {
color: #E9C575;
}
.border-color {
border: 2px solid #E9C575;
}