#ED9A4E
A light, vivid orange closely aligning with Sandybrown.
About #ED9A4E
The hex code #ED9A4E represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sandybrown. In the RGB color space, it consists of 237 red, 154 green, and 78 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 35% M, 67% Y, and 7% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#ED9A4E
RGB237, 154, 78
HSL28.7°, 81.5%, 61.8%
CMYK0%, 35%, 67%, 7%
HSV28.7°, 67.1%, 92.9%
LAB70.6, 24.3, 51.6
XYZ47.9, 41.7, 12.7
Decimal15571534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #ED9A4E;
}
.text-color {
color: #ED9A4E;
}
.border-color {
border: 2px solid #ED9A4E;
}