#E2E916
A medium, vivid yellow closely aligning with Yellow.
About #E2E916
Visually, #E2E916 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(226, 233, 22).
Translating this color to physical media requires the CMYK color model. 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2E916
RGB226, 233, 22
HSL62.0°, 82.7%, 50.0%
CMYK3%, 0%, 91%, 9%
HSV62.0°, 90.6%, 91.4%
LAB89.2, -22.8, 85.6
XYZ60.6, 74.5, 11.9
Decimal14870806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.90:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E916;
}
.text-color {
color: #E2E916;
}
.border-color {
border: 2px solid #E2E916;
}