Yakitori
#ecab3f
Looking for the precise values behind Yakitori (#ecab3f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ecab3f | |
|---|---|---|
| RGB | rgb(236, 171, 63) | |
| HSL | hsl(37, 82%, 59%) | |
| CMYK | cmyk(0%, 28%, 73%, 7%) | |
| LAB | lab(75, 18, 62) | |
| OKLCH | oklch(0.78 0.142 76) |
Color harmonies
Tints & shades
Code snippets
color: #ecab3f;
background-color: #ecab3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFECAB3F)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.67, blue: 0.25, alpha: 1.0)