French Fry
#ebc263
French Fry is a color with the hex code #ebc263. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ebc263 | |
|---|---|---|
| RGB | rgb(235, 194, 99) | |
| HSL | hsl(42, 77%, 65%) | |
| CMYK | cmyk(0%, 17%, 58%, 8%) | |
| LAB | lab(81, 7, 53) | |
| OKLCH | oklch(0.83 0.123 86) |
Color harmonies
Tints & shades
Code snippets
color: #ebc263;
background-color: #ebc263;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBC263)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.76, blue: 0.39, alpha: 1.0)