Shades of Golden Fizz #ECFB32
Tints of Golden Fizz #ECFB32
RGB
CMYK
RGB Variations
Color information
#ECFB32 (or 0xECFB32) is known color: Golden Fizz. HEX triplet: EC, FB and 32. RGB value is (236,251,50). Sum of RGB (Red+Green+Blue) = 236+251+50=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 50 (19.92% from 255 or 9.31% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFB32 is #1304CD. Grayscale: #E0E0E0. Windows color (decimal): -1246414 or 3341292. OLE color: 3341292.
HSL color Cylindrical-coordinate representation of color #ECFB32: hue angle of 64.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECFB32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 50 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.02 |
| HSL | 64.48º | 0.96% | 0.59% | - |
| HSV(B) | 64.48º | 0.8% | 0.98% | - |
| XYZ | 69.66 | 87.06 | 16.15 | - |
| YUV | 223.6 | 30.03 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 50 | 0.06 | 0 | 0.80 | 0.02 | 64.48 | 0.96 | 0.59 |
| Hex | EC | FB | 32 | 6 | 0 | 50 | 2 | 40 | 60 | 3B |
| Octal | 354 | 373 | 62 | 6 | 0 | 120 | 2 | 100 | 140 | 73 |
| Binary | 11101100 | 11111011 | 110010 | 110 | 0 | 1010000 | 10 | 1000000 | 1100000 | 111011 |
Color Harmonies of #ECFB32
Complementary color
Monochromatic Colors of #ECFB32
Black with #ECFB32
Text Example
Text Example
White with #ECFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB32; }
p { color: rgb(236,251,50); }
H1.HeaderClassName
{
color: #ECFB32;
}
.AnyTagClassName
{
color: #ECFB32;
}
</style>
background-color css
<style>
a { background-color: #ECFB32; }
a { background-color: rgb(236,251,50); }
div.DivClassName
{
background-color: #ECFB32;
}
.BgClassName
{
background-color: #ECFB32;
}
</style>
border-color css
<style>
span { border-color: #ECFB32; }
span { border-color: rgb(236,251,50); }
td.TdClassName
{
border-color: #ECFB32;
}
.TagClassName
{
border-color: #ECFB32;
}
</style>