Shades of Golden Fizz #E1DB25
Tints of Golden Fizz #E1DB25
RGB
CMYK
RGB Variations
Color information
#E1DB25 (or 0xE1DB25) is known color: Golden Fizz. HEX triplet: E1, DB and 25. RGB value is (225,219,37). Sum of RGB (Red+Green+Blue) = 225+219+37=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB25 is #1E24DA. Grayscale: #C8C8C8. Windows color (decimal): -1975515 or 2481121. OLE color: 2481121.
HSL color Cylindrical-coordinate representation of color #E1DB25: hue angle of 58.09º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1DB25 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 37 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.12 |
| HSL | 58.09º | 0.76% | 0.51% | - |
| HSV(B) | 58.09º | 0.84% | 0.88% | - |
| XYZ | 56.72 | 66.8 | 11.66 | - |
| YUV | 200.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 37 | 0 | 0.03 | 0.84 | 0.12 | 58.09 | 0.76 | 0.51 |
| Hex | E1 | DB | 25 | 0 | 3 | 54 | C | 3A | 4C | 33 |
| Octal | 341 | 333 | 45 | 0 | 3 | 124 | 14 | 72 | 114 | 63 |
| Binary | 11100001 | 11011011 | 100101 | 0 | 11 | 1010100 | 1100 | 111010 | 1001100 | 110011 |
Color Harmonies of #E1DB25
Complementary color
Monochromatic Colors of #E1DB25
Black with #E1DB25
Text Example
Text Example
White with #E1DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB25; }
p { color: rgb(225,219,37); }
H1.HeaderClassName
{
color: #E1DB25;
}
.AnyTagClassName
{
color: #E1DB25;
}
</style>
background-color css
<style>
a { background-color: #E1DB25; }
a { background-color: rgb(225,219,37); }
div.DivClassName
{
background-color: #E1DB25;
}
.BgClassName
{
background-color: #E1DB25;
}
</style>
border-color css
<style>
span { border-color: #E1DB25; }
span { border-color: rgb(225,219,37); }
td.TdClassName
{
border-color: #E1DB25;
}
.TagClassName
{
border-color: #E1DB25;
}
</style>