Shades of Golden Fizz #E1D72B
Tints of Golden Fizz #E1D72B
RGB
CMYK
RGB Variations
Color information
#E1D72B (or 0xE1D72B) is known color: Golden Fizz. HEX triplet: E1, D7 and 2B. RGB value is (225,215,43). Sum of RGB (Red+Green+Blue) = 225+215+43=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D72B is #1E28D4. Grayscale: #C7C7C7. Windows color (decimal): -1976533 or 2873313. OLE color: 2873313.
HSL color Cylindrical-coordinate representation of color #E1D72B: hue angle of 56.7º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1D72B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 43 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.12 |
| HSL | 56.7º | 0.75% | 0.53% | - |
| HSV(B) | 56.7º | 0.81% | 0.88% | - |
| XYZ | 55.79 | 64.78 | 11.85 | - |
| YUV | 198.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 43 | 0 | 0.04 | 0.81 | 0.12 | 56.7 | 0.75 | 0.53 |
| Hex | E1 | D7 | 2B | 0 | 4 | 51 | C | 39 | 4B | 35 |
| Octal | 341 | 327 | 53 | 0 | 4 | 121 | 14 | 71 | 113 | 65 |
| Binary | 11100001 | 11010111 | 101011 | 0 | 100 | 1010001 | 1100 | 111001 | 1001011 | 110101 |
Color Harmonies of #E1D72B
Complementary color
Monochromatic Colors of #E1D72B
Black with #E1D72B
Text Example
Text Example
White with #E1D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D72B; }
p { color: rgb(225,215,43); }
H1.HeaderClassName
{
color: #E1D72B;
}
.AnyTagClassName
{
color: #E1D72B;
}
</style>
background-color css
<style>
a { background-color: #E1D72B; }
a { background-color: rgb(225,215,43); }
div.DivClassName
{
background-color: #E1D72B;
}
.BgClassName
{
background-color: #E1D72B;
}
</style>
border-color css
<style>
span { border-color: #E1D72B; }
span { border-color: rgb(225,215,43); }
td.TdClassName
{
border-color: #E1D72B;
}
.TagClassName
{
border-color: #E1D72B;
}
</style>