Shades of Golden Fizz #ECDB21
Tints of Golden Fizz #ECDB21
RGB
CMYK
RGB Variations
Color information
#ECDB21 (or 0xECDB21) is known color: Golden Fizz. HEX triplet: EC, DB and 21. RGB value is (236,219,33). Sum of RGB (Red+Green+Blue) = 236+219+33=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB21 is #1324DE. Grayscale: #CBCBCB. Windows color (decimal): -1254623 or 2218988. OLE color: 2218988.
HSL color Cylindrical-coordinate representation of color #ECDB21: hue angle of 54.98º 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 #ECDB21 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 33 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 54.98º | 0.84% | 0.53% | - |
| HSV(B) | 54.98º | 0.86% | 0.93% | - |
| XYZ | 60.2 | 68.61 | 11.51 | - |
| YUV | 202.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 33 | 0 | 0.07 | 0.86 | 0.07 | 54.98 | 0.84 | 0.53 |
| Hex | EC | DB | 21 | 0 | 7 | 56 | 7 | 37 | 54 | 35 |
| Octal | 354 | 333 | 41 | 0 | 7 | 126 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011011 | 100001 | 0 | 111 | 1010110 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDB21
Complementary color
Monochromatic Colors of #ECDB21
Black with #ECDB21
Text Example
Text Example
White with #ECDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB21; }
p { color: rgb(236,219,33); }
H1.HeaderClassName
{
color: #ECDB21;
}
.AnyTagClassName
{
color: #ECDB21;
}
</style>
background-color css
<style>
a { background-color: #ECDB21; }
a { background-color: rgb(236,219,33); }
div.DivClassName
{
background-color: #ECDB21;
}
.BgClassName
{
background-color: #ECDB21;
}
</style>
border-color css
<style>
span { border-color: #ECDB21; }
span { border-color: rgb(236,219,33); }
td.TdClassName
{
border-color: #ECDB21;
}
.TagClassName
{
border-color: #ECDB21;
}
</style>