Shades of Golden Fizz #E8E420
Tints of Golden Fizz #E8E420
RGB
CMYK
RGB Variations
Color information
#E8E420 (or 0xE8E420) is known color: Golden Fizz. HEX triplet: E8, E4 and 20. RGB value is (232,228,32). Sum of RGB (Red+Green+Blue) = 232+228+32=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E420 is #171BDF. Grayscale: #CFCFCF. Windows color (decimal): -1514464 or 2155752. OLE color: 2155752.
HSL color Cylindrical-coordinate representation of color #E8E420: hue angle of 58.8º 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 #E8E420 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.09 |
| HSL | 58.8º | 0.81% | 0.52% | - |
| HSV(B) | 58.8º | 0.86% | 0.91% | - |
| XYZ | 61.28 | 72.75 | 12.18 | - |
| YUV | 206.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 32 | 0 | 0.02 | 0.86 | 0.09 | 58.8 | 0.81 | 0.52 |
| Hex | E8 | E4 | 20 | 0 | 2 | 56 | 9 | 3B | 51 | 34 |
| Octal | 350 | 344 | 40 | 0 | 2 | 126 | 11 | 73 | 121 | 64 |
| Binary | 11101000 | 11100100 | 100000 | 0 | 10 | 1010110 | 1001 | 111011 | 1010001 | 110100 |
Color Harmonies of #E8E420
Complementary color
Monochromatic Colors of #E8E420
Black with #E8E420
Text Example
Text Example
White with #E8E420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E420; }
p { color: rgb(232,228,32); }
H1.HeaderClassName
{
color: #E8E420;
}
.AnyTagClassName
{
color: #E8E420;
}
</style>
background-color css
<style>
a { background-color: #E8E420; }
a { background-color: rgb(232,228,32); }
div.DivClassName
{
background-color: #E8E420;
}
.BgClassName
{
background-color: #E8E420;
}
</style>
border-color css
<style>
span { border-color: #E8E420; }
span { border-color: rgb(232,228,32); }
td.TdClassName
{
border-color: #E8E420;
}
.TagClassName
{
border-color: #E8E420;
}
</style>