Shades of Golden Fizz #E9E120
Tints of Golden Fizz #E9E120
RGB
CMYK
RGB Variations
Color information
#E9E120 (or 0xE9E120) is known color: Golden Fizz. HEX triplet: E9, E1 and 20. RGB value is (233,225,32). Sum of RGB (Red+Green+Blue) = 233+225+32=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E120 is #161EDF. Grayscale: #CECECE. Windows color (decimal): -1449696 or 2154985. OLE color: 2154985.
HSL color Cylindrical-coordinate representation of color #E9E120: hue angle of 57.61º 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 #E9E120 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.09 |
| HSL | 57.61º | 0.82% | 0.52% | - |
| HSV(B) | 57.61º | 0.86% | 0.91% | - |
| XYZ | 60.79 | 71.28 | 11.92 | - |
| YUV | 205.39 | 30.15 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 32 | 0 | 0.03 | 0.86 | 0.09 | 57.61 | 0.82 | 0.52 |
| Hex | E9 | E1 | 20 | 0 | 3 | 56 | 9 | 3A | 52 | 34 |
| Octal | 351 | 341 | 40 | 0 | 3 | 126 | 11 | 72 | 122 | 64 |
| Binary | 11101001 | 11100001 | 100000 | 0 | 11 | 1010110 | 1001 | 111010 | 1010010 | 110100 |
Color Harmonies of #E9E120
Complementary color
Monochromatic Colors of #E9E120
Black with #E9E120
Text Example
Text Example
White with #E9E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E120; }
p { color: rgb(233,225,32); }
H1.HeaderClassName
{
color: #E9E120;
}
.AnyTagClassName
{
color: #E9E120;
}
</style>
background-color css
<style>
a { background-color: #E9E120; }
a { background-color: rgb(233,225,32); }
div.DivClassName
{
background-color: #E9E120;
}
.BgClassName
{
background-color: #E9E120;
}
</style>
border-color css
<style>
span { border-color: #E9E120; }
span { border-color: rgb(233,225,32); }
td.TdClassName
{
border-color: #E9E120;
}
.TagClassName
{
border-color: #E9E120;
}
</style>