#ee4100
a balanced, electric orange · warm · closest name: red
RGB
238, 65, 0
HSL
16°, 100%, 47%
CMYK
0, 73, 100, 7
Luminance
0.2196
Every format
| HEX | #ee4100 |
| RGB | rgb(238, 65, 0) |
| HSL | hsl(16, 100%, 47%) |
| CMYK | cmyk(0%, 73%, 100%, 7%) |
| LAB | lab(54.0 63.9 65.5) |
| LCH | lch(54.0 91.5 45.7) |
| OKLCH | oklch(0.628 0.217 35.7) |
Copy-ready code
/* CSS */
color: #ee4100;
background-color: #ee4100;
/* Tailwind (arbitrary) */
class="text-[#ee4100] bg-[#ee4100]"
/* SCSS */
$brand: #ee4100;
/* SwiftUI */
Color(red: 0.933, green: 0.255, blue: 0.000)
/* Android */
Color.parseColor("#ee4100")Accessibility — WCAG contrast
Aa
#ee4100 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee4100 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green25.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow100.0%
Key (black)6.7%
Color previews
#ee4100 text on a black background
contrast 5.39:1
Card sample
#ee4100 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee4100;
Background color
Panel with #ee4100 background
background-color: #ee4100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee4100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 65, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 65, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee4100; background: linear-gradient(135deg, #ee4100, #EEE000);