Retro Nectarine
#ef7d16
Retro Nectarine, represented by the hex value #ef7d16, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ef7d16 | |
|---|---|---|
| RGB | rgb(239, 125, 22) | |
| HSL | hsl(28, 87%, 51%) | |
| CMYK | cmyk(0%, 48%, 91%, 6%) | |
| LAB | lab(65, 41, 68) | |
| OKLCH | oklch(0.71 0.171 54) |
Color harmonies
Tints & shades
Code snippets
color: #ef7d16;
background-color: #ef7d16;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEF7D16)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.49, blue: 0.09, alpha: 1.0)