Orangealicious
#ee5511
Here's everything about the color Orangealicious (#ee5511) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee5511 | |
|---|---|---|
| RGB | rgb(238, 85, 17) | |
| HSL | hsl(18, 87%, 50%) | |
| CMYK | cmyk(0%, 64%, 93%, 7%) | |
| LAB | lab(58, 58, 65) | |
| OKLCH | oklch(0.65 0.2 39) |
Color harmonies
Tints & shades
Code snippets
color: #ee5511;
background-color: #ee5511;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEE5511)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.33, blue: 0.07, alpha: 1.0)