Shades of Golden Fizz #E0DD20
Tints of Golden Fizz #E0DD20
RGB
CMYK
RGB Variations
Color information
#E0DD20 (or 0xE0DD20) is known color: Golden Fizz. HEX triplet: E0, DD and 20. RGB value is (224,221,32). Sum of RGB (Red+Green+Blue) = 224+221+32=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD20 is #1F22DF. Grayscale: #C9C9C9. Windows color (decimal): -2040544 or 2153952. OLE color: 2153952.
HSL color Cylindrical-coordinate representation of color #E0DD20: hue angle of 59.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0DD20 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 32 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.12 |
| HSL | 59.06º | 0.76% | 0.5% | - |
| HSV(B) | 59.06º | 0.86% | 0.88% | - |
| XYZ | 56.86 | 67.66 | 11.43 | - |
| YUV | 200.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 32 | 0 | 0.01 | 0.86 | 0.12 | 59.06 | 0.76 | 0.5 |
| Hex | E0 | DD | 20 | 0 | 1 | 56 | C | 3B | 4C | 32 |
| Octal | 340 | 335 | 40 | 0 | 1 | 126 | 14 | 73 | 114 | 62 |
| Binary | 11100000 | 11011101 | 100000 | 0 | 1 | 1010110 | 1100 | 111011 | 1001100 | 110010 |
Color Harmonies of #E0DD20
Complementary color
Monochromatic Colors of #E0DD20
Black with #E0DD20
Text Example
Text Example
White with #E0DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD20; }
p { color: rgb(224,221,32); }
H1.HeaderClassName
{
color: #E0DD20;
}
.AnyTagClassName
{
color: #E0DD20;
}
</style>
background-color css
<style>
a { background-color: #E0DD20; }
a { background-color: rgb(224,221,32); }
div.DivClassName
{
background-color: #E0DD20;
}
.BgClassName
{
background-color: #E0DD20;
}
</style>
border-color css
<style>
span { border-color: #E0DD20; }
span { border-color: rgb(224,221,32); }
td.TdClassName
{
border-color: #E0DD20;
}
.TagClassName
{
border-color: #E0DD20;
}
</style>