Shades of Golden Fizz #E2DC20
Tints of Golden Fizz #E2DC20
RGB
CMYK
RGB Variations
Color information
#E2DC20 (or 0xE2DC20) is known color: Golden Fizz. HEX triplet: E2, DC and 20. RGB value is (226,220,32). Sum of RGB (Red+Green+Blue) = 226+220+32=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC20 is #1D23DF. Grayscale: #C9C9C9. Windows color (decimal): -1909728 or 2153698. OLE color: 2153698.
HSL color Cylindrical-coordinate representation of color #E2DC20: hue angle of 58.14º 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 #E2DC20 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.11 |
| HSL | 58.14º | 0.77% | 0.51% | - |
| HSV(B) | 58.14º | 0.86% | 0.89% | - |
| XYZ | 57.22 | 67.46 | 11.37 | - |
| YUV | 200.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 32 | 0 | 0.03 | 0.86 | 0.11 | 58.14 | 0.77 | 0.51 |
| Hex | E2 | DC | 20 | 0 | 3 | 56 | B | 3A | 4D | 33 |
| Octal | 342 | 334 | 40 | 0 | 3 | 126 | 13 | 72 | 115 | 63 |
| Binary | 11100010 | 11011100 | 100000 | 0 | 11 | 1010110 | 1011 | 111010 | 1001101 | 110011 |
Color Harmonies of #E2DC20
Complementary color
Monochromatic Colors of #E2DC20
Black with #E2DC20
Text Example
Text Example
White with #E2DC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC20; }
p { color: rgb(226,220,32); }
H1.HeaderClassName
{
color: #E2DC20;
}
.AnyTagClassName
{
color: #E2DC20;
}
</style>
background-color css
<style>
a { background-color: #E2DC20; }
a { background-color: rgb(226,220,32); }
div.DivClassName
{
background-color: #E2DC20;
}
.BgClassName
{
background-color: #E2DC20;
}
</style>
border-color css
<style>
span { border-color: #E2DC20; }
span { border-color: rgb(226,220,32); }
td.TdClassName
{
border-color: #E2DC20;
}
.TagClassName
{
border-color: #E2DC20;
}
</style>