#E2B61D
A medium, vivid yellow closely aligning with Goldenrod.
About #E2B61D
Visually, #E2B61D is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 182, and 29.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 19% magenta, 87% yellow, and 11% black. With a hue angle of 46.6 degrees, it sits comfortably in the yellow spectrum.
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#E2B61D
RGB226, 182, 29
HSL46.6°, 77.3%, 50.0%
CMYK0%, 19%, 87%, 11%
HSV46.6°, 87.2%, 88.6%
LAB75.9, 2.9, 73.9
XYZ48.3, 49.7, 8.2
Decimal14857757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B61D;
}
.text-color {
color: #E2B61D;
}
.border-color {
border: 2px solid #E2B61D;
}