Shades of Golden Fizz #ECFC2E
Tints of Golden Fizz #ECFC2E
RGB
CMYK
RGB Variations
Color information
#ECFC2E (or 0xECFC2E) is known color: Golden Fizz. HEX triplet: EC, FC and 2E. RGB value is (236,252,46). Sum of RGB (Red+Green+Blue) = 236+252+46=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFC2E is #1303D1. Grayscale: #E0E0E0. Windows color (decimal): -1246162 or 3079404. OLE color: 3079404.
HSL color Cylindrical-coordinate representation of color #ECFC2E: hue angle of 64.66º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECFC2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 46 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.01 |
| HSL | 64.66º | 0.97% | 0.58% | - |
| HSV(B) | 64.66º | 0.82% | 0.99% | - |
| XYZ | 69.9 | 87.65 | 15.82 | - |
| YUV | 223.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 46 | 0.06 | 0 | 0.82 | 0.01 | 64.66 | 0.97 | 0.58 |
| Hex | EC | FC | 2E | 6 | 0 | 52 | 1 | 41 | 61 | 3A |
| Octal | 354 | 374 | 56 | 6 | 0 | 122 | 1 | 101 | 141 | 72 |
| Binary | 11101100 | 11111100 | 101110 | 110 | 0 | 1010010 | 1 | 1000001 | 1100001 | 111010 |
Color Harmonies of #ECFC2E
Complementary color
Monochromatic Colors of #ECFC2E
Black with #ECFC2E
Text Example
Text Example
White with #ECFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC2E; }
p { color: rgb(236,252,46); }
H1.HeaderClassName
{
color: #ECFC2E;
}
.AnyTagClassName
{
color: #ECFC2E;
}
</style>
background-color css
<style>
a { background-color: #ECFC2E; }
a { background-color: rgb(236,252,46); }
div.DivClassName
{
background-color: #ECFC2E;
}
.BgClassName
{
background-color: #ECFC2E;
}
</style>
border-color css
<style>
span { border-color: #ECFC2E; }
span { border-color: rgb(236,252,46); }
td.TdClassName
{
border-color: #ECFC2E;
}
.TagClassName
{
border-color: #ECFC2E;
}
</style>