#E2D349
A medium, vivid yellow closely aligning with Gold.
About #E2D349
Visually, #E2D349 is defined as a vivid yellow. Its closest recognized web color is Gold. Its digital footprint relies on 226 parts red, 211 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. With a hue angle of 54.1 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2D349
RGB226, 211, 73
HSL54.1°, 72.5%, 58.6%
CMYK0%, 7%, 68%, 11%
HSV54.1°, 67.7%, 88.6%
LAB83.6, -10.4, 67.1
XYZ55.9, 63.2, 15.6
Decimal14865225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D349;
}
.text-color {
color: #E2D349;
}
.border-color {
border: 2px solid #E2D349;
}