#E2CC8A
A light, moderate yellow closely aligning with Palegoldenrod.
About #E2CC8A
Visually, #E2CC8A is defined as a moderate yellow. It is closely associated with the named CSS color Palegoldenrod. In the RGB color space, it consists of 226 red, 204 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 10% M, 39% Y, and 11% K. With a hue angle of 45.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2CC8A
RGB226, 204, 138
HSL45.0°, 60.3%, 71.4%
CMYK0%, 10%, 39%, 11%
HSV45.0°, 38.9%, 88.6%
LAB82.5, -1.5, 35.7
XYZ57.5, 61.2, 32.8
Decimal14863498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CC8A;
}
.text-color {
color: #E2CC8A;
}
.border-color {
border: 2px solid #E2CC8A;
}