Shades of Golden Fizz #ECFF2C
Tints of Golden Fizz #ECFF2C
RGB
CMYK
RGB Variations
Color information
#ECFF2C (or 0xECFF2C) is known color: Golden Fizz. HEX triplet: EC, FF and 2C. RGB value is (236,255,44). Sum of RGB (Red+Green+Blue) = 236+255+44=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF2C is #1300D3. Grayscale: #E2E2E2. Windows color (decimal): -1245396 or 2949100. OLE color: 2949100.
HSL color Cylindrical-coordinate representation of color #ECFF2C: hue angle of 65.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECFF2C is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 44 | - |
| CMYK | 0.07 | 0 | 0.83 | 0 |
| HSL | 65.4º | 1% | 0.59% | - |
| HSV(B) | 65.4º | 0.83% | 1% | - |
| XYZ | 70.81 | 89.53 | 15.93 | - |
| YUV | 225.27 | 25.71 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 44 | 0.07 | 0 | 0.83 | 0 | 65.4 | 1 | 0.59 |
| Hex | EC | FF | 2C | 7 | 0 | 53 | 0 | 41 | 64 | 3B |
| Octal | 354 | 377 | 54 | 7 | 0 | 123 | 0 | 101 | 144 | 73 |
| Binary | 11101100 | 11111111 | 101100 | 111 | 0 | 1010011 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #ECFF2C
Complementary color
Monochromatic Colors of #ECFF2C
Black with #ECFF2C
Text Example
Text Example
White with #ECFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF2C; }
p { color: rgb(236,255,44); }
H1.HeaderClassName
{
color: #ECFF2C;
}
.AnyTagClassName
{
color: #ECFF2C;
}
</style>
background-color css
<style>
a { background-color: #ECFF2C; }
a { background-color: rgb(236,255,44); }
div.DivClassName
{
background-color: #ECFF2C;
}
.BgClassName
{
background-color: #ECFF2C;
}
</style>
border-color css
<style>
span { border-color: #ECFF2C; }
span { border-color: rgb(236,255,44); }
td.TdClassName
{
border-color: #ECFF2C;
}
.TagClassName
{
border-color: #ECFF2C;
}
</style>