Shades of Golden Fizz #E9E520
Tints of Golden Fizz #E9E520
RGB
CMYK
RGB Variations
Color information
#E9E520 (or 0xE9E520) is known color: Golden Fizz. HEX triplet: E9, E5 and 20. RGB value is (233,229,32). Sum of RGB (Red+Green+Blue) = 233+229+32=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E520 is #161ADF. Grayscale: #D0D0D0. Windows color (decimal): -1448672 or 2156009. OLE color: 2156009.
HSL color Cylindrical-coordinate representation of color #E9E520: hue angle of 58.81º 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 #E9E520 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.09 |
| HSL | 58.81º | 0.82% | 0.52% | - |
| HSV(B) | 58.81º | 0.86% | 0.91% | - |
| XYZ | 61.88 | 73.47 | 12.29 | - |
| YUV | 207.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 32 | 0 | 0.02 | 0.86 | 0.09 | 58.81 | 0.82 | 0.52 |
| Hex | E9 | E5 | 20 | 0 | 2 | 56 | 9 | 3B | 52 | 34 |
| Octal | 351 | 345 | 40 | 0 | 2 | 126 | 11 | 73 | 122 | 64 |
| Binary | 11101001 | 11100101 | 100000 | 0 | 10 | 1010110 | 1001 | 111011 | 1010010 | 110100 |
Color Harmonies of #E9E520
Complementary color
Monochromatic Colors of #E9E520
Black with #E9E520
Text Example
Text Example
White with #E9E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E520; }
p { color: rgb(233,229,32); }
H1.HeaderClassName
{
color: #E9E520;
}
.AnyTagClassName
{
color: #E9E520;
}
</style>
background-color css
<style>
a { background-color: #E9E520; }
a { background-color: rgb(233,229,32); }
div.DivClassName
{
background-color: #E9E520;
}
.BgClassName
{
background-color: #E9E520;
}
</style>
border-color css
<style>
span { border-color: #E9E520; }
span { border-color: rgb(233,229,32); }
td.TdClassName
{
border-color: #E9E520;
}
.TagClassName
{
border-color: #E9E520;
}
</style>