Shades of Golden Fizz #E1D52B
Tints of Golden Fizz #E1D52B
RGB
CMYK
RGB Variations
Color information
#E1D52B (or 0xE1D52B) is known color: Golden Fizz. HEX triplet: E1, D5 and 2B. RGB value is (225,213,43). Sum of RGB (Red+Green+Blue) = 225+213+43=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D52B is #1E2AD4. Grayscale: #C5C5C5. Windows color (decimal): -1977045 or 2872801. OLE color: 2872801.
HSL color Cylindrical-coordinate representation of color #E1D52B: hue angle of 56.04º 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 #E1D52B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 43 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.12 |
| HSL | 56.04º | 0.75% | 0.53% | - |
| HSV(B) | 56.04º | 0.81% | 0.88% | - |
| XYZ | 55.28 | 63.77 | 11.68 | - |
| YUV | 197.21 | 40.98 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 43 | 0 | 0.05 | 0.81 | 0.12 | 56.04 | 0.75 | 0.53 |
| Hex | E1 | D5 | 2B | 0 | 5 | 51 | C | 38 | 4B | 35 |
| Octal | 341 | 325 | 53 | 0 | 5 | 121 | 14 | 70 | 113 | 65 |
| Binary | 11100001 | 11010101 | 101011 | 0 | 101 | 1010001 | 1100 | 111000 | 1001011 | 110101 |
Color Harmonies of #E1D52B
Complementary color
Monochromatic Colors of #E1D52B
Black with #E1D52B
Text Example
Text Example
White with #E1D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D52B; }
p { color: rgb(225,213,43); }
H1.HeaderClassName
{
color: #E1D52B;
}
.AnyTagClassName
{
color: #E1D52B;
}
</style>
background-color css
<style>
a { background-color: #E1D52B; }
a { background-color: rgb(225,213,43); }
div.DivClassName
{
background-color: #E1D52B;
}
.BgClassName
{
background-color: #E1D52B;
}
</style>
border-color css
<style>
span { border-color: #E1D52B; }
span { border-color: rgb(225,213,43); }
td.TdClassName
{
border-color: #E1D52B;
}
.TagClassName
{
border-color: #E1D52B;
}
</style>