#E2D333
A medium, vivid yellow closely aligning with Gold.
About #E2D333
The precise color #E2D333 is an excellent choice for modern design projects. 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, 211, and 51.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 7% Magenta, 77% Yellow, and 11% Black. 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#E2D333
RGB226, 211, 51
HSL54.9°, 75.1%, 54.3%
CMYK0%, 7%, 77%, 11%
HSV54.9°, 77.4%, 88.6%
LAB83.4, -11.3, 74.6
XYZ55.3, 63.0, 12.4
Decimal14865203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.60:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D333;
}
.text-color {
color: #E2D333;
}
.border-color {
border: 2px solid #E2D333;
}