Shades of Golden Fizz #E1D824
Tints of Golden Fizz #E1D824
RGB
CMYK
RGB Variations
Color information
#E1D824 (or 0xE1D824) is known color: Golden Fizz. HEX triplet: E1, D8 and 24. RGB value is (225,216,36). Sum of RGB (Red+Green+Blue) = 225+216+36=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D824 is #1E27DB. Grayscale: #C6C6C6. Windows color (decimal): -1976284 or 2414817. OLE color: 2414817.
HSL color Cylindrical-coordinate representation of color #E1D824: hue angle of 57.14º 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 #E1D824 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 36 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.12 |
| HSL | 57.14º | 0.76% | 0.51% | - |
| HSV(B) | 57.14º | 0.84% | 0.88% | - |
| XYZ | 55.93 | 65.25 | 11.32 | - |
| YUV | 198.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 36 | 0 | 0.04 | 0.84 | 0.12 | 57.14 | 0.76 | 0.51 |
| Hex | E1 | D8 | 24 | 0 | 4 | 54 | C | 39 | 4C | 33 |
| Octal | 341 | 330 | 44 | 0 | 4 | 124 | 14 | 71 | 114 | 63 |
| Binary | 11100001 | 11011000 | 100100 | 0 | 100 | 1010100 | 1100 | 111001 | 1001100 | 110011 |
Color Harmonies of #E1D824
Complementary color
Monochromatic Colors of #E1D824
Black with #E1D824
Text Example
Text Example
White with #E1D824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D824; }
p { color: rgb(225,216,36); }
H1.HeaderClassName
{
color: #E1D824;
}
.AnyTagClassName
{
color: #E1D824;
}
</style>
background-color css
<style>
a { background-color: #E1D824; }
a { background-color: rgb(225,216,36); }
div.DivClassName
{
background-color: #E1D824;
}
.BgClassName
{
background-color: #E1D824;
}
</style>
border-color css
<style>
span { border-color: #E1D824; }
span { border-color: rgb(225,216,36); }
td.TdClassName
{
border-color: #E1D824;
}
.TagClassName
{
border-color: #E1D824;
}
</style>