Shades of Golden Fizz #ECDD20
Tints of Golden Fizz #ECDD20
RGB
CMYK
RGB Variations
Color information
#ECDD20 (or 0xECDD20) is known color: Golden Fizz. HEX triplet: EC, DD and 20. RGB value is (236,221,32). Sum of RGB (Red+Green+Blue) = 236+221+32=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD20 is #1322DF. Grayscale: #CCCCCC. Windows color (decimal): -1254112 or 2153964. OLE color: 2153964.
HSL color Cylindrical-coordinate representation of color #ECDD20: hue angle of 55.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECDD20 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 32 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.07 |
| HSL | 55.59º | 0.84% | 0.53% | - |
| HSV(B) | 55.59º | 0.86% | 0.93% | - |
| XYZ | 60.71 | 69.65 | 11.61 | - |
| YUV | 203.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 32 | 0 | 0.06 | 0.86 | 0.07 | 55.59 | 0.84 | 0.53 |
| Hex | EC | DD | 20 | 0 | 6 | 56 | 7 | 38 | 54 | 35 |
| Octal | 354 | 335 | 40 | 0 | 6 | 126 | 7 | 70 | 124 | 65 |
| Binary | 11101100 | 11011101 | 100000 | 0 | 110 | 1010110 | 111 | 111000 | 1010100 | 110101 |
Color Harmonies of #ECDD20
Complementary color
Monochromatic Colors of #ECDD20
Black with #ECDD20
Text Example
Text Example
White with #ECDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD20; }
p { color: rgb(236,221,32); }
H1.HeaderClassName
{
color: #ECDD20;
}
.AnyTagClassName
{
color: #ECDD20;
}
</style>
background-color css
<style>
a { background-color: #ECDD20; }
a { background-color: rgb(236,221,32); }
div.DivClassName
{
background-color: #ECDD20;
}
.BgClassName
{
background-color: #ECDD20;
}
</style>
border-color css
<style>
span { border-color: #ECDD20; }
span { border-color: rgb(236,221,32); }
td.TdClassName
{
border-color: #ECDD20;
}
.TagClassName
{
border-color: #ECDD20;
}
</style>