Shades of Golden Fizz #ECDC36
Tints of Golden Fizz #ECDC36
RGB
CMYK
RGB Variations
Color information
#ECDC36 (or 0xECDC36) is known color: Golden Fizz. HEX triplet: EC, DC and 36. RGB value is (236,220,54). Sum of RGB (Red+Green+Blue) = 236+220+54=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 54 (21.48% from 255 or 10.59% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC36 is #1323C9. Grayscale: #CECECE. Windows color (decimal): -1254346 or 3595500. OLE color: 3595500.
HSL color Cylindrical-coordinate representation of color #ECDC36: hue angle of 54.73º 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 #ECDC36 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 54 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.07 |
| HSL | 54.73º | 0.83% | 0.57% | - |
| HSV(B) | 54.73º | 0.77% | 0.93% | - |
| XYZ | 60.85 | 69.29 | 13.66 | - |
| YUV | 205.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 54 | 0 | 0.07 | 0.77 | 0.07 | 54.73 | 0.83 | 0.57 |
| Hex | EC | DC | 36 | 0 | 7 | 4D | 7 | 37 | 53 | 39 |
| Octal | 354 | 334 | 66 | 0 | 7 | 115 | 7 | 67 | 123 | 71 |
| Binary | 11101100 | 11011100 | 110110 | 0 | 111 | 1001101 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #ECDC36
Complementary color
Monochromatic Colors of #ECDC36
Black with #ECDC36
Text Example
Text Example
White with #ECDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC36; }
p { color: rgb(236,220,54); }
H1.HeaderClassName
{
color: #ECDC36;
}
.AnyTagClassName
{
color: #ECDC36;
}
</style>
background-color css
<style>
a { background-color: #ECDC36; }
a { background-color: rgb(236,220,54); }
div.DivClassName
{
background-color: #ECDC36;
}
.BgClassName
{
background-color: #ECDC36;
}
</style>
border-color css
<style>
span { border-color: #ECDC36; }
span { border-color: rgb(236,220,54); }
td.TdClassName
{
border-color: #ECDC36;
}
.TagClassName
{
border-color: #ECDC36;
}
</style>