#eec113
a balanced, electric yellow · cool · closest name: gold
RGB
238, 193, 19
HSL
48°, 87%, 50%
CMYK
0, 19, 92, 7
Luminance
0.5636
Every format
| HEX | #eec113 |
| RGB | rgb(238, 193, 19) |
| HSL | hsl(48, 87%, 50%) |
| CMYK | cmyk(0%, 19%, 92%, 7%) |
| LAB | lab(79.8 2.2 79.3) |
| LCH | lch(79.8 79.3 88.4) |
| OKLCH | oklch(0.827 0.166 91.4) |
Copy-ready code
/* CSS */
color: #eec113;
background-color: #eec113;
/* Tailwind (arbitrary) */
class="text-[#eec113] bg-[#eec113]"
/* SCSS */
$brand: #eec113;
/* SwiftUI */
Color(red: 0.933, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#eec113")Accessibility — WCAG contrast
Aa
#eec113 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec113 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green75.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow92.0%
Key (black)6.7%
Color previews
#eec113 text on a black background
contrast 12.27:1
Card sample
#eec113 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec113;
Background color
Panel with #eec113 background
background-color: #eec113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec113; background: linear-gradient(135deg, #eec113, #89EE13);