Shades of Golden Fizz #ECFC2C
Tints of Golden Fizz #ECFC2C
RGB
CMYK
RGB Variations
Color information
#ECFC2C (or 0xECFC2C) is known color: Golden Fizz. HEX triplet: EC, FC and 2C. RGB value is (236,252,44). Sum of RGB (Red+Green+Blue) = 236+252+44=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2C is #1303D3. Grayscale: #E0E0E0. Windows color (decimal): -1246164 or 2948332. OLE color: 2948332.
HSL color Cylindrical-coordinate representation of color #ECFC2C: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECFC2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 44 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.01 |
| HSL | 64.62º | 0.97% | 0.58% | - |
| HSV(B) | 64.62º | 0.83% | 0.99% | - |
| XYZ | 69.86 | 87.64 | 15.62 | - |
| YUV | 223.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 44 | 0.06 | 0 | 0.83 | 0.01 | 64.62 | 0.97 | 0.58 |
| Hex | EC | FC | 2C | 6 | 0 | 53 | 1 | 41 | 61 | 3A |
| Octal | 354 | 374 | 54 | 6 | 0 | 123 | 1 | 101 | 141 | 72 |
| Binary | 11101100 | 11111100 | 101100 | 110 | 0 | 1010011 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #ECFC2C
Complementary color
Monochromatic Colors of #ECFC2C
Black with #ECFC2C
Text Example
Text Example
White with #ECFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC2C; }
p { color: rgb(236,252,44); }
H1.HeaderClassName
{
color: #ECFC2C;
}
.AnyTagClassName
{
color: #ECFC2C;
}
</style>
background-color css
<style>
a { background-color: #ECFC2C; }
a { background-color: rgb(236,252,44); }
div.DivClassName
{
background-color: #ECFC2C;
}
.BgClassName
{
background-color: #ECFC2C;
}
</style>
border-color css
<style>
span { border-color: #ECFC2C; }
span { border-color: rgb(236,252,44); }
td.TdClassName
{
border-color: #ECFC2C;
}
.TagClassName
{
border-color: #ECFC2C;
}
</style>