#E2E9CC
A very light, moderate yellow closely aligning with Beige.
About #E2E9CC
When working with digital screens, the color #E2E9CC is rendered by mixing light. Its closest recognized web color is Beige. In the RGB color space, it consists of 226 red, 233 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2E9CC
RGB226, 233, 204
HSL74.5°, 39.7%, 85.7%
CMYK3%, 0%, 12%, 9%
HSV74.5°, 12.4%, 91.4%
LAB91.1, -7.3, 13.3
XYZ71.4, 78.8, 68.6
Decimal14870988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.76:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E9CC;
}
.text-color {
color: #E2E9CC;
}
.border-color {
border: 2px solid #E2E9CC;
}