24 Carrot
#e56e24
24 Carrot is a color with the hex code #e56e24. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e56e24 | |
|---|---|---|
| RGB | rgb(229, 110, 36) | |
| HSL | hsl(23, 79%, 52%) | |
| CMYK | cmyk(0%, 52%, 84%, 10%) | |
| LAB | lab(61, 44, 60) | |
| OKLCH | oklch(0.67 0.168 47) |
Color harmonies
Tints & shades
Code snippets
color: #e56e24;
background-color: #e56e24;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE56E24)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.43, blue: 0.14, alpha: 1.0)