Pumpkin Cat
#eb7b07
Pumpkin Cat, represented by the hex value #eb7b07, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eb7b07 | |
|---|---|---|
| RGB | rgb(235, 123, 7) | |
| HSL | hsl(31, 94%, 47%) | |
| CMYK | cmyk(0%, 48%, 97%, 8%) | |
| LAB | lab(64, 40, 70) | |
| OKLCH | oklch(0.7 0.171 55) |
Color harmonies
Tints & shades
Code snippets
color: #eb7b07;
background-color: #eb7b07;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEB7B07)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.48, blue: 0.03, alpha: 1.0)