Venus
#eed053
Looking for the precise values behind Venus (#eed053)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eed053 | |
|---|---|---|
| RGB | rgb(238, 208, 83) | |
| HSL | hsl(48, 82%, 63%) | |
| CMYK | cmyk(0%, 13%, 65%, 7%) | |
| LAB | lab(84, 1, 64) | |
| OKLCH | oklch(0.86 0.145 96) |
Color harmonies
Tints & shades
Code snippets
color: #eed053;
background-color: #eed053;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEED053)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.82, blue: 0.33, alpha: 1.0)