Finger Banana
#e1c12f
Looking for the precise values behind Finger Banana (#e1c12f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1c12f | |
|---|---|---|
| RGB | rgb(225, 193, 47) | |
| HSL | hsl(49, 75%, 53%) | |
| CMYK | cmyk(0%, 14%, 79%, 12%) | |
| LAB | lab(79, 2, 71) | |
| OKLCH | oklch(0.82 0.156 96) |
Color harmonies
Tints & shades
Code snippets
color: #e1c12f;
background-color: #e1c12f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1C12F)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.76, blue: 0.18, alpha: 1.0)