Shades of Golden Fizz #E8FC34
Tints of Golden Fizz #E8FC34
RGB
CMYK
RGB Variations
Color information
#E8FC34 (or 0xE8FC34) is known color: Golden Fizz. HEX triplet: E8, FC and 34. RGB value is (232,252,52). Sum of RGB (Red+Green+Blue) = 232+252+52=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 52 (20.70% from 255 or 9.70% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #E8FC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FC34 is #1703CB. Grayscale: #DFDFDF. Windows color (decimal): -1508300 or 3472616. OLE color: 3472616.
HSL color Cylindrical-coordinate representation of color #E8FC34: hue angle of 66º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8FC34 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 252 | 52 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.01 |
| HSL | 66º | 0.97% | 0.6% | - |
| HSV(B) | 66º | 0.79% | 0.99% | - |
| XYZ | 68.71 | 87.02 | 16.42 | - |
| YUV | 223.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 252 | 52 | 0.08 | 0 | 0.79 | 0.01 | 66 | 0.97 | 0.6 |
| Hex | E8 | FC | 34 | 8 | 0 | 4F | 1 | 42 | 61 | 3C |
| Octal | 350 | 374 | 64 | 10 | 0 | 117 | 1 | 102 | 141 | 74 |
| Binary | 11101000 | 11111100 | 110100 | 1000 | 0 | 1001111 | 1 | 1000010 | 1100001 | 111100 |
Color Harmonies of #E8FC34
Complementary color
Monochromatic Colors of #E8FC34
Black with #E8FC34
Text Example
Text Example
White with #E8FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FC34; }
p { color: rgb(232,252,52); }
H1.HeaderClassName
{
color: #E8FC34;
}
.AnyTagClassName
{
color: #E8FC34;
}
</style>
background-color css
<style>
a { background-color: #E8FC34; }
a { background-color: rgb(232,252,52); }
div.DivClassName
{
background-color: #E8FC34;
}
.BgClassName
{
background-color: #E8FC34;
}
</style>
border-color css
<style>
span { border-color: #E8FC34; }
span { border-color: rgb(232,252,52); }
td.TdClassName
{
border-color: #E8FC34;
}
.TagClassName
{
border-color: #E8FC34;
}
</style>