Flamenco
#ea8645
Flamenco, represented by the hex value #ea8645, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ea8645 | |
|---|---|---|
| RGB | rgb(234, 134, 69) | |
| HSL | hsl(24, 80%, 59%) | |
| CMYK | cmyk(0%, 43%, 71%, 8%) | |
| LAB | lab(66, 36, 51) | |
| OKLCH | oklch(0.72 0.146 51) |
Color harmonies
Tints & shades
Code snippets
color: #ea8645;
background-color: #ea8645;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEA8645)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.53, blue: 0.27, alpha: 1.0)