Crash Dummy
#eeee66
Here's everything about the color Crash Dummy (#eeee66) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eeee66 | |
|---|---|---|
| RGB | rgb(238, 238, 102) | |
| HSL | hsl(60, 80%, 67%) | |
| CMYK | cmyk(0%, 0%, 57%, 7%) | |
| LAB | lab(92, -12, 64) | |
| OKLCH | oklch(0.92 0.157 109) |
Color harmonies
Tints & shades
Code snippets
color: #eeee66;
background-color: #eeee66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEEE66)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.93, blue: 0.40, alpha: 1.0)