Shades of Golden Fizz #E9F125
Tints of Golden Fizz #E9F125
RGB
CMYK
RGB Variations
Color information
#E9F125 (or 0xE9F125) is known color: Golden Fizz. HEX triplet: E9, F1 and 25. RGB value is (233,241,37). Sum of RGB (Red+Green+Blue) = 233+241+37=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F125 is #160EDA. Grayscale: #D8D8D8. Windows color (decimal): -1445595 or 2486761. OLE color: 2486761.
HSL color Cylindrical-coordinate representation of color #E9F125: hue angle of 62.35º degrees, saturation: 0.88, 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 #E9F125 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 37 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.05 |
| HSL | 62.35º | 0.88% | 0.55% | - |
| HSV(B) | 62.35º | 0.85% | 0.95% | - |
| XYZ | 65.39 | 80.37 | 13.82 | - |
| YUV | 215.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 37 | 0.03 | 0 | 0.85 | 0.05 | 62.35 | 0.88 | 0.55 |
| Hex | E9 | F1 | 25 | 3 | 0 | 55 | 5 | 3E | 58 | 37 |
| Octal | 351 | 361 | 45 | 3 | 0 | 125 | 5 | 76 | 130 | 67 |
| Binary | 11101001 | 11110001 | 100101 | 11 | 0 | 1010101 | 101 | 111110 | 1011000 | 110111 |
Color Harmonies of #E9F125
Complementary color
Monochromatic Colors of #E9F125
Black with #E9F125
Text Example
Text Example
White with #E9F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F125; }
p { color: rgb(233,241,37); }
H1.HeaderClassName
{
color: #E9F125;
}
.AnyTagClassName
{
color: #E9F125;
}
</style>
background-color css
<style>
a { background-color: #E9F125; }
a { background-color: rgb(233,241,37); }
div.DivClassName
{
background-color: #E9F125;
}
.BgClassName
{
background-color: #E9F125;
}
</style>
border-color css
<style>
span { border-color: #E9F125; }
span { border-color: rgb(233,241,37); }
td.TdClassName
{
border-color: #E9F125;
}
.TagClassName
{
border-color: #E9F125;
}
</style>