Shades of Golden Fizz #E1D829
Tints of Golden Fizz #E1D829
RGB
CMYK
RGB Variations
Color information
#E1D829 (or 0xE1D829) is known color: Golden Fizz. HEX triplet: E1, D8 and 29. RGB value is (225,216,41). Sum of RGB (Red+Green+Blue) = 225+216+41=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D829 is #1E27D6. Grayscale: #C7C7C7. Windows color (decimal): -1976279 or 2742497. OLE color: 2742497.
HSL color Cylindrical-coordinate representation of color #E1D829: hue angle of 57.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1D829 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 41 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.12 |
| HSL | 57.07º | 0.75% | 0.52% | - |
| HSV(B) | 57.07º | 0.82% | 0.88% | - |
| XYZ | 56.01 | 65.28 | 11.75 | - |
| YUV | 198.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 41 | 0 | 0.04 | 0.82 | 0.12 | 57.07 | 0.75 | 0.52 |
| Hex | E1 | D8 | 29 | 0 | 4 | 52 | C | 39 | 4B | 34 |
| Octal | 341 | 330 | 51 | 0 | 4 | 122 | 14 | 71 | 113 | 64 |
| Binary | 11100001 | 11011000 | 101001 | 0 | 100 | 1010010 | 1100 | 111001 | 1001011 | 110100 |
Color Harmonies of #E1D829
Complementary color
Monochromatic Colors of #E1D829
Black with #E1D829
Text Example
Text Example
White with #E1D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D829; }
p { color: rgb(225,216,41); }
H1.HeaderClassName
{
color: #E1D829;
}
.AnyTagClassName
{
color: #E1D829;
}
</style>
background-color css
<style>
a { background-color: #E1D829; }
a { background-color: rgb(225,216,41); }
div.DivClassName
{
background-color: #E1D829;
}
.BgClassName
{
background-color: #E1D829;
}
</style>
border-color css
<style>
span { border-color: #E1D829; }
span { border-color: rgb(225,216,41); }
td.TdClassName
{
border-color: #E1D829;
}
.TagClassName
{
border-color: #E1D829;
}
</style>