Pika Yellow
#eee92d
Looking for the precise values behind Pika Yellow (#eee92d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eee92d | |
|---|---|---|
| RGB | rgb(238, 233, 45) | |
| HSL | hsl(58, 85%, 55%) | |
| CMYK | cmyk(0%, 2%, 81%, 7%) | |
| LAB | lab(91, -12, 82) | |
| OKLCH | oklch(0.91 0.187 108) |
Color harmonies
Tints & shades
Code snippets
color: #eee92d;
background-color: #eee92d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEE92D)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.91, blue: 0.18, alpha: 1.0)