#E2E250
A light, vivid yellow closely aligning with Yellowgreen.
About #E2E250
When working with digital screens, the color #E2E250 is rendered by mixing light. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 226 red, 226 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 65% 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. 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#E2E250
RGB226, 226, 80
HSL60.0°, 71.6%, 60.0%
CMYK0%, 0%, 65%, 11%
HSV60.0°, 64.6%, 88.6%
LAB87.6, -17.4, 68.5
XYZ60.0, 71.1, 18.2
Decimal14869072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E250;
}
.text-color {
color: #E2E250;
}
.border-color {
border: 2px solid #E2E250;
}