Shades of Golden Fizz #E1D52D
Tints of Golden Fizz #E1D52D
RGB
CMYK
RGB Variations
Color information
#E1D52D (or 0xE1D52D) is known color: Golden Fizz. HEX triplet: E1, D5 and 2D. RGB value is (225,213,45). Sum of RGB (Red+Green+Blue) = 225+213+45=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D52D is #1E2AD2. Grayscale: #C6C6C6. Windows color (decimal): -1977043 or 3003873. OLE color: 3003873.
HSL color Cylindrical-coordinate representation of color #E1D52D: hue angle of 56º 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 #E1D52D is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 45 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.12 |
| HSL | 56º | 0.75% | 0.53% | - |
| HSV(B) | 56º | 0.8% | 0.88% | - |
| XYZ | 55.32 | 63.79 | 11.88 | - |
| YUV | 197.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 45 | 0 | 0.05 | 0.8 | 0.12 | 56 | 0.75 | 0.53 |
| Hex | E1 | D5 | 2D | 0 | 5 | 50 | C | 38 | 4B | 35 |
| Octal | 341 | 325 | 55 | 0 | 5 | 120 | 14 | 70 | 113 | 65 |
| Binary | 11100001 | 11010101 | 101101 | 0 | 101 | 1010000 | 1100 | 111000 | 1001011 | 110101 |
Color Harmonies of #E1D52D
Complementary color
Monochromatic Colors of #E1D52D
Black with #E1D52D
Text Example
Text Example
White with #E1D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D52D; }
p { color: rgb(225,213,45); }
H1.HeaderClassName
{
color: #E1D52D;
}
.AnyTagClassName
{
color: #E1D52D;
}
</style>
background-color css
<style>
a { background-color: #E1D52D; }
a { background-color: rgb(225,213,45); }
div.DivClassName
{
background-color: #E1D52D;
}
.BgClassName
{
background-color: #E1D52D;
}
</style>
border-color css
<style>
span { border-color: #E1D52D; }
span { border-color: rgb(225,213,45); }
td.TdClassName
{
border-color: #E1D52D;
}
.TagClassName
{
border-color: #E1D52D;
}
</style>