Shades of Golden Fizz #E8F92C
Tints of Golden Fizz #E8F92C
RGB
CMYK
RGB Variations
Color information
#E8F92C (or 0xE8F92C) is known color: Golden Fizz. HEX triplet: E8, F9 and 2C. RGB value is (232,249,44). Sum of RGB (Red+Green+Blue) = 232+249+44=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #E8F92C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F92C is #1706D3. Grayscale: #DDDDDD. Windows color (decimal): -1509076 or 2947560. OLE color: 2947560.
HSL color Cylindrical-coordinate representation of color #E8F92C: hue angle of 64.98º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8F92C is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 249 | 44 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.02 |
| HSL | 64.98º | 0.94% | 0.57% | - |
| HSV(B) | 64.98º | 0.82% | 0.98% | - |
| XYZ | 67.61 | 85.09 | 15.24 | - |
| YUV | 220.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 249 | 44 | 0.07 | 0 | 0.82 | 0.02 | 64.98 | 0.94 | 0.57 |
| Hex | E8 | F9 | 2C | 7 | 0 | 52 | 2 | 41 | 5E | 39 |
| Octal | 350 | 371 | 54 | 7 | 0 | 122 | 2 | 101 | 136 | 71 |
| Binary | 11101000 | 11111001 | 101100 | 111 | 0 | 1010010 | 10 | 1000001 | 1011110 | 111001 |
Color Harmonies of #E8F92C
Complementary color
Monochromatic Colors of #E8F92C
Black with #E8F92C
Text Example
Text Example
White with #E8F92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F92C; }
p { color: rgb(232,249,44); }
H1.HeaderClassName
{
color: #E8F92C;
}
.AnyTagClassName
{
color: #E8F92C;
}
</style>
background-color css
<style>
a { background-color: #E8F92C; }
a { background-color: rgb(232,249,44); }
div.DivClassName
{
background-color: #E8F92C;
}
.BgClassName
{
background-color: #E8F92C;
}
</style>
border-color css
<style>
span { border-color: #E8F92C; }
span { border-color: rgb(232,249,44); }
td.TdClassName
{
border-color: #E8F92C;
}
.TagClassName
{
border-color: #E8F92C;
}
</style>