Shades of Golden Fizz #EBFC32
Tints of Golden Fizz #EBFC32
RGB
CMYK
RGB Variations
Color information
#EBFC32 (or 0xEBFC32) is known color: Golden Fizz. HEX triplet: EB, FC and 32. RGB value is (235,252,50). Sum of RGB (Red+Green+Blue) = 235+252+50=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC32 is #1403CD. Grayscale: #E0E0E0. Windows color (decimal): -1311694 or 3341547. OLE color: 3341547.
HSL color Cylindrical-coordinate representation of color #EBFC32: hue angle of 65.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBFC32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.01 |
| HSL | 65.05º | 0.97% | 0.59% | - |
| HSV(B) | 65.05º | 0.8% | 0.99% | - |
| XYZ | 69.65 | 87.51 | 16.24 | - |
| YUV | 223.89 | 29.87 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 50 | 0.07 | 0 | 0.80 | 0.01 | 65.05 | 0.97 | 0.59 |
| Hex | EB | FC | 32 | 7 | 0 | 50 | 1 | 41 | 61 | 3B |
| Octal | 353 | 374 | 62 | 7 | 0 | 120 | 1 | 101 | 141 | 73 |
| Binary | 11101011 | 11111100 | 110010 | 111 | 0 | 1010000 | 1 | 1000001 | 1100001 | 111011 |
Color Harmonies of #EBFC32
Complementary color
Monochromatic Colors of #EBFC32
Black with #EBFC32
Text Example
Text Example
White with #EBFC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFC32; }
p { color: rgb(235,252,50); }
H1.HeaderClassName
{
color: #EBFC32;
}
.AnyTagClassName
{
color: #EBFC32;
}
</style>
background-color css
<style>
a { background-color: #EBFC32; }
a { background-color: rgb(235,252,50); }
div.DivClassName
{
background-color: #EBFC32;
}
.BgClassName
{
background-color: #EBFC32;
}
</style>
border-color css
<style>
span { border-color: #EBFC32; }
span { border-color: rgb(235,252,50); }
td.TdClassName
{
border-color: #EBFC32;
}
.TagClassName
{
border-color: #EBFC32;
}
</style>