Shades of Golden Fizz #E5D921
Tints of Golden Fizz #E5D921
RGB
CMYK
RGB Variations
Color information
#E5D921 (or 0xE5D921) is known color: Golden Fizz. HEX triplet: E5, D9 and 21. RGB value is (229,217,33). Sum of RGB (Red+Green+Blue) = 229+217+33=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D921 is #1A26DE. Grayscale: #C8C8C8. Windows color (decimal): -1713887 or 2218469. OLE color: 2218469.
HSL color Cylindrical-coordinate representation of color #E5D921: hue angle of 56.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5D921 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 33 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.10 |
| HSL | 56.33º | 0.79% | 0.51% | - |
| HSV(B) | 56.33º | 0.86% | 0.9% | - |
| XYZ | 57.4 | 66.39 | 11.23 | - |
| YUV | 199.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 33 | 0 | 0.05 | 0.86 | 0.10 | 56.33 | 0.79 | 0.51 |
| Hex | E5 | D9 | 21 | 0 | 5 | 56 | A | 38 | 4F | 33 |
| Octal | 345 | 331 | 41 | 0 | 5 | 126 | 12 | 70 | 117 | 63 |
| Binary | 11100101 | 11011001 | 100001 | 0 | 101 | 1010110 | 1010 | 111000 | 1001111 | 110011 |
Color Harmonies of #E5D921
Complementary color
Monochromatic Colors of #E5D921
Black with #E5D921
Text Example
Text Example
White with #E5D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D921; }
p { color: rgb(229,217,33); }
H1.HeaderClassName
{
color: #E5D921;
}
.AnyTagClassName
{
color: #E5D921;
}
</style>
background-color css
<style>
a { background-color: #E5D921; }
a { background-color: rgb(229,217,33); }
div.DivClassName
{
background-color: #E5D921;
}
.BgClassName
{
background-color: #E5D921;
}
</style>
border-color css
<style>
span { border-color: #E5D921; }
span { border-color: rgb(229,217,33); }
td.TdClassName
{
border-color: #E5D921;
}
.TagClassName
{
border-color: #E5D921;
}
</style>