Shades of Golden Fizz #E1DB1D
Tints of Golden Fizz #E1DB1D
RGB
CMYK
RGB Variations
Color information
#E1DB1D (or 0xE1DB1D) is known color: Golden Fizz. HEX triplet: E1, DB and 1D. RGB value is (225,219,29). Sum of RGB (Red+Green+Blue) = 225+219+29=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB1D is #1E24E2. Grayscale: #C7C7C7. Windows color (decimal): -1975523 or 1956833. OLE color: 1956833.
HSL color Cylindrical-coordinate representation of color #E1DB1D: hue angle of 58.16º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1DB1D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.12 |
| HSL | 58.16º | 0.77% | 0.5% | - |
| HSV(B) | 58.16º | 0.87% | 0.88% | - |
| XYZ | 56.6 | 66.76 | 11.06 | - |
| YUV | 199.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 29 | 0 | 0.03 | 0.87 | 0.12 | 58.16 | 0.77 | 0.5 |
| Hex | E1 | DB | 1D | 0 | 3 | 57 | C | 3A | 4D | 32 |
| Octal | 341 | 333 | 35 | 0 | 3 | 127 | 14 | 72 | 115 | 62 |
| Binary | 11100001 | 11011011 | 11101 | 0 | 11 | 1010111 | 1100 | 111010 | 1001101 | 110010 |
Color Harmonies of #E1DB1D
Complementary color
Monochromatic Colors of #E1DB1D
Black with #E1DB1D
Text Example
Text Example
White with #E1DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB1D; }
p { color: rgb(225,219,29); }
H1.HeaderClassName
{
color: #E1DB1D;
}
.AnyTagClassName
{
color: #E1DB1D;
}
</style>
background-color css
<style>
a { background-color: #E1DB1D; }
a { background-color: rgb(225,219,29); }
div.DivClassName
{
background-color: #E1DB1D;
}
.BgClassName
{
background-color: #E1DB1D;
}
</style>
border-color css
<style>
span { border-color: #E1DB1D; }
span { border-color: rgb(225,219,29); }
td.TdClassName
{
border-color: #E1DB1D;
}
.TagClassName
{
border-color: #E1DB1D;
}
</style>