Shades of Golden Fizz #E1DB2D
Tints of Golden Fizz #E1DB2D
RGB
CMYK
RGB Variations
Color information
#E1DB2D (or 0xE1DB2D) is known color: Golden Fizz. HEX triplet: E1, DB and 2D. RGB value is (225,219,45). Sum of RGB (Red+Green+Blue) = 225+219+45=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB2D is #1E24D2. Grayscale: #C9C9C9. Windows color (decimal): -1975507 or 3005409. OLE color: 3005409.
HSL color Cylindrical-coordinate representation of color #E1DB2D: hue angle of 58º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1DB2D is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 45 | - |
| CMYK | 0 | 0.03 | 0.8 | 0.12 |
| HSL | 58º | 0.75% | 0.53% | - |
| HSV(B) | 58º | 0.8% | 0.88% | - |
| XYZ | 56.86 | 66.86 | 12.39 | - |
| YUV | 200.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 45 | 0 | 0.03 | 0.8 | 0.12 | 58 | 0.75 | 0.53 |
| Hex | E1 | DB | 2D | 0 | 3 | 50 | C | 3A | 4B | 35 |
| Octal | 341 | 333 | 55 | 0 | 3 | 120 | 14 | 72 | 113 | 65 |
| Binary | 11100001 | 11011011 | 101101 | 0 | 11 | 1010000 | 1100 | 111010 | 1001011 | 110101 |
Color Harmonies of #E1DB2D
Complementary color
Monochromatic Colors of #E1DB2D
Black with #E1DB2D
Text Example
Text Example
White with #E1DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB2D; }
p { color: rgb(225,219,45); }
H1.HeaderClassName
{
color: #E1DB2D;
}
.AnyTagClassName
{
color: #E1DB2D;
}
</style>
background-color css
<style>
a { background-color: #E1DB2D; }
a { background-color: rgb(225,219,45); }
div.DivClassName
{
background-color: #E1DB2D;
}
.BgClassName
{
background-color: #E1DB2D;
}
</style>
border-color css
<style>
span { border-color: #E1DB2D; }
span { border-color: rgb(225,219,45); }
td.TdClassName
{
border-color: #E1DB2D;
}
.TagClassName
{
border-color: #E1DB2D;
}
</style>