Furious Tiger
#ea5814
Looking for the precise values behind Furious Tiger (#ea5814)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ea5814 | |
|---|---|---|
| RGB | rgb(234, 88, 20) | |
| HSL | hsl(19, 84%, 50%) | |
| CMYK | cmyk(0%, 62%, 91%, 8%) | |
| LAB | lab(57, 56, 63) | |
| OKLCH | oklch(0.65 0.193 40) |
Color harmonies
Tints & shades
Code snippets
color: #ea5814;
background-color: #ea5814;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEA5814)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.35, blue: 0.08, alpha: 1.0)