Shades of Golden Fizz #ECFF2F
Tints of Golden Fizz #ECFF2F
RGB
CMYK
RGB Variations
Color information
#ECFF2F (or 0xECFF2F) is known color: Golden Fizz. HEX triplet: EC, FF and 2F. RGB value is (236,255,47). Sum of RGB (Red+Green+Blue) = 236+255+47=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 47 (18.75% from 255 or 8.74% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF2F is #1300D0. Grayscale: #E2E2E2. Windows color (decimal): -1245393 or 3145708. OLE color: 3145708.
HSL color Cylindrical-coordinate representation of color #ECFF2F: hue angle of 65.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECFF2F is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 47 | - |
| CMYK | 0.07 | 0 | 0.82 | 0 |
| HSL | 65.48º | 1% | 0.59% | - |
| HSV(B) | 65.48º | 0.82% | 1% | - |
| XYZ | 70.87 | 89.56 | 16.24 | - |
| YUV | 225.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 47 | 0.07 | 0 | 0.82 | 0 | 65.48 | 1 | 0.59 |
| Hex | EC | FF | 2F | 7 | 0 | 52 | 0 | 41 | 64 | 3B |
| Octal | 354 | 377 | 57 | 7 | 0 | 122 | 0 | 101 | 144 | 73 |
| Binary | 11101100 | 11111111 | 101111 | 111 | 0 | 1010010 | 0 | 1000001 | 1100100 | 111011 |
Color Harmonies of #ECFF2F
Complementary color
Monochromatic Colors of #ECFF2F
Black with #ECFF2F
Text Example
Text Example
White with #ECFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF2F; }
p { color: rgb(236,255,47); }
H1.HeaderClassName
{
color: #ECFF2F;
}
.AnyTagClassName
{
color: #ECFF2F;
}
</style>
background-color css
<style>
a { background-color: #ECFF2F; }
a { background-color: rgb(236,255,47); }
div.DivClassName
{
background-color: #ECFF2F;
}
.BgClassName
{
background-color: #ECFF2F;
}
</style>
border-color css
<style>
span { border-color: #ECFF2F; }
span { border-color: rgb(236,255,47); }
td.TdClassName
{
border-color: #ECFF2F;
}
.TagClassName
{
border-color: #ECFF2F;
}
</style>