Shades of Golden Fizz #ECFD37
Tints of Golden Fizz #ECFD37
RGB
CMYK
RGB Variations
Color information
#ECFD37 (or 0xECFD37) is known color: Golden Fizz. HEX triplet: EC, FD and 37. RGB value is (236,253,55). Sum of RGB (Red+Green+Blue) = 236+253+55=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 55 (21.88% from 255 or 10.11% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD37 is #1302C8. Grayscale: #E2E2E2. Windows color (decimal): -1245897 or 3669484. OLE color: 3669484.
HSL color Cylindrical-coordinate representation of color #ECFD37: hue angle of 65.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECFD37 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 55 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.01 |
| HSL | 65.15º | 0.98% | 0.6% | - |
| HSV(B) | 65.15º | 0.78% | 0.99% | - |
| XYZ | 70.41 | 88.36 | 16.96 | - |
| YUV | 225.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 55 | 0.07 | 0 | 0.78 | 0.01 | 65.15 | 0.98 | 0.6 |
| Hex | EC | FD | 37 | 7 | 0 | 4E | 1 | 41 | 62 | 3C |
| Octal | 354 | 375 | 67 | 7 | 0 | 116 | 1 | 101 | 142 | 74 |
| Binary | 11101100 | 11111101 | 110111 | 111 | 0 | 1001110 | 1 | 1000001 | 1100010 | 111100 |
Color Harmonies of #ECFD37
Complementary color
Monochromatic Colors of #ECFD37
Black with #ECFD37
Text Example
Text Example
White with #ECFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD37; }
p { color: rgb(236,253,55); }
H1.HeaderClassName
{
color: #ECFD37;
}
.AnyTagClassName
{
color: #ECFD37;
}
</style>
background-color css
<style>
a { background-color: #ECFD37; }
a { background-color: rgb(236,253,55); }
div.DivClassName
{
background-color: #ECFD37;
}
.BgClassName
{
background-color: #ECFD37;
}
</style>
border-color css
<style>
span { border-color: #ECFD37; }
span { border-color: rgb(236,253,55); }
td.TdClassName
{
border-color: #ECFD37;
}
.TagClassName
{
border-color: #ECFD37;
}
</style>