Shades of Golden Fizz #ECDA22
Tints of Golden Fizz #ECDA22
RGB
CMYK
RGB Variations
Color information
#ECDA22 (or 0xECDA22) is known color: Golden Fizz. HEX triplet: EC, DA and 22. RGB value is (236,218,34). Sum of RGB (Red+Green+Blue) = 236+218+34=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA22 is #1325DD. Grayscale: #CBCBCB. Windows color (decimal): -1254878 or 2284268. OLE color: 2284268.
HSL color Cylindrical-coordinate representation of color #ECDA22: hue angle of 54.65º 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 #ECDA22 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 34 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.07 |
| HSL | 54.65º | 0.84% | 0.53% | - |
| HSV(B) | 54.65º | 0.86% | 0.93% | - |
| XYZ | 59.95 | 68.09 | 11.5 | - |
| YUV | 202.41 | 32.96 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 34 | 0 | 0.08 | 0.86 | 0.07 | 54.65 | 0.84 | 0.53 |
| Hex | EC | DA | 22 | 0 | 8 | 56 | 7 | 37 | 54 | 35 |
| Octal | 354 | 332 | 42 | 0 | 10 | 126 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011010 | 100010 | 0 | 1000 | 1010110 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDA22
Complementary color
Monochromatic Colors of #ECDA22
Black with #ECDA22
Text Example
Text Example
White with #ECDA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA22; }
p { color: rgb(236,218,34); }
H1.HeaderClassName
{
color: #ECDA22;
}
.AnyTagClassName
{
color: #ECDA22;
}
</style>
background-color css
<style>
a { background-color: #ECDA22; }
a { background-color: rgb(236,218,34); }
div.DivClassName
{
background-color: #ECDA22;
}
.BgClassName
{
background-color: #ECDA22;
}
</style>
border-color css
<style>
span { border-color: #ECDA22; }
span { border-color: rgb(236,218,34); }
td.TdClassName
{
border-color: #ECDA22;
}
.TagClassName
{
border-color: #ECDA22;
}
</style>