#E9D399
A light, moderate orange closely aligning with Navajowhite.
About #E9D399
At its core, #E9D399 is a light and moderate hue. It is closely associated with the named CSS color Navajowhite. Its digital footprint relies on 233 parts red, 211 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 34% Yellow, and 9% Black. The HSL representation is 43.5° hue, 64.5% saturation, and 75.7% lightness.
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#E9D399
RGB233, 211, 153
HSL43.5°, 64.5%, 75.7%
CMYK0%, 9%, 34%, 9%
HSV43.5°, 34.3%, 91.4%
LAB85.1, -0.7, 31.5
XYZ62.6, 66.2, 39.6
Decimal15324057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D399;
}
.text-color {
color: #E9D399;
}
.border-color {
border: 2px solid #E9D399;
}