Shades of Golden Fizz #ECDE37
Tints of Golden Fizz #ECDE37
RGB
CMYK
RGB Variations
Color information
#ECDE37 (or 0xECDE37) is known color: Golden Fizz. HEX triplet: EC, DE and 37. RGB value is (236,222,55). Sum of RGB (Red+Green+Blue) = 236+222+55=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE37 is #1321C8. Grayscale: #CFCFCF. Windows color (decimal): -1253833 or 3661548. OLE color: 3661548.
HSL color Cylindrical-coordinate representation of color #ECDE37: hue angle of 55.36º 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 #ECDE37 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 55 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.07 |
| HSL | 55.36º | 0.83% | 0.57% | - |
| HSV(B) | 55.36º | 0.77% | 0.93% | - |
| XYZ | 61.4 | 70.35 | 13.96 | - |
| YUV | 207.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 55 | 0 | 0.06 | 0.77 | 0.07 | 55.36 | 0.83 | 0.57 |
| Hex | EC | DE | 37 | 0 | 6 | 4D | 7 | 37 | 53 | 39 |
| Octal | 354 | 336 | 67 | 0 | 6 | 115 | 7 | 67 | 123 | 71 |
| Binary | 11101100 | 11011110 | 110111 | 0 | 110 | 1001101 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #ECDE37
Complementary color
Monochromatic Colors of #ECDE37
Black with #ECDE37
Text Example
Text Example
White with #ECDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE37; }
p { color: rgb(236,222,55); }
H1.HeaderClassName
{
color: #ECDE37;
}
.AnyTagClassName
{
color: #ECDE37;
}
</style>
background-color css
<style>
a { background-color: #ECDE37; }
a { background-color: rgb(236,222,55); }
div.DivClassName
{
background-color: #ECDE37;
}
.BgClassName
{
background-color: #ECDE37;
}
</style>
border-color css
<style>
span { border-color: #ECDE37; }
span { border-color: rgb(236,222,55); }
td.TdClassName
{
border-color: #ECDE37;
}
.TagClassName
{
border-color: #ECDE37;
}
</style>