Shades of Golden Fizz #ECDC22
Tints of Golden Fizz #ECDC22
RGB
CMYK
RGB Variations
Color information
#ECDC22 (or 0xECDC22) is known color: Golden Fizz. HEX triplet: EC, DC and 22. RGB value is (236,220,34). Sum of RGB (Red+Green+Blue) = 236+220+34=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 34 (13.67% from 255 or 6.94% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC22 is #1323DD. Grayscale: #CCCCCC. Windows color (decimal): -1254366 or 2284780. OLE color: 2284780.
HSL color Cylindrical-coordinate representation of color #ECDC22: hue angle of 55.25º 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 #ECDC22 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 34 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 55.25º | 0.84% | 0.53% | - |
| HSV(B) | 55.25º | 0.86% | 0.93% | - |
| XYZ | 60.47 | 69.13 | 11.67 | - |
| YUV | 203.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 34 | 0 | 0.07 | 0.86 | 0.07 | 55.25 | 0.84 | 0.53 |
| Hex | EC | DC | 22 | 0 | 7 | 56 | 7 | 37 | 54 | 35 |
| Octal | 354 | 334 | 42 | 0 | 7 | 126 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011100 | 100010 | 0 | 111 | 1010110 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDC22
Complementary color
Monochromatic Colors of #ECDC22
Black with #ECDC22
Text Example
Text Example
White with #ECDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC22; }
p { color: rgb(236,220,34); }
H1.HeaderClassName
{
color: #ECDC22;
}
.AnyTagClassName
{
color: #ECDC22;
}
</style>
background-color css
<style>
a { background-color: #ECDC22; }
a { background-color: rgb(236,220,34); }
div.DivClassName
{
background-color: #ECDC22;
}
.BgClassName
{
background-color: #ECDC22;
}
</style>
border-color css
<style>
span { border-color: #ECDC22; }
span { border-color: rgb(236,220,34); }
td.TdClassName
{
border-color: #ECDC22;
}
.TagClassName
{
border-color: #ECDC22;
}
</style>