Shades of Golden Fizz #E1D22C
Tints of Golden Fizz #E1D22C
RGB
CMYK
RGB Variations
Color information
#E1D22C (or 0xE1D22C) is known color: Golden Fizz. HEX triplet: E1, D2 and 2C. RGB value is (225,210,44). Sum of RGB (Red+Green+Blue) = 225+210+44=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D22C is #1E2DD3. Grayscale: #C4C4C4. Windows color (decimal): -1977812 or 2937569. OLE color: 2937569.
HSL color Cylindrical-coordinate representation of color #E1D22C: hue angle of 55.03º 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 #E1D22C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 44 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.12 |
| HSL | 55.03º | 0.75% | 0.53% | - |
| HSV(B) | 55.03º | 0.8% | 0.88% | - |
| XYZ | 54.55 | 62.28 | 11.53 | - |
| YUV | 195.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 44 | 0 | 0.07 | 0.80 | 0.12 | 55.03 | 0.75 | 0.53 |
| Hex | E1 | D2 | 2C | 0 | 7 | 50 | C | 37 | 4B | 35 |
| Octal | 341 | 322 | 54 | 0 | 7 | 120 | 14 | 67 | 113 | 65 |
| Binary | 11100001 | 11010010 | 101100 | 0 | 111 | 1010000 | 1100 | 110111 | 1001011 | 110101 |
Color Harmonies of #E1D22C
Complementary color
Monochromatic Colors of #E1D22C
Black with #E1D22C
Text Example
Text Example
White with #E1D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D22C; }
p { color: rgb(225,210,44); }
H1.HeaderClassName
{
color: #E1D22C;
}
.AnyTagClassName
{
color: #E1D22C;
}
</style>
background-color css
<style>
a { background-color: #E1D22C; }
a { background-color: rgb(225,210,44); }
div.DivClassName
{
background-color: #E1D22C;
}
.BgClassName
{
background-color: #E1D22C;
}
</style>
border-color css
<style>
span { border-color: #E1D22C; }
span { border-color: rgb(225,210,44); }
td.TdClassName
{
border-color: #E1D22C;
}
.TagClassName
{
border-color: #E1D22C;
}
</style>