Shades of Golden Fizz #E5E032
Tints of Golden Fizz #E5E032
RGB
CMYK
RGB Variations
Color information
#E5E032 (or 0xE5E032) is known color: Golden Fizz. HEX triplet: E5, E0 and 32. RGB value is (229,224,50). Sum of RGB (Red+Green+Blue) = 229+224+50=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E032 is #1A1FCD. Grayscale: #CECECE. Windows color (decimal): -1712078 or 3334373. OLE color: 3334373.
HSL color Cylindrical-coordinate representation of color #E5E032: hue angle of 58.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5E032 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 50 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.10 |
| HSL | 58.32º | 0.77% | 0.55% | - |
| HSV(B) | 58.32º | 0.78% | 0.9% | - |
| XYZ | 59.54 | 70.2 | 13.43 | - |
| YUV | 205.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 50 | 0 | 0.02 | 0.78 | 0.10 | 58.32 | 0.77 | 0.55 |
| Hex | E5 | E0 | 32 | 0 | 2 | 4E | A | 3A | 4D | 37 |
| Octal | 345 | 340 | 62 | 0 | 2 | 116 | 12 | 72 | 115 | 67 |
| Binary | 11100101 | 11100000 | 110010 | 0 | 10 | 1001110 | 1010 | 111010 | 1001101 | 110111 |
Color Harmonies of #E5E032
Complementary color
Monochromatic Colors of #E5E032
Black with #E5E032
Text Example
Text Example
White with #E5E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E032; }
p { color: rgb(229,224,50); }
H1.HeaderClassName
{
color: #E5E032;
}
.AnyTagClassName
{
color: #E5E032;
}
</style>
background-color css
<style>
a { background-color: #E5E032; }
a { background-color: rgb(229,224,50); }
div.DivClassName
{
background-color: #E5E032;
}
.BgClassName
{
background-color: #E5E032;
}
</style>
border-color css
<style>
span { border-color: #E5E032; }
span { border-color: rgb(229,224,50); }
td.TdClassName
{
border-color: #E5E032;
}
.TagClassName
{
border-color: #E5E032;
}
</style>