#e0a226
a balanced, electric yellow · warm · closest name: orange
RGB
224, 162, 38
HSL
40°, 75%, 51%
CMYK
0, 28, 83, 12
Luminance
0.4183
Every format
| HEX | #e0a226 |
| RGB | rgb(224, 162, 38) |
| HSL | hsl(40, 75%, 51%) |
| CMYK | cmyk(0%, 28%, 83%, 12%) |
| LAB | lab(70.8 12.9 67.3) |
| LCH | lch(70.8 68.5 79.2) |
| OKLCH | oklch(0.753 0.146 78.9) |
Copy-ready code
/* CSS */
color: #e0a226;
background-color: #e0a226;
/* Tailwind (arbitrary) */
class="text-[#e0a226] bg-[#e0a226]"
/* SCSS */
$brand: #e0a226;
/* SwiftUI */
Color(red: 0.878, green: 0.635, blue: 0.149)
/* Android */
Color.parseColor("#e0a226")Accessibility — WCAG contrast
Aa
#e0a226 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0a226 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green63.5%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow83.0%
Key (black)12.2%
Color previews
#e0a226 text on a black background
contrast 9.37:1
Card sample
#e0a226 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0a226;
Background color
Panel with #e0a226 background
background-color: #e0a226;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0a226;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 162, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 162, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0a226; background: linear-gradient(135deg, #e0a226, #A2E026);