Shades of Golden Fizz #ECDD21
Tints of Golden Fizz #ECDD21
RGB
CMYK
RGB Variations
Color information
#ECDD21 (or 0xECDD21) is known color: Golden Fizz. HEX triplet: EC, DD and 21. RGB value is (236,221,33). Sum of RGB (Red+Green+Blue) = 236+221+33=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD21 is #1322DE. Grayscale: #CCCCCC. Windows color (decimal): -1254111 or 2219500. OLE color: 2219500.
HSL color Cylindrical-coordinate representation of color #ECDD21: hue angle of 55.57º 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 #ECDD21 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.07 |
| HSL | 55.57º | 0.84% | 0.53% | - |
| HSV(B) | 55.57º | 0.86% | 0.93% | - |
| XYZ | 60.72 | 69.66 | 11.68 | - |
| YUV | 204.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 33 | 0 | 0.06 | 0.86 | 0.07 | 55.57 | 0.84 | 0.53 |
| Hex | EC | DD | 21 | 0 | 6 | 56 | 7 | 38 | 54 | 35 |
| Octal | 354 | 335 | 41 | 0 | 6 | 126 | 7 | 70 | 124 | 65 |
| Binary | 11101100 | 11011101 | 100001 | 0 | 110 | 1010110 | 111 | 111000 | 1010100 | 110101 |
Color Harmonies of #ECDD21
Complementary color
Monochromatic Colors of #ECDD21
Black with #ECDD21
Text Example
Text Example
White with #ECDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD21; }
p { color: rgb(236,221,33); }
H1.HeaderClassName
{
color: #ECDD21;
}
.AnyTagClassName
{
color: #ECDD21;
}
</style>
background-color css
<style>
a { background-color: #ECDD21; }
a { background-color: rgb(236,221,33); }
div.DivClassName
{
background-color: #ECDD21;
}
.BgClassName
{
background-color: #ECDD21;
}
</style>
border-color css
<style>
span { border-color: #ECDD21; }
span { border-color: rgb(236,221,33); }
td.TdClassName
{
border-color: #ECDD21;
}
.TagClassName
{
border-color: #ECDD21;
}
</style>