Shades of Golden Fizz #E2DD20
Tints of Golden Fizz #E2DD20
RGB
CMYK
RGB Variations
Color information
#E2DD20 (or 0xE2DD20) is known color: Golden Fizz. HEX triplet: E2, DD and 20. RGB value is (226,221,32). Sum of RGB (Red+Green+Blue) = 226+221+32=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD20 is #1D22DF. Grayscale: #C9C9C9. Windows color (decimal): -1909472 or 2153954. OLE color: 2153954.
HSL color Cylindrical-coordinate representation of color #E2DD20: hue angle of 58.45º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2DD20 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 32 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.11 |
| HSL | 58.45º | 0.77% | 0.51% | - |
| HSV(B) | 58.45º | 0.86% | 0.89% | - |
| XYZ | 57.48 | 67.99 | 11.46 | - |
| YUV | 200.95 | 32.66 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 32 | 0 | 0.02 | 0.86 | 0.11 | 58.45 | 0.77 | 0.51 |
| Hex | E2 | DD | 20 | 0 | 2 | 56 | B | 3A | 4D | 33 |
| Octal | 342 | 335 | 40 | 0 | 2 | 126 | 13 | 72 | 115 | 63 |
| Binary | 11100010 | 11011101 | 100000 | 0 | 10 | 1010110 | 1011 | 111010 | 1001101 | 110011 |
Color Harmonies of #E2DD20
Complementary color
Monochromatic Colors of #E2DD20
Black with #E2DD20
Text Example
Text Example
White with #E2DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD20; }
p { color: rgb(226,221,32); }
H1.HeaderClassName
{
color: #E2DD20;
}
.AnyTagClassName
{
color: #E2DD20;
}
</style>
background-color css
<style>
a { background-color: #E2DD20; }
a { background-color: rgb(226,221,32); }
div.DivClassName
{
background-color: #E2DD20;
}
.BgClassName
{
background-color: #E2DD20;
}
</style>
border-color css
<style>
span { border-color: #E2DD20; }
span { border-color: rgb(226,221,32); }
td.TdClassName
{
border-color: #E2DD20;
}
.TagClassName
{
border-color: #E2DD20;
}
</style>