Shades of Golden Fizz #E0D72C
Tints of Golden Fizz #E0D72C
RGB
CMYK
RGB Variations
Color information
#E0D72C (or 0xE0D72C) is known color: Golden Fizz. HEX triplet: E0, D7 and 2C. RGB value is (224,215,44). Sum of RGB (Red+Green+Blue) = 224+215+44=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D72C is #1F28D3. Grayscale: #C6C6C6. Windows color (decimal): -2042068 or 2938848. OLE color: 2938848.
HSL color Cylindrical-coordinate representation of color #E0D72C: hue angle of 57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0D72C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 44 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.12 |
| HSL | 57º | 0.74% | 0.53% | - |
| HSV(B) | 57º | 0.8% | 0.88% | - |
| XYZ | 55.5 | 64.63 | 11.93 | - |
| YUV | 198.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 44 | 0 | 0.04 | 0.80 | 0.12 | 57 | 0.74 | 0.53 |
| Hex | E0 | D7 | 2C | 0 | 4 | 50 | C | 39 | 4A | 35 |
| Octal | 340 | 327 | 54 | 0 | 4 | 120 | 14 | 71 | 112 | 65 |
| Binary | 11100000 | 11010111 | 101100 | 0 | 100 | 1010000 | 1100 | 111001 | 1001010 | 110101 |
Color Harmonies of #E0D72C
Complementary color
Monochromatic Colors of #E0D72C
Black with #E0D72C
Text Example
Text Example
White with #E0D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D72C; }
p { color: rgb(224,215,44); }
H1.HeaderClassName
{
color: #E0D72C;
}
.AnyTagClassName
{
color: #E0D72C;
}
</style>
background-color css
<style>
a { background-color: #E0D72C; }
a { background-color: rgb(224,215,44); }
div.DivClassName
{
background-color: #E0D72C;
}
.BgClassName
{
background-color: #E0D72C;
}
</style>
border-color css
<style>
span { border-color: #E0D72C; }
span { border-color: rgb(224,215,44); }
td.TdClassName
{
border-color: #E0D72C;
}
.TagClassName
{
border-color: #E0D72C;
}
</style>