Shades of Golden Fizz #E5D72E
Tints of Golden Fizz #E5D72E
RGB
CMYK
RGB Variations
Color information
#E5D72E (or 0xE5D72E) is known color: Golden Fizz. HEX triplet: E5, D7 and 2E. RGB value is (229,215,46). Sum of RGB (Red+Green+Blue) = 229+215+46=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D72E is #1A28D1. Grayscale: #C8C8C8. Windows color (decimal): -1714386 or 3069925. OLE color: 3069925.
HSL color Cylindrical-coordinate representation of color #E5D72E: hue angle of 55.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D72E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.10 |
| HSL | 55.41º | 0.78% | 0.54% | - |
| HSV(B) | 55.41º | 0.8% | 0.9% | - |
| XYZ | 57.11 | 65.46 | 12.21 | - |
| YUV | 199.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 46 | 0 | 0.06 | 0.80 | 0.10 | 55.41 | 0.78 | 0.54 |
| Hex | E5 | D7 | 2E | 0 | 6 | 50 | A | 37 | 4E | 36 |
| Octal | 345 | 327 | 56 | 0 | 6 | 120 | 12 | 67 | 116 | 66 |
| Binary | 11100101 | 11010111 | 101110 | 0 | 110 | 1010000 | 1010 | 110111 | 1001110 | 110110 |
Color Harmonies of #E5D72E
Complementary color
Monochromatic Colors of #E5D72E
Black with #E5D72E
Text Example
Text Example
White with #E5D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D72E; }
p { color: rgb(229,215,46); }
H1.HeaderClassName
{
color: #E5D72E;
}
.AnyTagClassName
{
color: #E5D72E;
}
</style>
background-color css
<style>
a { background-color: #E5D72E; }
a { background-color: rgb(229,215,46); }
div.DivClassName
{
background-color: #E5D72E;
}
.BgClassName
{
background-color: #E5D72E;
}
</style>
border-color css
<style>
span { border-color: #E5D72E; }
span { border-color: rgb(229,215,46); }
td.TdClassName
{
border-color: #E5D72E;
}
.TagClassName
{
border-color: #E5D72E;
}
</style>