Shades of Golden Fizz #E9F128
Tints of Golden Fizz #E9F128
RGB
CMYK
RGB Variations
Color information
#E9F128 (or 0xE9F128) is known color: Golden Fizz. HEX triplet: E9, F1 and 28. RGB value is (233,241,40). Sum of RGB (Red+Green+Blue) = 233+241+40=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9F128 is #160ED7. Grayscale: #D8D8D8. Windows color (decimal): -1445592 or 2683369. OLE color: 2683369.
HSL color Cylindrical-coordinate representation of color #E9F128: hue angle of 62.39º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9F128 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 241 | 40 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.05 |
| HSL | 62.39º | 0.88% | 0.55% | - |
| HSV(B) | 62.39º | 0.83% | 0.95% | - |
| XYZ | 65.44 | 80.39 | 14.07 | - |
| YUV | 215.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 241 | 40 | 0.03 | 0 | 0.83 | 0.05 | 62.39 | 0.88 | 0.55 |
| Hex | E9 | F1 | 28 | 3 | 0 | 53 | 5 | 3E | 58 | 37 |
| Octal | 351 | 361 | 50 | 3 | 0 | 123 | 5 | 76 | 130 | 67 |
| Binary | 11101001 | 11110001 | 101000 | 11 | 0 | 1010011 | 101 | 111110 | 1011000 | 110111 |
Color Harmonies of #E9F128
Complementary color
Monochromatic Colors of #E9F128
Black with #E9F128
Text Example
Text Example
White with #E9F128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F128; }
p { color: rgb(233,241,40); }
H1.HeaderClassName
{
color: #E9F128;
}
.AnyTagClassName
{
color: #E9F128;
}
</style>
background-color css
<style>
a { background-color: #E9F128; }
a { background-color: rgb(233,241,40); }
div.DivClassName
{
background-color: #E9F128;
}
.BgClassName
{
background-color: #E9F128;
}
</style>
border-color css
<style>
span { border-color: #E9F128; }
span { border-color: rgb(233,241,40); }
td.TdClassName
{
border-color: #E9F128;
}
.TagClassName
{
border-color: #E9F128;
}
</style>