#ea5916
a balanced, electric orange · warm · closest name: Orange Red
At a glance
Every number on this page in one read: what #ea5916 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ea5916 |
| RGB | rgb(234, 89, 22) |
| HSL | hsl(19, 84%, 50%) |
| CMYK | cmyk(0%, 62%, 91%, 8%) |
| LAB | lab(56.8 53.5 61.6) |
| LCH | lch(56.8 81.6 49.0) |
| OKLCH | oklch(0.648 0.192 40.5) |
| Decimal | 15358230 |
| Display P3 | color(display-p3 0.918 0.349 0.086) |
Copy-ready code
/* CSS */
color: #ea5916;
background-color: #ea5916;
/* Tailwind (arbitrary) */
class="text-[#ea5916] bg-[#ea5916]"
/* SCSS */
$brand: #ea5916;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.086)
/* Android */
Color.parseColor("#ea5916")
/* Flutter */
Color(0xFFEA5916)
/* Python / OpenCV (BGR) */
(22, 89, 234)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ea5916 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF6F2;
--brand-100: #FAECE6;
--brand-200: #F6D5C5;
--brand-300: #F6B698;
--brand-400: #F19165;
--brand-500: #EC6C31;
--brand-600: #ea5916;
--brand-700: #BB4711;
--brand-800: #96390D;
--brand-900: #6C2C0E;
--brand-950: #441B09;
--brand: #ea5916;
--brand-ink: #000000;
}Colors that work with #ea5916
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ea5916
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #16A7EA | Directly opposite — maximum tension | |
| Analogous left | #EA163D | Neighbour, quieter | |
| Analogous right | #EAC316 | Neighbour, quieter | |
| Split-complement 1 | #16EAC3 | Contrast without the clash | |
| Split-complement 2 | #163DEA | Contrast without the clash | |
| Triadic 1 | #16EA59 | Even thirds — balanced and loud | |
| Triadic 2 | #5916EA | Even thirds — balanced and loud | |
| Tetradic | #3DEA16 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ea5916 text on a black background
contrast 5.94:1
#ea5916 text on a white background
contrast 3.54:1
CSS3 live lab
The quick brown fox
color: #ea5916;
background-color: #ea5916;
Glowing headline
text-shadow: 2px 2px 8px #ea5916;
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 22, 0.45);
box-shadow: 0 12px 32px -8px rgba(234, 89, 22, 0.45);
border: 3px solid #ea5916; background: linear-gradient(135deg, #ea5916, #EAE716);
Monochromatic scale
Palettes built from #ea5916
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Burnt Orange (#cc5500) — ΔE2000 6.9 away, with its history, psychology and brand usage.
#ea5916 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ea5916, answered
What color is #ea5916?
#ea5916 is a balanced electric orange, closest to Orange Red (ΔE2000 4.2). It sits at 19° on the hue wheel with 84% saturation and 50% lightness, which reads as warm.
What is the RGB value of #ea5916?
rgb(234, 89, 22) — 234 red, 89 green and 22 blue out of 255, or 91.8% / 34.9% / 8.6% by channel.
Is #ea5916 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2470 and perceived brightness is 57%, so black text on it reaches 5.94:1.
Should I use black or white text on #ea5916?
Black. It scores 5.94:1 against #ea5916, versus 3.54:1 for white — AA at any size.
What is the complementary color of #ea5916?
#16A7EA sits directly opposite on the wheel. Softer options are the split-complements #16EAC3 and #163DEA, which give the same contrast with far less vibration.
What colors go well with #ea5916?
For interface work: #FAF6F4 as the surface, #EDCEC0 for borders, #9B644B for secondary text, #0DB3BF as an accent and #752C0B for hover and pressed states. For a palette, the analogous pair #EA163D and #EAC316 stays calm, while #16A7EA is the loudest partner.
What is #ea5916 in CMYK for printing?
cmyk(0%, 62%, 91%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #ea5916 warm or cool?
Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EC742D; nudged cooler, #ED131E.