Shades of Golden Fizz #E5D22E
Tints of Golden Fizz #E5D22E
RGB
CMYK
RGB Variations
Color information
#E5D22E (or 0xE5D22E) is known color: Golden Fizz. HEX triplet: E5, D2 and 2E. RGB value is (229,210,46). Sum of RGB (Red+Green+Blue) = 229+210+46=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D22E is #1A2DD1. Grayscale: #C5C5C5. Windows color (decimal): -1715666 or 3068645. OLE color: 3068645.
HSL color Cylindrical-coordinate representation of color #E5D22E: hue angle of 53.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D22E is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 46 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.10 |
| HSL | 53.77º | 0.78% | 0.54% | - |
| HSV(B) | 53.77º | 0.8% | 0.9% | - |
| XYZ | 55.85 | 62.95 | 11.79 | - |
| YUV | 196.99 | 42.79 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 46 | 0 | 0.08 | 0.80 | 0.10 | 53.77 | 0.78 | 0.54 |
| Hex | E5 | D2 | 2E | 0 | 8 | 50 | A | 36 | 4E | 36 |
| Octal | 345 | 322 | 56 | 0 | 10 | 120 | 12 | 66 | 116 | 66 |
| Binary | 11100101 | 11010010 | 101110 | 0 | 1000 | 1010000 | 1010 | 110110 | 1001110 | 110110 |
Color Harmonies of #E5D22E
Complementary color
Monochromatic Colors of #E5D22E
Black with #E5D22E
Text Example
Text Example
White with #E5D22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D22E; }
p { color: rgb(229,210,46); }
H1.HeaderClassName
{
color: #E5D22E;
}
.AnyTagClassName
{
color: #E5D22E;
}
</style>
background-color css
<style>
a { background-color: #E5D22E; }
a { background-color: rgb(229,210,46); }
div.DivClassName
{
background-color: #E5D22E;
}
.BgClassName
{
background-color: #E5D22E;
}
</style>
border-color css
<style>
span { border-color: #E5D22E; }
span { border-color: rgb(229,210,46); }
td.TdClassName
{
border-color: #E5D22E;
}
.TagClassName
{
border-color: #E5D22E;
}
</style>