Shades of Golden Fizz #ECDC37
Tints of Golden Fizz #ECDC37
RGB
CMYK
RGB Variations
Color information
#ECDC37 (or 0xECDC37) is known color: Golden Fizz. HEX triplet: EC, DC and 37. RGB value is (236,220,55). Sum of RGB (Red+Green+Blue) = 236+220+55=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC37 is #1323C8. Grayscale: #CECECE. Windows color (decimal): -1254345 or 3661036. OLE color: 3661036.
HSL color Cylindrical-coordinate representation of color #ECDC37: hue angle of 54.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECDC37 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 55 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.07 |
| HSL | 54.7º | 0.83% | 0.57% | - |
| HSV(B) | 54.7º | 0.77% | 0.93% | - |
| XYZ | 60.87 | 69.3 | 13.78 | - |
| YUV | 205.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 55 | 0 | 0.07 | 0.77 | 0.07 | 54.7 | 0.83 | 0.57 |
| Hex | EC | DC | 37 | 0 | 7 | 4D | 7 | 37 | 53 | 39 |
| Octal | 354 | 334 | 67 | 0 | 7 | 115 | 7 | 67 | 123 | 71 |
| Binary | 11101100 | 11011100 | 110111 | 0 | 111 | 1001101 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #ECDC37
Complementary color
Monochromatic Colors of #ECDC37
Black with #ECDC37
Text Example
Text Example
White with #ECDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC37; }
p { color: rgb(236,220,55); }
H1.HeaderClassName
{
color: #ECDC37;
}
.AnyTagClassName
{
color: #ECDC37;
}
</style>
background-color css
<style>
a { background-color: #ECDC37; }
a { background-color: rgb(236,220,55); }
div.DivClassName
{
background-color: #ECDC37;
}
.BgClassName
{
background-color: #ECDC37;
}
</style>
border-color css
<style>
span { border-color: #ECDC37; }
span { border-color: rgb(236,220,55); }
td.TdClassName
{
border-color: #ECDC37;
}
.TagClassName
{
border-color: #ECDC37;
}
</style>