#ea5900
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 89, 0
HSL
23°, 100%, 46%
CMYK
0, 62, 100, 8
Luminance
0.2464
Every format
| HEX | #ea5900 |
| RGB | rgb(234, 89, 0) |
| HSL | hsl(23, 100%, 46%) |
| CMYK | cmyk(0%, 62%, 100%, 8%) |
| LAB | lab(56.7 53.3 66.5) |
| LCH | lch(56.7 85.2 51.3) |
| OKLCH | oklch(0.647 0.195 42.2) |
Copy-ready code
/* CSS */
color: #ea5900;
background-color: #ea5900;
/* Tailwind (arbitrary) */
class="text-[#ea5900] bg-[#ea5900]"
/* SCSS */
$brand: #ea5900;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.000)
/* Android */
Color.parseColor("#ea5900")Accessibility — WCAG contrast
Aa
#ea5900 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea5900 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow100.0%
Key (black)8.2%
Color previews
#ea5900 text on a black background
contrast 5.93:1
Card sample
#ea5900 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea5900;
Background color
Panel with #ea5900 background
background-color: #ea5900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea5900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea5900; background: linear-gradient(135deg, #ea5900, #DFEA00);