Shades of Golden Fizz #E5D72C
Tints of Golden Fizz #E5D72C
RGB
CMYK
RGB Variations
Color information
#E5D72C (or 0xE5D72C) is known color: Golden Fizz. HEX triplet: E5, D7 and 2C. RGB value is (229,215,44). Sum of RGB (Red+Green+Blue) = 229+215+44=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D72C is #1A28D3. Grayscale: #C8C8C8. Windows color (decimal): -1714388 or 2938853. OLE color: 2938853.
HSL color Cylindrical-coordinate representation of color #E5D72C: hue angle of 55.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5D72C is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 44 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.10 |
| HSL | 55.46º | 0.78% | 0.54% | - |
| HSV(B) | 55.46º | 0.81% | 0.9% | - |
| XYZ | 57.07 | 65.44 | 12.01 | - |
| YUV | 199.69 | 40.14 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 44 | 0 | 0.06 | 0.81 | 0.10 | 55.46 | 0.78 | 0.54 |
| Hex | E5 | D7 | 2C | 0 | 6 | 51 | A | 37 | 4E | 36 |
| Octal | 345 | 327 | 54 | 0 | 6 | 121 | 12 | 67 | 116 | 66 |
| Binary | 11100101 | 11010111 | 101100 | 0 | 110 | 1010001 | 1010 | 110111 | 1001110 | 110110 |
Color Harmonies of #E5D72C
Complementary color
Monochromatic Colors of #E5D72C
Black with #E5D72C
Text Example
Text Example
White with #E5D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D72C; }
p { color: rgb(229,215,44); }
H1.HeaderClassName
{
color: #E5D72C;
}
.AnyTagClassName
{
color: #E5D72C;
}
</style>
background-color css
<style>
a { background-color: #E5D72C; }
a { background-color: rgb(229,215,44); }
div.DivClassName
{
background-color: #E5D72C;
}
.BgClassName
{
background-color: #E5D72C;
}
</style>
border-color css
<style>
span { border-color: #E5D72C; }
span { border-color: rgb(229,215,44); }
td.TdClassName
{
border-color: #E5D72C;
}
.TagClassName
{
border-color: #E5D72C;
}
</style>