Warm Welcome
#ea9073
Warm Welcome, represented by the hex value #ea9073, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ea9073 | |
|---|---|---|
| RGB | rgb(234, 144, 115) | |
| HSL | hsl(15, 74%, 68%) | |
| CMYK | cmyk(0%, 38%, 51%, 8%) | |
| LAB | lab(69, 33, 31) | |
| OKLCH | oklch(0.74 0.117 39) |
Color harmonies
Tints & shades
Code snippets
color: #ea9073;
background-color: #ea9073;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEA9073)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.56, blue: 0.45, alpha: 1.0)