Tonkatsu
#edac36
Here's everything about the color Tonkatsu (#edac36) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #edac36 | |
|---|---|---|
| RGB | rgb(237, 172, 54) | |
| HSL | hsl(39, 84%, 57%) | |
| CMYK | cmyk(0%, 27%, 77%, 7%) | |
| LAB | lab(75, 17, 66) | |
| OKLCH | oklch(0.79 0.147 78) |
Color harmonies
Tints & shades
Code snippets
color: #edac36;
background-color: #edac36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDAC36)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.67, blue: 0.21, alpha: 1.0)