Shades of Golden Fizz #ECDE21
Tints of Golden Fizz #ECDE21
RGB
CMYK
RGB Variations
Color information
#ECDE21 (or 0xECDE21) is known color: Golden Fizz. HEX triplet: EC, DE and 21. RGB value is (236,222,33). Sum of RGB (Red+Green+Blue) = 236+222+33=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE21 is #1321DE. Grayscale: #CDCDCD. Windows color (decimal): -1253855 or 2219756. OLE color: 2219756.
HSL color Cylindrical-coordinate representation of color #ECDE21: hue angle of 55.86º 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 #ECDE21 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.07 |
| HSL | 55.86º | 0.84% | 0.53% | - |
| HSV(B) | 55.86º | 0.86% | 0.93% | - |
| XYZ | 60.99 | 70.19 | 11.77 | - |
| YUV | 204.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 33 | 0 | 0.06 | 0.86 | 0.07 | 55.86 | 0.84 | 0.53 |
| Hex | EC | DE | 21 | 0 | 6 | 56 | 7 | 38 | 54 | 35 |
| Octal | 354 | 336 | 41 | 0 | 6 | 126 | 7 | 70 | 124 | 65 |
| Binary | 11101100 | 11011110 | 100001 | 0 | 110 | 1010110 | 111 | 111000 | 1010100 | 110101 |
Color Harmonies of #ECDE21
Complementary color
Monochromatic Colors of #ECDE21
Black with #ECDE21
Text Example
Text Example
White with #ECDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE21; }
p { color: rgb(236,222,33); }
H1.HeaderClassName
{
color: #ECDE21;
}
.AnyTagClassName
{
color: #ECDE21;
}
</style>
background-color css
<style>
a { background-color: #ECDE21; }
a { background-color: rgb(236,222,33); }
div.DivClassName
{
background-color: #ECDE21;
}
.BgClassName
{
background-color: #ECDE21;
}
</style>
border-color css
<style>
span { border-color: #ECDE21; }
span { border-color: rgb(236,222,33); }
td.TdClassName
{
border-color: #ECDE21;
}
.TagClassName
{
border-color: #ECDE21;
}
</style>