Shades of Golden Fizz #E1D42C
Tints of Golden Fizz #E1D42C
RGB
CMYK
RGB Variations
Color information
#E1D42C (or 0xE1D42C) is known color: Golden Fizz. HEX triplet: E1, D4 and 2C. RGB value is (225,212,44). Sum of RGB (Red+Green+Blue) = 225+212+44=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D42C is #1E2BD3. Grayscale: #C5C5C5. Windows color (decimal): -1977300 or 2938081. OLE color: 2938081.
HSL color Cylindrical-coordinate representation of color #E1D42C: hue angle of 55.69º 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 #E1D42C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.12 |
| HSL | 55.69º | 0.75% | 0.53% | - |
| HSV(B) | 55.69º | 0.8% | 0.88% | - |
| XYZ | 55.05 | 63.28 | 11.7 | - |
| YUV | 196.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 44 | 0 | 0.06 | 0.80 | 0.12 | 55.69 | 0.75 | 0.53 |
| Hex | E1 | D4 | 2C | 0 | 6 | 50 | C | 38 | 4B | 35 |
| Octal | 341 | 324 | 54 | 0 | 6 | 120 | 14 | 70 | 113 | 65 |
| Binary | 11100001 | 11010100 | 101100 | 0 | 110 | 1010000 | 1100 | 111000 | 1001011 | 110101 |
Color Harmonies of #E1D42C
Complementary color
Monochromatic Colors of #E1D42C
Black with #E1D42C
Text Example
Text Example
White with #E1D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D42C; }
p { color: rgb(225,212,44); }
H1.HeaderClassName
{
color: #E1D42C;
}
.AnyTagClassName
{
color: #E1D42C;
}
</style>
background-color css
<style>
a { background-color: #E1D42C; }
a { background-color: rgb(225,212,44); }
div.DivClassName
{
background-color: #E1D42C;
}
.BgClassName
{
background-color: #E1D42C;
}
</style>
border-color css
<style>
span { border-color: #E1D42C; }
span { border-color: rgb(225,212,44); }
td.TdClassName
{
border-color: #E1D42C;
}
.TagClassName
{
border-color: #E1D42C;
}
</style>