Shades of Golden Fizz #ECDC39
Tints of Golden Fizz #ECDC39
RGB
CMYK
RGB Variations
Color information
#ECDC39 (or 0xECDC39) is known color: Golden Fizz. HEX triplet: EC, DC and 39. RGB value is (236,220,57). Sum of RGB (Red+Green+Blue) = 236+220+57=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 57 (22.66% from 255 or 11.11% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC39 is #1323C6. Grayscale: #CECECE. Windows color (decimal): -1254343 or 3792108. OLE color: 3792108.
HSL color Cylindrical-coordinate representation of color #ECDC39: hue angle of 54.64º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECDC39 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.07 |
| HSL | 54.64º | 0.82% | 0.57% | - |
| HSV(B) | 54.64º | 0.76% | 0.93% | - |
| XYZ | 60.92 | 69.31 | 14.04 | - |
| YUV | 206.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 57 | 0 | 0.07 | 0.76 | 0.07 | 54.64 | 0.82 | 0.57 |
| Hex | EC | DC | 39 | 0 | 7 | 4C | 7 | 37 | 52 | 39 |
| Octal | 354 | 334 | 71 | 0 | 7 | 114 | 7 | 67 | 122 | 71 |
| Binary | 11101100 | 11011100 | 111001 | 0 | 111 | 1001100 | 111 | 110111 | 1010010 | 111001 |
Color Harmonies of #ECDC39
Complementary color
Monochromatic Colors of #ECDC39
Black with #ECDC39
Text Example
Text Example
White with #ECDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC39; }
p { color: rgb(236,220,57); }
H1.HeaderClassName
{
color: #ECDC39;
}
.AnyTagClassName
{
color: #ECDC39;
}
</style>
background-color css
<style>
a { background-color: #ECDC39; }
a { background-color: rgb(236,220,57); }
div.DivClassName
{
background-color: #ECDC39;
}
.BgClassName
{
background-color: #ECDC39;
}
</style>
border-color css
<style>
span { border-color: #ECDC39; }
span { border-color: rgb(236,220,57); }
td.TdClassName
{
border-color: #ECDC39;
}
.TagClassName
{
border-color: #ECDC39;
}
</style>