#E9E992
A light, moderate yellow closely aligning with Khaki.
About #E9E992
At its core, #E9E992 is a light and moderate hue. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 233 red, 233 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9E992
RGB233, 233, 146
HSL60.0°, 66.4%, 74.3%
CMYK0%, 0%, 37%, 9%
HSV60.0°, 37.3%, 91.4%
LAB90.6, -12.6, 42.3
XYZ67.9, 77.7, 38.6
Decimal15329682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.54:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E992;
}
.text-color {
color: #E9E992;
}
.border-color {
border: 2px solid #E9E992;
}