Shades of Golden Fizz #ECFD2F
Tints of Golden Fizz #ECFD2F
RGB
CMYK
RGB Variations
Color information
#ECFD2F (or 0xECFD2F) is known color: Golden Fizz. HEX triplet: EC, FD and 2F. RGB value is (236,253,47). Sum of RGB (Red+Green+Blue) = 236+253+47=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 47 (18.75% from 255 or 8.77% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD2F is #1302D0. Grayscale: #E1E1E1. Windows color (decimal): -1245905 or 3145196. OLE color: 3145196.
HSL color Cylindrical-coordinate representation of color #ECFD2F: hue angle of 64.95º degrees, saturation: 0.98, 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 #ECFD2F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 47 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.01 |
| HSL | 64.95º | 0.98% | 0.59% | - |
| HSV(B) | 64.95º | 0.81% | 0.99% | - |
| XYZ | 70.23 | 88.29 | 16.03 | - |
| YUV | 224.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 47 | 0.07 | 0 | 0.81 | 0.01 | 64.95 | 0.98 | 0.59 |
| Hex | EC | FD | 2F | 7 | 0 | 51 | 1 | 41 | 62 | 3B |
| Octal | 354 | 375 | 57 | 7 | 0 | 121 | 1 | 101 | 142 | 73 |
| Binary | 11101100 | 11111101 | 101111 | 111 | 0 | 1010001 | 1 | 1000001 | 1100010 | 111011 |
Color Harmonies of #ECFD2F
Complementary color
Monochromatic Colors of #ECFD2F
Black with #ECFD2F
Text Example
Text Example
White with #ECFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD2F; }
p { color: rgb(236,253,47); }
H1.HeaderClassName
{
color: #ECFD2F;
}
.AnyTagClassName
{
color: #ECFD2F;
}
</style>
background-color css
<style>
a { background-color: #ECFD2F; }
a { background-color: rgb(236,253,47); }
div.DivClassName
{
background-color: #ECFD2F;
}
.BgClassName
{
background-color: #ECFD2F;
}
</style>
border-color css
<style>
span { border-color: #ECFD2F; }
span { border-color: rgb(236,253,47); }
td.TdClassName
{
border-color: #ECFD2F;
}
.TagClassName
{
border-color: #ECFD2F;
}
</style>