Shades of Golden Fizz #E0D721
Tints of Golden Fizz #E0D721
RGB
CMYK
RGB Variations
Color information
#E0D721 (or 0xE0D721) is known color: Golden Fizz. HEX triplet: E0, D7 and 21. RGB value is (224,215,33). Sum of RGB (Red+Green+Blue) = 224+215+33=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D721 is #1F28DE. Grayscale: #C5C5C5. Windows color (decimal): -2042079 or 2217952. OLE color: 2217952.
HSL color Cylindrical-coordinate representation of color #E0D721: hue angle of 57.17º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0D721 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.12 |
| HSL | 57.17º | 0.75% | 0.5% | - |
| HSV(B) | 57.17º | 0.85% | 0.88% | - |
| XYZ | 55.32 | 64.56 | 10.98 | - |
| YUV | 196.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 33 | 0 | 0.04 | 0.85 | 0.12 | 57.17 | 0.75 | 0.5 |
| Hex | E0 | D7 | 21 | 0 | 4 | 55 | C | 39 | 4B | 32 |
| Octal | 340 | 327 | 41 | 0 | 4 | 125 | 14 | 71 | 113 | 62 |
| Binary | 11100000 | 11010111 | 100001 | 0 | 100 | 1010101 | 1100 | 111001 | 1001011 | 110010 |
Color Harmonies of #E0D721
Complementary color
Monochromatic Colors of #E0D721
Black with #E0D721
Text Example
Text Example
White with #E0D721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D721; }
p { color: rgb(224,215,33); }
H1.HeaderClassName
{
color: #E0D721;
}
.AnyTagClassName
{
color: #E0D721;
}
</style>
background-color css
<style>
a { background-color: #E0D721; }
a { background-color: rgb(224,215,33); }
div.DivClassName
{
background-color: #E0D721;
}
.BgClassName
{
background-color: #E0D721;
}
</style>
border-color css
<style>
span { border-color: #E0D721; }
span { border-color: rgb(224,215,33); }
td.TdClassName
{
border-color: #E0D721;
}
.TagClassName
{
border-color: #E0D721;
}
</style>