Pharaoh’s Gold
#ead765
Looking for the precise values behind Pharaoh’s Gold (#ead765)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ead765 | |
|---|---|---|
| RGB | rgb(234, 215, 101) | |
| HSL | hsl(51, 76%, 66%) | |
| CMYK | cmyk(0%, 8%, 57%, 8%) | |
| LAB | lab(86, -3, 58) | |
| OKLCH | oklch(0.87 0.136 100) |
Color harmonies
Tints & shades
Code snippets
color: #ead765;
background-color: #ead765;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAD765)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.84, blue: 0.40, alpha: 1.0)