#E9C566
A light, vivid orange closely aligning with Khaki.
About #E9C566
Visually, #E9C566 is defined as a vivid orange. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 197, and 102.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 15% Magenta, 56% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9C566
RGB233, 197, 102
HSL43.5°, 74.9%, 65.7%
CMYK0%, 15%, 56%, 9%
HSV43.5°, 56.2%, 91.4%
LAB80.9, 1.6, 51.7
XYZ56.0, 58.2, 20.9
Decimal15320422
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.64:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9C566;
}
.text-color {
color: #E9C566;
}
.border-color {
border: 2px solid #E9C566;
}