Shades of Golden Fizz #ECE221
Tints of Golden Fizz #ECE221
RGB
CMYK
RGB Variations
Color information
#ECE221 (or 0xECE221) is known color: Golden Fizz. HEX triplet: EC, E2 and 21. RGB value is (236,226,33). Sum of RGB (Red+Green+Blue) = 236+226+33=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE221 is #131DDE. Grayscale: #CFCFCF. Windows color (decimal): -1252831 or 2220780. OLE color: 2220780.
HSL color Cylindrical-coordinate representation of color #ECE221: hue angle of 57.04º 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 #ECE221 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 33 | - |
CMYK | 0 | 0.04 | 0.86 | 0.07 |
HSL | 57.04º | 0.84% | 0.53% | - |
HSV(B) | 57.04º | 0.86% | 0.93% | - |
XYZ | 62.06 | 72.34 | 12.13 | - |
YUV | 206.99 | 29.81 | 148.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 33 | 0 | 0.04 | 0.86 | 0.07 | 57.04 | 0.84 | 0.53 |
Hex | EC | E2 | 21 | 0 | 4 | 56 | 7 | 39 | 54 | 35 |
Octal | 354 | 342 | 41 | 0 | 4 | 126 | 7 | 71 | 124 | 65 |
Binary | 11101100 | 11100010 | 100001 | 0 | 100 | 1010110 | 111 | 111001 | 1010100 | 110101 |
Color Harmonies of #ECE221
Complementary color
Monochromatic Colors of #ECE221
Black with #ECE221
Text Example
Text Example
White with #ECE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE221; }
p { color: rgb(236,226,33); }
H1.HeaderClassName
{
color: #ECE221;
}
.AnyTagClassName
{
color: #ECE221;
}
</style>
background-color css
<style>
a { background-color: #ECE221; }
a { background-color: rgb(236,226,33); }
div.DivClassName
{
background-color: #ECE221;
}
.BgClassName
{
background-color: #ECE221;
}
</style>
border-color css
<style>
span { border-color: #ECE221; }
span { border-color: rgb(236,226,33); }
td.TdClassName
{
border-color: #ECE221;
}
.TagClassName
{
border-color: #ECE221;
}
</style>