#E29200
A medium, vivid orange closely aligning with Orange.
About #E29200
Visually, #E29200 is defined as a vivid orange. Its closest recognized web color is Orange. In the RGB color space, it consists of 226 red, 146 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 35% Magenta, 100% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E29200
RGB226, 146, 0
HSL38.8°, 100.0%, 44.3%
CMYK0%, 35%, 100%, 11%
HSV38.8°, 100.0%, 88.6%
LAB67.1, 21.7, 72.1
XYZ41.6, 36.7, 4.9
Decimal14848512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E29200;
}
.text-color {
color: #E29200;
}
.border-color {
border: 2px solid #E29200;
}