Shades of Golden Fizz #E8F227
Tints of Golden Fizz #E8F227
RGB
CMYK
RGB Variations
Color information
#E8F227 (or 0xE8F227) is known color: Golden Fizz. HEX triplet: E8, F2 and 27. RGB value is (232,242,39). Sum of RGB (Red+Green+Blue) = 232+242+39=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F227 is #170DD8. Grayscale: #D8D8D8. Windows color (decimal): -1510873 or 2618088. OLE color: 2618088.
HSL color Cylindrical-coordinate representation of color #E8F227: hue angle of 62.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8F227 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 242 | 39 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.05 |
| HSL | 62.96º | 0.89% | 0.55% | - |
| HSV(B) | 62.96º | 0.84% | 0.95% | - |
| XYZ | 65.4 | 80.81 | 14.07 | - |
| YUV | 215.87 | 28.19 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 242 | 39 | 0.04 | 0 | 0.84 | 0.05 | 62.96 | 0.89 | 0.55 |
| Hex | E8 | F2 | 27 | 4 | 0 | 54 | 5 | 3F | 59 | 37 |
| Octal | 350 | 362 | 47 | 4 | 0 | 124 | 5 | 77 | 131 | 67 |
| Binary | 11101000 | 11110010 | 100111 | 100 | 0 | 1010100 | 101 | 111111 | 1011001 | 110111 |
Color Harmonies of #E8F227
Complementary color
Monochromatic Colors of #E8F227
Black with #E8F227
Text Example
Text Example
White with #E8F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F227; }
p { color: rgb(232,242,39); }
H1.HeaderClassName
{
color: #E8F227;
}
.AnyTagClassName
{
color: #E8F227;
}
</style>
background-color css
<style>
a { background-color: #E8F227; }
a { background-color: rgb(232,242,39); }
div.DivClassName
{
background-color: #E8F227;
}
.BgClassName
{
background-color: #E8F227;
}
</style>
border-color css
<style>
span { border-color: #E8F227; }
span { border-color: rgb(232,242,39); }
td.TdClassName
{
border-color: #E8F227;
}
.TagClassName
{
border-color: #E8F227;
}
</style>