#E2D33A
A medium, vivid yellow closely aligning with Gold.
About #E2D33A
At its core, #E2D33A is a medium and vivid hue. Designers often compare it to the standard color Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 211, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 74% Y, and 11% K. The HSL representation is 54.6° hue, 74.3% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E2D33A
RGB226, 211, 58
HSL54.6°, 74.3%, 55.7%
CMYK0%, 7%, 74%, 11%
HSV54.6°, 74.3%, 88.6%
LAB83.5, -11.1, 72.4
XYZ55.4, 63.1, 13.3
Decimal14865210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.61:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D33A;
}
.text-color {
color: #E2D33A;
}
.border-color {
border: 2px solid #E2D33A;
}