Shades of Golden Fizz #E9F225
Tints of Golden Fizz #E9F225
RGB
CMYK
RGB Variations
Color information
#E9F225 (or 0xE9F225) is known color: Golden Fizz. HEX triplet: E9, F2 and 25. RGB value is (233,242,37). Sum of RGB (Red+Green+Blue) = 233+242+37=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F225 is #160DDA. Grayscale: #D8D8D8. Windows color (decimal): -1445339 or 2487017. OLE color: 2487017.
HSL color Cylindrical-coordinate representation of color #E9F225: hue angle of 62.63º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9F225 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 242 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.05 |
| HSL | 62.63º | 0.89% | 0.55% | - |
| HSV(B) | 62.63º | 0.85% | 0.95% | - |
| XYZ | 65.69 | 80.96 | 13.92 | - |
| YUV | 215.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 242 | 37 | 0.04 | 0 | 0.85 | 0.05 | 62.63 | 0.89 | 0.55 |
| Hex | E9 | F2 | 25 | 4 | 0 | 55 | 5 | 3F | 59 | 37 |
| Octal | 351 | 362 | 45 | 4 | 0 | 125 | 5 | 77 | 131 | 67 |
| Binary | 11101001 | 11110010 | 100101 | 100 | 0 | 1010101 | 101 | 111111 | 1011001 | 110111 |
Color Harmonies of #E9F225
Complementary color
Monochromatic Colors of #E9F225
Black with #E9F225
Text Example
Text Example
White with #E9F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F225; }
p { color: rgb(233,242,37); }
H1.HeaderClassName
{
color: #E9F225;
}
.AnyTagClassName
{
color: #E9F225;
}
</style>
background-color css
<style>
a { background-color: #E9F225; }
a { background-color: rgb(233,242,37); }
div.DivClassName
{
background-color: #E9F225;
}
.BgClassName
{
background-color: #E9F225;
}
</style>
border-color css
<style>
span { border-color: #E9F225; }
span { border-color: rgb(233,242,37); }
td.TdClassName
{
border-color: #E9F225;
}
.TagClassName
{
border-color: #E9F225;
}
</style>