Shades of Golden Fizz #ECFC31
Tints of Golden Fizz #ECFC31
RGB
CMYK
RGB Variations
Color information
#ECFC31 (or 0xECFC31) is known color: Golden Fizz. HEX triplet: EC, FC and 31. RGB value is (236,252,49). Sum of RGB (Red+Green+Blue) = 236+252+49=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC31 is #1303CE. Grayscale: #E0E0E0. Windows color (decimal): -1246159 or 3276012. OLE color: 3276012.
HSL color Cylindrical-coordinate representation of color #ECFC31: hue angle of 64.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECFC31 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 49 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.01 |
| HSL | 64.73º | 0.97% | 0.59% | - |
| HSV(B) | 64.73º | 0.81% | 0.99% | - |
| XYZ | 69.96 | 87.68 | 16.14 | - |
| YUV | 224.07 | 29.2 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 49 | 0.06 | 0 | 0.81 | 0.01 | 64.73 | 0.97 | 0.59 |
| Hex | EC | FC | 31 | 6 | 0 | 51 | 1 | 41 | 61 | 3B |
| Octal | 354 | 374 | 61 | 6 | 0 | 121 | 1 | 101 | 141 | 73 |
| Binary | 11101100 | 11111100 | 110001 | 110 | 0 | 1010001 | 1 | 1000001 | 1100001 | 111011 |
Color Harmonies of #ECFC31
Complementary color
Monochromatic Colors of #ECFC31
Black with #ECFC31
Text Example
Text Example
White with #ECFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC31; }
p { color: rgb(236,252,49); }
H1.HeaderClassName
{
color: #ECFC31;
}
.AnyTagClassName
{
color: #ECFC31;
}
</style>
background-color css
<style>
a { background-color: #ECFC31; }
a { background-color: rgb(236,252,49); }
div.DivClassName
{
background-color: #ECFC31;
}
.BgClassName
{
background-color: #ECFC31;
}
</style>
border-color css
<style>
span { border-color: #ECFC31; }
span { border-color: rgb(236,252,49); }
td.TdClassName
{
border-color: #ECFC31;
}
.TagClassName
{
border-color: #ECFC31;
}
</style>