#eea400
a balanced, electric yellow · warm · closest name: orange
RGB
238, 164, 0
HSL
41°, 100%, 47%
CMYK
0, 31, 100, 7
Luminance
0.4473
Every format
| HEX | #eea400 |
| RGB | rgb(238, 164, 0) |
| HSL | hsl(41, 100%, 47%) |
| CMYK | cmyk(0%, 31%, 100%, 7%) |
| LAB | lab(72.7 17.3 76.5) |
| LCH | lch(72.7 78.4 77.3) |
| OKLCH | oklch(0.771 0.162 76.4) |
Copy-ready code
/* CSS */
color: #eea400;
background-color: #eea400;
/* Tailwind (arbitrary) */
class="text-[#eea400] bg-[#eea400]"
/* SCSS */
$brand: #eea400;
/* SwiftUI */
Color(red: 0.933, green: 0.643, blue: 0.000)
/* Android */
Color.parseColor("#eea400")Accessibility — WCAG contrast
Aa
#eea400 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea400 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green64.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow100.0%
Key (black)6.7%
Color previews
#eea400 text on a black background
contrast 9.95:1
Card sample
#eea400 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea400;
Background color
Panel with #eea400 background
background-color: #eea400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 164, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 164, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea400; background: linear-gradient(135deg, #eea400, #9AEE00);