Golden Frame
#e2b31b
Golden Frame, represented by the hex value #e2b31b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2b31b | |
|---|---|---|
| RGB | rgb(226, 179, 27) | |
| HSL | hsl(46, 79%, 50%) | |
| CMYK | cmyk(0%, 21%, 88%, 11%) | |
| LAB | lab(76, 9, 74) | |
| OKLCH | oklch(0.79 0.156 89) |
Color harmonies
Tints & shades
Code snippets
color: #e2b31b;
background-color: #e2b31b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2B31B)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.70, blue: 0.11, alpha: 1.0)