Shades of Golden Fizz #E9F220
Tints of Golden Fizz #E9F220
RGB
CMYK
RGB Variations
Color information
#E9F220 (or 0xE9F220) is known color: Golden Fizz. HEX triplet: E9, F2 and 20. RGB value is (233,242,32). Sum of RGB (Red+Green+Blue) = 233+242+32=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F220 is #160DDF. Grayscale: #D8D8D8. Windows color (decimal): -1445344 or 2159337. OLE color: 2159337.
HSL color Cylindrical-coordinate representation of color #E9F220: hue angle of 62.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9F220 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.05 |
| HSL | 62.57º | 0.89% | 0.54% | - |
| HSV(B) | 62.57º | 0.87% | 0.95% | - |
| XYZ | 65.62 | 80.93 | 13.53 | - |
| YUV | 215.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 32 | 0.04 | 0 | 0.87 | 0.05 | 62.57 | 0.89 | 0.54 |
| Hex | E9 | F2 | 20 | 4 | 0 | 57 | 5 | 3F | 59 | 36 |
| Octal | 351 | 362 | 40 | 4 | 0 | 127 | 5 | 77 | 131 | 66 |
| Binary | 11101001 | 11110010 | 100000 | 100 | 0 | 1010111 | 101 | 111111 | 1011001 | 110110 |
Color Harmonies of #E9F220
Complementary color
Monochromatic Colors of #E9F220
Black with #E9F220
Text Example
Text Example
White with #E9F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F220; }
p { color: rgb(233,242,32); }
H1.HeaderClassName
{
color: #E9F220;
}
.AnyTagClassName
{
color: #E9F220;
}
</style>
background-color css
<style>
a { background-color: #E9F220; }
a { background-color: rgb(233,242,32); }
div.DivClassName
{
background-color: #E9F220;
}
.BgClassName
{
background-color: #E9F220;
}
</style>
border-color css
<style>
span { border-color: #E9F220; }
span { border-color: rgb(233,242,32); }
td.TdClassName
{
border-color: #E9F220;
}
.TagClassName
{
border-color: #E9F220;
}
</style>