Yellow Press
#e6e382
Yellow Press is a color with the hex code #e6e382. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e6e382 | |
|---|---|---|
| RGB | rgb(230, 227, 130) | |
| HSL | hsl(58, 67%, 71%) | |
| CMYK | cmyk(0%, 1%, 43%, 10%) | |
| LAB | lab(89, -9, 47) | |
| OKLCH | oklch(0.9 0.12 107) |
Color harmonies
Tints & shades
Code snippets
color: #e6e382;
background-color: #e6e382;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6E382)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.89, blue: 0.51, alpha: 1.0)