Shades of Golden Fizz #ECDB22
Tints of Golden Fizz #ECDB22
RGB
CMYK
RGB Variations
Color information
#ECDB22 (or 0xECDB22) is known color: Golden Fizz. HEX triplet: EC, DB and 22. RGB value is (236,219,34). Sum of RGB (Red+Green+Blue) = 236+219+34=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB22 is #1324DD. Grayscale: #CBCBCB. Windows color (decimal): -1254622 or 2284524. OLE color: 2284524.
HSL color Cylindrical-coordinate representation of color #ECDB22: hue angle of 54.95º 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 #ECDB22 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 34 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.07 |
| HSL | 54.95º | 0.84% | 0.53% | - |
| HSV(B) | 54.95º | 0.86% | 0.93% | - |
| XYZ | 60.21 | 68.61 | 11.58 | - |
| YUV | 202.99 | 32.63 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 34 | 0 | 0.07 | 0.86 | 0.07 | 54.95 | 0.84 | 0.53 |
| Hex | EC | DB | 22 | 0 | 7 | 56 | 7 | 37 | 54 | 35 |
| Octal | 354 | 333 | 42 | 0 | 7 | 126 | 7 | 67 | 124 | 65 |
| Binary | 11101100 | 11011011 | 100010 | 0 | 111 | 1010110 | 111 | 110111 | 1010100 | 110101 |
Color Harmonies of #ECDB22
Complementary color
Monochromatic Colors of #ECDB22
Black with #ECDB22
Text Example
Text Example
White with #ECDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB22; }
p { color: rgb(236,219,34); }
H1.HeaderClassName
{
color: #ECDB22;
}
.AnyTagClassName
{
color: #ECDB22;
}
</style>
background-color css
<style>
a { background-color: #ECDB22; }
a { background-color: rgb(236,219,34); }
div.DivClassName
{
background-color: #ECDB22;
}
.BgClassName
{
background-color: #ECDB22;
}
</style>
border-color css
<style>
span { border-color: #ECDB22; }
span { border-color: rgb(236,219,34); }
td.TdClassName
{
border-color: #ECDB22;
}
.TagClassName
{
border-color: #ECDB22;
}
</style>