Shades of Golden Fizz #ECE220
Tints of Golden Fizz #ECE220
RGB
CMYK
RGB Variations
Color information
#ECE220 (or 0xECE220) is known color: Golden Fizz. HEX triplet: EC, E2 and 20. RGB value is (236,226,32). Sum of RGB (Red+Green+Blue) = 236+226+32=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE220 is #131DDF. Grayscale: #CFCFCF. Windows color (decimal): -1252832 or 2155244. OLE color: 2155244.
HSL color Cylindrical-coordinate representation of color #ECE220: hue angle of 57.06º 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 #ECE220 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 32 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.07 |
| HSL | 57.06º | 0.84% | 0.53% | - |
| HSV(B) | 57.06º | 0.86% | 0.93% | - |
| XYZ | 62.05 | 72.33 | 12.06 | - |
| YUV | 206.87 | 29.31 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 32 | 0 | 0.04 | 0.86 | 0.07 | 57.06 | 0.84 | 0.53 |
| Hex | EC | E2 | 20 | 0 | 4 | 56 | 7 | 39 | 54 | 35 |
| Octal | 354 | 342 | 40 | 0 | 4 | 126 | 7 | 71 | 124 | 65 |
| Binary | 11101100 | 11100010 | 100000 | 0 | 100 | 1010110 | 111 | 111001 | 1010100 | 110101 |
Color Harmonies of #ECE220
Complementary color
Monochromatic Colors of #ECE220
Black with #ECE220
Text Example
Text Example
White with #ECE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE220; }
p { color: rgb(236,226,32); }
H1.HeaderClassName
{
color: #ECE220;
}
.AnyTagClassName
{
color: #ECE220;
}
</style>
background-color css
<style>
a { background-color: #ECE220; }
a { background-color: rgb(236,226,32); }
div.DivClassName
{
background-color: #ECE220;
}
.BgClassName
{
background-color: #ECE220;
}
</style>
border-color css
<style>
span { border-color: #ECE220; }
span { border-color: rgb(236,226,32); }
td.TdClassName
{
border-color: #ECE220;
}
.TagClassName
{
border-color: #ECE220;
}
</style>