Shades of Golden Fizz #E1D62D
Tints of Golden Fizz #E1D62D
RGB
CMYK
RGB Variations
Color information
#E1D62D (or 0xE1D62D) is known color: Golden Fizz. HEX triplet: E1, D6 and 2D. RGB value is (225,214,45). Sum of RGB (Red+Green+Blue) = 225+214+45=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D62D is #1E29D2. Grayscale: #C6C6C6. Windows color (decimal): -1976787 or 3004129. OLE color: 3004129.
HSL color Cylindrical-coordinate representation of color #E1D62D: hue angle of 56.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 #E1D62D is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 45 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.12 |
| HSL | 56.33º | 0.75% | 0.53% | - |
| HSV(B) | 56.33º | 0.8% | 0.88% | - |
| XYZ | 55.57 | 64.29 | 11.96 | - |
| YUV | 198.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 45 | 0 | 0.05 | 0.8 | 0.12 | 56.33 | 0.75 | 0.53 |
| Hex | E1 | D6 | 2D | 0 | 5 | 50 | C | 38 | 4B | 35 |
| Octal | 341 | 326 | 55 | 0 | 5 | 120 | 14 | 70 | 113 | 65 |
| Binary | 11100001 | 11010110 | 101101 | 0 | 101 | 1010000 | 1100 | 111000 | 1001011 | 110101 |
Color Harmonies of #E1D62D
Complementary color
Monochromatic Colors of #E1D62D
Black with #E1D62D
Text Example
Text Example
White with #E1D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D62D; }
p { color: rgb(225,214,45); }
H1.HeaderClassName
{
color: #E1D62D;
}
.AnyTagClassName
{
color: #E1D62D;
}
</style>
background-color css
<style>
a { background-color: #E1D62D; }
a { background-color: rgb(225,214,45); }
div.DivClassName
{
background-color: #E1D62D;
}
.BgClassName
{
background-color: #E1D62D;
}
</style>
border-color css
<style>
span { border-color: #E1D62D; }
span { border-color: rgb(225,214,45); }
td.TdClassName
{
border-color: #E1D62D;
}
.TagClassName
{
border-color: #E1D62D;
}
</style>