Shades of Golden Fizz #E1DB2E
Tints of Golden Fizz #E1DB2E
RGB
CMYK
RGB Variations
Color information
#E1DB2E (or 0xE1DB2E) is known color: Golden Fizz. HEX triplet: E1, DB and 2E. RGB value is (225,219,46). Sum of RGB (Red+Green+Blue) = 225+219+46=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB2E is #1E24D1. Grayscale: #C9C9C9. Windows color (decimal): -1975506 or 3070945. OLE color: 3070945.
HSL color Cylindrical-coordinate representation of color #E1DB2E: hue angle of 57.99º 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 #E1DB2E is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 46 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.12 |
| HSL | 57.99º | 0.75% | 0.53% | - |
| HSV(B) | 57.99º | 0.8% | 0.88% | - |
| XYZ | 56.88 | 66.87 | 12.49 | - |
| YUV | 201.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 46 | 0 | 0.03 | 0.80 | 0.12 | 57.99 | 0.75 | 0.53 |
| Hex | E1 | DB | 2E | 0 | 3 | 50 | C | 3A | 4B | 35 |
| Octal | 341 | 333 | 56 | 0 | 3 | 120 | 14 | 72 | 113 | 65 |
| Binary | 11100001 | 11011011 | 101110 | 0 | 11 | 1010000 | 1100 | 111010 | 1001011 | 110101 |
Color Harmonies of #E1DB2E
Complementary color
Monochromatic Colors of #E1DB2E
Black with #E1DB2E
Text Example
Text Example
White with #E1DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB2E; }
p { color: rgb(225,219,46); }
H1.HeaderClassName
{
color: #E1DB2E;
}
.AnyTagClassName
{
color: #E1DB2E;
}
</style>
background-color css
<style>
a { background-color: #E1DB2E; }
a { background-color: rgb(225,219,46); }
div.DivClassName
{
background-color: #E1DB2E;
}
.BgClassName
{
background-color: #E1DB2E;
}
</style>
border-color css
<style>
span { border-color: #E1DB2E; }
span { border-color: rgb(225,219,46); }
td.TdClassName
{
border-color: #E1DB2E;
}
.TagClassName
{
border-color: #E1DB2E;
}
</style>