Shades of Golden Fizz #ECF037
Tints of Golden Fizz #ECF037
RGB
CMYK
RGB Variations
Color information
#ECF037 (or 0xECF037) is known color: Golden Fizz. HEX triplet: EC, F0 and 37. RGB value is (236,240,55). Sum of RGB (Red+Green+Blue) = 236+240+55=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF037 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF037 is #130FC8. Grayscale: #DADADA. Windows color (decimal): -1249225 or 3666156. OLE color: 3666156.
HSL color Cylindrical-coordinate representation of color #ECF037: hue angle of 61.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECF037 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 55 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.06 |
| HSL | 61.3º | 0.86% | 0.58% | - |
| HSV(B) | 61.3º | 0.77% | 0.94% | - |
| XYZ | 66.44 | 80.43 | 15.64 | - |
| YUV | 217.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 55 | 0.02 | 0 | 0.77 | 0.06 | 61.3 | 0.86 | 0.58 |
| Hex | EC | F0 | 37 | 2 | 0 | 4D | 6 | 3D | 56 | 3A |
| Octal | 354 | 360 | 67 | 2 | 0 | 115 | 6 | 75 | 126 | 72 |
| Binary | 11101100 | 11110000 | 110111 | 10 | 0 | 1001101 | 110 | 111101 | 1010110 | 111010 |
Color Harmonies of #ECF037
Complementary color
Monochromatic Colors of #ECF037
Black with #ECF037
Text Example
Text Example
White with #ECF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF037; }
p { color: rgb(236,240,55); }
H1.HeaderClassName
{
color: #ECF037;
}
.AnyTagClassName
{
color: #ECF037;
}
</style>
background-color css
<style>
a { background-color: #ECF037; }
a { background-color: rgb(236,240,55); }
div.DivClassName
{
background-color: #ECF037;
}
.BgClassName
{
background-color: #ECF037;
}
</style>
border-color css
<style>
span { border-color: #ECF037; }
span { border-color: rgb(236,240,55); }
td.TdClassName
{
border-color: #ECF037;
}
.TagClassName
{
border-color: #ECF037;
}
</style>