Shades of Golden Fizz #E1DB20
Tints of Golden Fizz #E1DB20
RGB
CMYK
RGB Variations
Color information
#E1DB20 (or 0xE1DB20) is known color: Golden Fizz. HEX triplet: E1, DB and 20. RGB value is (225,219,32). Sum of RGB (Red+Green+Blue) = 225+219+32=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB20 is #1E24DF. Grayscale: #C8C8C8. Windows color (decimal): -1975520 or 2153441. OLE color: 2153441.
HSL color Cylindrical-coordinate representation of color #E1DB20: hue angle of 58.13º 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 #E1DB20 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 32 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.12 |
| HSL | 58.13º | 0.76% | 0.5% | - |
| HSV(B) | 58.13º | 0.86% | 0.88% | - |
| XYZ | 56.64 | 66.77 | 11.27 | - |
| YUV | 199.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 32 | 0 | 0.03 | 0.86 | 0.12 | 58.13 | 0.76 | 0.5 |
| Hex | E1 | DB | 20 | 0 | 3 | 56 | C | 3A | 4C | 32 |
| Octal | 341 | 333 | 40 | 0 | 3 | 126 | 14 | 72 | 114 | 62 |
| Binary | 11100001 | 11011011 | 100000 | 0 | 11 | 1010110 | 1100 | 111010 | 1001100 | 110010 |
Color Harmonies of #E1DB20
Complementary color
Monochromatic Colors of #E1DB20
Black with #E1DB20
Text Example
Text Example
White with #E1DB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB20; }
p { color: rgb(225,219,32); }
H1.HeaderClassName
{
color: #E1DB20;
}
.AnyTagClassName
{
color: #E1DB20;
}
</style>
background-color css
<style>
a { background-color: #E1DB20; }
a { background-color: rgb(225,219,32); }
div.DivClassName
{
background-color: #E1DB20;
}
.BgClassName
{
background-color: #E1DB20;
}
</style>
border-color css
<style>
span { border-color: #E1DB20; }
span { border-color: rgb(225,219,32); }
td.TdClassName
{
border-color: #E1DB20;
}
.TagClassName
{
border-color: #E1DB20;
}
</style>