Shades of Golden Fizz #E1D32C
Tints of Golden Fizz #E1D32C
RGB
CMYK
RGB Variations
Color information
#E1D32C (or 0xE1D32C) is known color: Golden Fizz. HEX triplet: E1, D3 and 2C. RGB value is (225,211,44). Sum of RGB (Red+Green+Blue) = 225+211+44=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32C is #1E2CD3. Grayscale: #C4C4C4. Windows color (decimal): -1977556 or 2937825. OLE color: 2937825.
HSL color Cylindrical-coordinate representation of color #E1D32C: hue angle of 55.36º 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 #E1D32C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.12 |
| HSL | 55.36º | 0.75% | 0.53% | - |
| HSV(B) | 55.36º | 0.8% | 0.88% | - |
| XYZ | 54.8 | 62.78 | 11.61 | - |
| YUV | 196.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 44 | 0 | 0.06 | 0.80 | 0.12 | 55.36 | 0.75 | 0.53 |
| Hex | E1 | D3 | 2C | 0 | 6 | 50 | C | 37 | 4B | 35 |
| Octal | 341 | 323 | 54 | 0 | 6 | 120 | 14 | 67 | 113 | 65 |
| Binary | 11100001 | 11010011 | 101100 | 0 | 110 | 1010000 | 1100 | 110111 | 1001011 | 110101 |
Color Harmonies of #E1D32C
Complementary color
Monochromatic Colors of #E1D32C
Black with #E1D32C
Text Example
Text Example
White with #E1D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D32C; }
p { color: rgb(225,211,44); }
H1.HeaderClassName
{
color: #E1D32C;
}
.AnyTagClassName
{
color: #E1D32C;
}
</style>
background-color css
<style>
a { background-color: #E1D32C; }
a { background-color: rgb(225,211,44); }
div.DivClassName
{
background-color: #E1D32C;
}
.BgClassName
{
background-color: #E1D32C;
}
</style>
border-color css
<style>
span { border-color: #E1D32C; }
span { border-color: rgb(225,211,44); }
td.TdClassName
{
border-color: #E1D32C;
}
.TagClassName
{
border-color: #E1D32C;
}
</style>