Shades of Golden Fizz #E8F526
Tints of Golden Fizz #E8F526
RGB
CMYK
RGB Variations
Color information
#E8F526 (or 0xE8F526) is known color: Golden Fizz. HEX triplet: E8, F5 and 26. RGB value is (232,245,38). Sum of RGB (Red+Green+Blue) = 232+245+38=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 38 (15.23% from 255 or 7.38% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #E8F526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F526 is #170AD9. Grayscale: #DADADA. Windows color (decimal): -1510106 or 2553320. OLE color: 2553320.
HSL color Cylindrical-coordinate representation of color #E8F526: hue angle of 63.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8F526 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 245 | 38 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.04 |
| HSL | 63.77º | 0.91% | 0.55% | - |
| HSV(B) | 63.77º | 0.84% | 0.96% | - |
| XYZ | 66.28 | 82.6 | 14.28 | - |
| YUV | 217.52 | 26.69 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 245 | 38 | 0.05 | 0 | 0.84 | 0.04 | 63.77 | 0.91 | 0.55 |
| Hex | E8 | F5 | 26 | 5 | 0 | 54 | 4 | 40 | 5B | 37 |
| Octal | 350 | 365 | 46 | 5 | 0 | 124 | 4 | 100 | 133 | 67 |
| Binary | 11101000 | 11110101 | 100110 | 101 | 0 | 1010100 | 100 | 1000000 | 1011011 | 110111 |
Color Harmonies of #E8F526
Complementary color
Monochromatic Colors of #E8F526
Black with #E8F526
Text Example
Text Example
White with #E8F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F526; }
p { color: rgb(232,245,38); }
H1.HeaderClassName
{
color: #E8F526;
}
.AnyTagClassName
{
color: #E8F526;
}
</style>
background-color css
<style>
a { background-color: #E8F526; }
a { background-color: rgb(232,245,38); }
div.DivClassName
{
background-color: #E8F526;
}
.BgClassName
{
background-color: #E8F526;
}
</style>
border-color css
<style>
span { border-color: #E8F526; }
span { border-color: rgb(232,245,38); }
td.TdClassName
{
border-color: #E8F526;
}
.TagClassName
{
border-color: #E8F526;
}
</style>