Shades of Golden Fizz #E1D921
Tints of Golden Fizz #E1D921
RGB
CMYK
RGB Variations
Color information
#E1D921 (or 0xE1D921) is known color: Golden Fizz. HEX triplet: E1, D9 and 21. RGB value is (225,217,33). Sum of RGB (Red+Green+Blue) = 225+217+33=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D921 is #1E26DE. Grayscale: #C7C7C7. Windows color (decimal): -1976031 or 2218465. OLE color: 2218465.
HSL color Cylindrical-coordinate representation of color #E1D921: hue angle of 57.5º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1D921 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 33 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.12 |
| HSL | 57.5º | 0.76% | 0.51% | - |
| HSV(B) | 57.5º | 0.85% | 0.88% | - |
| XYZ | 56.14 | 65.74 | 11.17 | - |
| YUV | 198.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 33 | 0 | 0.04 | 0.85 | 0.12 | 57.5 | 0.76 | 0.51 |
| Hex | E1 | D9 | 21 | 0 | 4 | 55 | C | 3A | 4C | 33 |
| Octal | 341 | 331 | 41 | 0 | 4 | 125 | 14 | 72 | 114 | 63 |
| Binary | 11100001 | 11011001 | 100001 | 0 | 100 | 1010101 | 1100 | 111010 | 1001100 | 110011 |
Color Harmonies of #E1D921
Complementary color
Monochromatic Colors of #E1D921
Black with #E1D921
Text Example
Text Example
White with #E1D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D921; }
p { color: rgb(225,217,33); }
H1.HeaderClassName
{
color: #E1D921;
}
.AnyTagClassName
{
color: #E1D921;
}
</style>
background-color css
<style>
a { background-color: #E1D921; }
a { background-color: rgb(225,217,33); }
div.DivClassName
{
background-color: #E1D921;
}
.BgClassName
{
background-color: #E1D921;
}
</style>
border-color css
<style>
span { border-color: #E1D921; }
span { border-color: rgb(225,217,33); }
td.TdClassName
{
border-color: #E1D921;
}
.TagClassName
{
border-color: #E1D921;
}
</style>