Shades of Golden Fizz #E1D32D
Tints of Golden Fizz #E1D32D
RGB
CMYK
RGB Variations
Color information
#E1D32D (or 0xE1D32D) is known color: Golden Fizz. HEX triplet: E1, D3 and 2D. RGB value is (225,211,45). Sum of RGB (Red+Green+Blue) = 225+211+45=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32D is #1E2CD2. Grayscale: #C4C4C4. Windows color (decimal): -1977555 or 3003361. OLE color: 3003361.
HSL color Cylindrical-coordinate representation of color #E1D32D: hue angle of 55.33º 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 #E1D32D is Cyan = 0, Magento = 0.06, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 45 | - |
| CMYK | 0 | 0.06 | 0.8 | 0.12 |
| HSL | 55.33º | 0.75% | 0.53% | - |
| HSV(B) | 55.33º | 0.8% | 0.88% | - |
| XYZ | 54.82 | 62.79 | 11.71 | - |
| YUV | 196.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 45 | 0 | 0.06 | 0.8 | 0.12 | 55.33 | 0.75 | 0.53 |
| Hex | E1 | D3 | 2D | 0 | 6 | 50 | C | 37 | 4B | 35 |
| Octal | 341 | 323 | 55 | 0 | 6 | 120 | 14 | 67 | 113 | 65 |
| Binary | 11100001 | 11010011 | 101101 | 0 | 110 | 1010000 | 1100 | 110111 | 1001011 | 110101 |
Color Harmonies of #E1D32D
Complementary color
Monochromatic Colors of #E1D32D
Black with #E1D32D
Text Example
Text Example
White with #E1D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D32D; }
p { color: rgb(225,211,45); }
H1.HeaderClassName
{
color: #E1D32D;
}
.AnyTagClassName
{
color: #E1D32D;
}
</style>
background-color css
<style>
a { background-color: #E1D32D; }
a { background-color: rgb(225,211,45); }
div.DivClassName
{
background-color: #E1D32D;
}
.BgClassName
{
background-color: #E1D32D;
}
</style>
border-color css
<style>
span { border-color: #E1D32D; }
span { border-color: rgb(225,211,45); }
td.TdClassName
{
border-color: #E1D32D;
}
.TagClassName
{
border-color: #E1D32D;
}
</style>