#E2DB8A
A light, moderate yellow closely aligning with Khaki.
About #E2DB8A
Visually, #E2DB8A is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 226 red, 219 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 39% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2DB8A
RGB226, 219, 138
HSL55.2°, 60.3%, 71.4%
CMYK0%, 3%, 39%, 11%
HSV55.2°, 38.9%, 88.6%
LAB86.3, -9.2, 40.7
XYZ61.3, 68.7, 34.1
Decimal14867338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.73:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB8A;
}
.text-color {
color: #E2DB8A;
}
.border-color {
border: 2px solid #E2DB8A;
}