Shades of Golden Fizz #ECDA37
Tints of Golden Fizz #ECDA37
RGB
CMYK
RGB Variations
Color information
#ECDA37 (or 0xECDA37) is known color: Golden Fizz. HEX triplet: EC, DA and 37. RGB value is (236,218,55). Sum of RGB (Red+Green+Blue) = 236+218+55=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 55 (21.88% from 255 or 10.81% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA37 is #1325C8. Grayscale: #CDCDCD. Windows color (decimal): -1254857 or 3660524. OLE color: 3660524.
HSL color Cylindrical-coordinate representation of color #ECDA37: hue angle of 54.03º 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 #ECDA37 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 55 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.07 |
| HSL | 54.03º | 0.83% | 0.57% | - |
| HSV(B) | 54.03º | 0.77% | 0.93% | - |
| XYZ | 60.35 | 68.25 | 13.61 | - |
| YUV | 204.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 55 | 0 | 0.08 | 0.77 | 0.07 | 54.03 | 0.83 | 0.57 |
| Hex | EC | DA | 37 | 0 | 8 | 4D | 7 | 36 | 53 | 39 |
| Octal | 354 | 332 | 67 | 0 | 10 | 115 | 7 | 66 | 123 | 71 |
| Binary | 11101100 | 11011010 | 110111 | 0 | 1000 | 1001101 | 111 | 110110 | 1010011 | 111001 |
Color Harmonies of #ECDA37
Complementary color
Monochromatic Colors of #ECDA37
Black with #ECDA37
Text Example
Text Example
White with #ECDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA37; }
p { color: rgb(236,218,55); }
H1.HeaderClassName
{
color: #ECDA37;
}
.AnyTagClassName
{
color: #ECDA37;
}
</style>
background-color css
<style>
a { background-color: #ECDA37; }
a { background-color: rgb(236,218,55); }
div.DivClassName
{
background-color: #ECDA37;
}
.BgClassName
{
background-color: #ECDA37;
}
</style>
border-color css
<style>
span { border-color: #ECDA37; }
span { border-color: rgb(236,218,55); }
td.TdClassName
{
border-color: #ECDA37;
}
.TagClassName
{
border-color: #ECDA37;
}
</style>