Shades of Golden Fizz #E8F228
Tints of Golden Fizz #E8F228
RGB
CMYK
RGB Variations
Color information
#E8F228 (or 0xE8F228) is known color: Golden Fizz. HEX triplet: E8, F2 and 28. RGB value is (232,242,40). Sum of RGB (Red+Green+Blue) = 232+242+40=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F228 is #170DD7. Grayscale: #D8D8D8. Windows color (decimal): -1510872 or 2683624. OLE color: 2683624.
HSL color Cylindrical-coordinate representation of color #E8F228: hue angle of 62.97º degrees, saturation: 0.89, 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 #E8F228 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 40 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.05 |
| HSL | 62.97º | 0.89% | 0.55% | - |
| HSV(B) | 62.97º | 0.83% | 0.95% | - |
| XYZ | 65.41 | 80.81 | 14.16 | - |
| YUV | 215.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 40 | 0.04 | 0 | 0.83 | 0.05 | 62.97 | 0.89 | 0.55 |
| Hex | E8 | F2 | 28 | 4 | 0 | 53 | 5 | 3F | 59 | 37 |
| Octal | 350 | 362 | 50 | 4 | 0 | 123 | 5 | 77 | 131 | 67 |
| Binary | 11101000 | 11110010 | 101000 | 100 | 0 | 1010011 | 101 | 111111 | 1011001 | 110111 |
Color Harmonies of #E8F228
Complementary color
Monochromatic Colors of #E8F228
Black with #E8F228
Text Example
Text Example
White with #E8F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F228; }
p { color: rgb(232,242,40); }
H1.HeaderClassName
{
color: #E8F228;
}
.AnyTagClassName
{
color: #E8F228;
}
</style>
background-color css
<style>
a { background-color: #E8F228; }
a { background-color: rgb(232,242,40); }
div.DivClassName
{
background-color: #E8F228;
}
.BgClassName
{
background-color: #E8F228;
}
</style>
border-color css
<style>
span { border-color: #E8F228; }
span { border-color: rgb(232,242,40); }
td.TdClassName
{
border-color: #E8F228;
}
.TagClassName
{
border-color: #E8F228;
}
</style>