Shades of Golden Fizz #E8F62D
Tints of Golden Fizz #E8F62D
RGB
CMYK
RGB Variations
Color information
#E8F62D (or 0xE8F62D) is known color: Golden Fizz. HEX triplet: E8, F6 and 2D. RGB value is (232,246,45). Sum of RGB (Red+Green+Blue) = 232+246+45=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 45 (17.97% from 255 or 8.60% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #E8F62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F62D is #1709D2. Grayscale: #DBDBDB. Windows color (decimal): -1509843 or 3012328. OLE color: 3012328.
HSL color Cylindrical-coordinate representation of color #E8F62D: hue angle of 64.18º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8F62D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 246 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.04 |
| HSL | 64.18º | 0.92% | 0.57% | - |
| HSV(B) | 64.18º | 0.82% | 0.96% | - |
| XYZ | 66.71 | 83.26 | 15.04 | - |
| YUV | 218.9 | 29.86 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 246 | 45 | 0.06 | 0 | 0.82 | 0.04 | 64.18 | 0.92 | 0.57 |
| Hex | E8 | F6 | 2D | 6 | 0 | 52 | 4 | 40 | 5C | 39 |
| Octal | 350 | 366 | 55 | 6 | 0 | 122 | 4 | 100 | 134 | 71 |
| Binary | 11101000 | 11110110 | 101101 | 110 | 0 | 1010010 | 100 | 1000000 | 1011100 | 111001 |
Color Harmonies of #E8F62D
Complementary color
Monochromatic Colors of #E8F62D
Black with #E8F62D
Text Example
Text Example
White with #E8F62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F62D; }
p { color: rgb(232,246,45); }
H1.HeaderClassName
{
color: #E8F62D;
}
.AnyTagClassName
{
color: #E8F62D;
}
</style>
background-color css
<style>
a { background-color: #E8F62D; }
a { background-color: rgb(232,246,45); }
div.DivClassName
{
background-color: #E8F62D;
}
.BgClassName
{
background-color: #E8F62D;
}
</style>
border-color css
<style>
span { border-color: #E8F62D; }
span { border-color: rgb(232,246,45); }
td.TdClassName
{
border-color: #E8F62D;
}
.TagClassName
{
border-color: #E8F62D;
}
</style>