#E2E233
A medium, vivid yellow closely aligning with Gold.
About #E2E233
The hex code #E2E233 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 226, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 75.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. 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#E2E233
RGB226, 226, 51
HSL60.0°, 75.1%, 54.3%
CMYK0%, 0%, 77%, 11%
HSV60.0°, 77.4%, 88.6%
LAB87.4, -18.7, 78.1
XYZ59.2, 70.8, 13.7
Decimal14869043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.16:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E233;
}
.text-color {
color: #E2E233;
}
.border-color {
border: 2px solid #E2E233;
}