Shades of Golden Fizz #E8E520
Tints of Golden Fizz #E8E520
RGB
CMYK
RGB Variations
Color information
#E8E520 (or 0xE8E520) is known color: Golden Fizz. HEX triplet: E8, E5 and 20. RGB value is (232,229,32). Sum of RGB (Red+Green+Blue) = 232+229+32=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E520 is #171ADF. Grayscale: #D0D0D0. Windows color (decimal): -1514208 or 2156008. OLE color: 2156008.
HSL color Cylindrical-coordinate representation of color #E8E520: hue angle of 59.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8E520 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 229 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.09 |
| HSL | 59.1º | 0.81% | 0.52% | - |
| HSV(B) | 59.1º | 0.86% | 0.91% | - |
| XYZ | 61.56 | 73.3 | 12.27 | - |
| YUV | 207.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 229 | 32 | 0 | 0.01 | 0.86 | 0.09 | 59.1 | 0.81 | 0.52 |
| Hex | E8 | E5 | 20 | 0 | 1 | 56 | 9 | 3B | 51 | 34 |
| Octal | 350 | 345 | 40 | 0 | 1 | 126 | 11 | 73 | 121 | 64 |
| Binary | 11101000 | 11100101 | 100000 | 0 | 1 | 1010110 | 1001 | 111011 | 1010001 | 110100 |
Color Harmonies of #E8E520
Complementary color
Monochromatic Colors of #E8E520
Black with #E8E520
Text Example
Text Example
White with #E8E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E520; }
p { color: rgb(232,229,32); }
H1.HeaderClassName
{
color: #E8E520;
}
.AnyTagClassName
{
color: #E8E520;
}
</style>
background-color css
<style>
a { background-color: #E8E520; }
a { background-color: rgb(232,229,32); }
div.DivClassName
{
background-color: #E8E520;
}
.BgClassName
{
background-color: #E8E520;
}
</style>
border-color css
<style>
span { border-color: #E8E520; }
span { border-color: rgb(232,229,32); }
td.TdClassName
{
border-color: #E8E520;
}
.TagClassName
{
border-color: #E8E520;
}
</style>