Shades of Golden Fizz #ECFD32
Tints of Golden Fizz #ECFD32
RGB
CMYK
RGB Variations
Color information
#ECFD32 (or 0xECFD32) is known color: Golden Fizz. HEX triplet: EC, FD and 32. RGB value is (236,253,50). Sum of RGB (Red+Green+Blue) = 236+253+50=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD32 is #1302CD. Grayscale: #E1E1E1. Windows color (decimal): -1245902 or 3341804. OLE color: 3341804.
HSL color Cylindrical-coordinate representation of color #ECFD32: hue angle of 65.02º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECFD32 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 50 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.01 |
| HSL | 65.02º | 0.98% | 0.59% | - |
| HSV(B) | 65.02º | 0.8% | 0.99% | - |
| XYZ | 70.29 | 88.31 | 16.36 | - |
| YUV | 224.78 | 29.37 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 50 | 0.07 | 0 | 0.80 | 0.01 | 65.02 | 0.98 | 0.59 |
| Hex | EC | FD | 32 | 7 | 0 | 50 | 1 | 41 | 62 | 3B |
| Octal | 354 | 375 | 62 | 7 | 0 | 120 | 1 | 101 | 142 | 73 |
| Binary | 11101100 | 11111101 | 110010 | 111 | 0 | 1010000 | 1 | 1000001 | 1100010 | 111011 |
Color Harmonies of #ECFD32
Complementary color
Monochromatic Colors of #ECFD32
Black with #ECFD32
Text Example
Text Example
White with #ECFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD32; }
p { color: rgb(236,253,50); }
H1.HeaderClassName
{
color: #ECFD32;
}
.AnyTagClassName
{
color: #ECFD32;
}
</style>
background-color css
<style>
a { background-color: #ECFD32; }
a { background-color: rgb(236,253,50); }
div.DivClassName
{
background-color: #ECFD32;
}
.BgClassName
{
background-color: #ECFD32;
}
</style>
border-color css
<style>
span { border-color: #ECFD32; }
span { border-color: rgb(236,253,50); }
td.TdClassName
{
border-color: #ECFD32;
}
.TagClassName
{
border-color: #ECFD32;
}
</style>