Shades of Golden Fizz #ECDF37
Tints of Golden Fizz #ECDF37
RGB
CMYK
RGB Variations
Color information
#ECDF37 (or 0xECDF37) is known color: Golden Fizz. HEX triplet: EC, DF and 37. RGB value is (236,223,55). Sum of RGB (Red+Green+Blue) = 236+223+55=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF37 is #1320C8. Grayscale: #D0D0D0. Windows color (decimal): -1253577 or 3661804. OLE color: 3661804.
HSL color Cylindrical-coordinate representation of color #ECDF37: hue angle of 55.69º 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 #ECDF37 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 55 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.07 |
| HSL | 55.69º | 0.83% | 0.57% | - |
| HSV(B) | 55.69º | 0.77% | 0.93% | - |
| XYZ | 61.67 | 70.88 | 14.05 | - |
| YUV | 207.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 55 | 0 | 0.06 | 0.77 | 0.07 | 55.69 | 0.83 | 0.57 |
| Hex | EC | DF | 37 | 0 | 6 | 4D | 7 | 38 | 53 | 39 |
| Octal | 354 | 337 | 67 | 0 | 6 | 115 | 7 | 70 | 123 | 71 |
| Binary | 11101100 | 11011111 | 110111 | 0 | 110 | 1001101 | 111 | 111000 | 1010011 | 111001 |
Color Harmonies of #ECDF37
Complementary color
Monochromatic Colors of #ECDF37
Black with #ECDF37
Text Example
Text Example
White with #ECDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF37; }
p { color: rgb(236,223,55); }
H1.HeaderClassName
{
color: #ECDF37;
}
.AnyTagClassName
{
color: #ECDF37;
}
</style>
background-color css
<style>
a { background-color: #ECDF37; }
a { background-color: rgb(236,223,55); }
div.DivClassName
{
background-color: #ECDF37;
}
.BgClassName
{
background-color: #ECDF37;
}
</style>
border-color css
<style>
span { border-color: #ECDF37; }
span { border-color: rgb(236,223,55); }
td.TdClassName
{
border-color: #ECDF37;
}
.TagClassName
{
border-color: #ECDF37;
}
</style>