Shades of Golden Fizz #E9E420
Tints of Golden Fizz #E9E420
RGB
CMYK
RGB Variations
Color information
#E9E420 (or 0xE9E420) is known color: Golden Fizz. HEX triplet: E9, E4 and 20. RGB value is (233,228,32). Sum of RGB (Red+Green+Blue) = 233+228+32=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E420 is #161BDF. Grayscale: #CFCFCF. Windows color (decimal): -1448928 or 2155753. OLE color: 2155753.
HSL color Cylindrical-coordinate representation of color #E9E420: hue angle of 58.51º degrees, saturation: 0.82, 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 #E9E420 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.09 |
| HSL | 58.51º | 0.82% | 0.52% | - |
| HSV(B) | 58.51º | 0.86% | 0.91% | - |
| XYZ | 61.61 | 72.91 | 12.19 | - |
| YUV | 207.15 | 29.16 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 32 | 0 | 0.02 | 0.86 | 0.09 | 58.51 | 0.82 | 0.52 |
| Hex | E9 | E4 | 20 | 0 | 2 | 56 | 9 | 3B | 52 | 34 |
| Octal | 351 | 344 | 40 | 0 | 2 | 126 | 11 | 73 | 122 | 64 |
| Binary | 11101001 | 11100100 | 100000 | 0 | 10 | 1010110 | 1001 | 111011 | 1010010 | 110100 |
Color Harmonies of #E9E420
Complementary color
Monochromatic Colors of #E9E420
Black with #E9E420
Text Example
Text Example
White with #E9E420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E420; }
p { color: rgb(233,228,32); }
H1.HeaderClassName
{
color: #E9E420;
}
.AnyTagClassName
{
color: #E9E420;
}
</style>
background-color css
<style>
a { background-color: #E9E420; }
a { background-color: rgb(233,228,32); }
div.DivClassName
{
background-color: #E9E420;
}
.BgClassName
{
background-color: #E9E420;
}
</style>
border-color css
<style>
span { border-color: #E9E420; }
span { border-color: rgb(233,228,32); }
td.TdClassName
{
border-color: #E9E420;
}
.TagClassName
{
border-color: #E9E420;
}
</style>