Under the Sun
#efd100
Looking for the precise values behind Under the Sun (#efd100)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efd100 | |
|---|---|---|
| RGB | rgb(239, 209, 0) | |
| HSL | hsl(52, 100%, 47%) | |
| CMYK | cmyk(0%, 13%, 100%, 6%) | |
| LAB | lab(84, -1, 84) | |
| OKLCH | oklch(0.86 0.178 99) |
Color harmonies
Tints & shades
Code snippets
color: #efd100;
background-color: #efd100;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFD100)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.82, blue: 0.00, alpha: 1.0)