Shades of Golden Fizz #E1D52C
Tints of Golden Fizz #E1D52C
RGB
CMYK
RGB Variations
Color information
#E1D52C (or 0xE1D52C) is known color: Golden Fizz. HEX triplet: E1, D5 and 2C. RGB value is (225,213,44). Sum of RGB (Red+Green+Blue) = 225+213+44=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D52C is #1E2AD3. Grayscale: #C6C6C6. Windows color (decimal): -1977044 or 2938337. OLE color: 2938337.
HSL color Cylindrical-coordinate representation of color #E1D52C: hue angle of 56.02º 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 #E1D52C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.12 |
| HSL | 56.02º | 0.75% | 0.53% | - |
| HSV(B) | 56.02º | 0.8% | 0.88% | - |
| XYZ | 55.3 | 63.78 | 11.78 | - |
| YUV | 197.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 44 | 0 | 0.05 | 0.80 | 0.12 | 56.02 | 0.75 | 0.53 |
| Hex | E1 | D5 | 2C | 0 | 5 | 50 | C | 38 | 4B | 35 |
| Octal | 341 | 325 | 54 | 0 | 5 | 120 | 14 | 70 | 113 | 65 |
| Binary | 11100001 | 11010101 | 101100 | 0 | 101 | 1010000 | 1100 | 111000 | 1001011 | 110101 |
Color Harmonies of #E1D52C
Complementary color
Monochromatic Colors of #E1D52C
Black with #E1D52C
Text Example
Text Example
White with #E1D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D52C; }
p { color: rgb(225,213,44); }
H1.HeaderClassName
{
color: #E1D52C;
}
.AnyTagClassName
{
color: #E1D52C;
}
</style>
background-color css
<style>
a { background-color: #E1D52C; }
a { background-color: rgb(225,213,44); }
div.DivClassName
{
background-color: #E1D52C;
}
.BgClassName
{
background-color: #E1D52C;
}
</style>
border-color css
<style>
span { border-color: #E1D52C; }
span { border-color: rgb(225,213,44); }
td.TdClassName
{
border-color: #E1D52C;
}
.TagClassName
{
border-color: #E1D52C;
}
</style>