Shades of Golden Fizz #E5D82B
Tints of Golden Fizz #E5D82B
RGB
CMYK
RGB Variations
Color information
#E5D82B (or 0xE5D82B) is known color: Golden Fizz. HEX triplet: E5, D8 and 2B. RGB value is (229,216,43). Sum of RGB (Red+Green+Blue) = 229+216+43=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D82B is #1A27D4. Grayscale: #C8C8C8. Windows color (decimal): -1714133 or 2873573. OLE color: 2873573.
HSL color Cylindrical-coordinate representation of color #E5D82B: hue angle of 55.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5D82B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 43 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.10 |
| HSL | 55.81º | 0.78% | 0.53% | - |
| HSV(B) | 55.81º | 0.81% | 0.9% | - |
| XYZ | 57.31 | 65.94 | 11.99 | - |
| YUV | 200.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 43 | 0 | 0.06 | 0.81 | 0.10 | 55.81 | 0.78 | 0.53 |
| Hex | E5 | D8 | 2B | 0 | 6 | 51 | A | 38 | 4E | 35 |
| Octal | 345 | 330 | 53 | 0 | 6 | 121 | 12 | 70 | 116 | 65 |
| Binary | 11100101 | 11011000 | 101011 | 0 | 110 | 1010001 | 1010 | 111000 | 1001110 | 110101 |
Color Harmonies of #E5D82B
Complementary color
Monochromatic Colors of #E5D82B
Black with #E5D82B
Text Example
Text Example
White with #E5D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D82B; }
p { color: rgb(229,216,43); }
H1.HeaderClassName
{
color: #E5D82B;
}
.AnyTagClassName
{
color: #E5D82B;
}
</style>
background-color css
<style>
a { background-color: #E5D82B; }
a { background-color: rgb(229,216,43); }
div.DivClassName
{
background-color: #E5D82B;
}
.BgClassName
{
background-color: #E5D82B;
}
</style>
border-color css
<style>
span { border-color: #E5D82B; }
span { border-color: rgb(229,216,43); }
td.TdClassName
{
border-color: #E5D82B;
}
.TagClassName
{
border-color: #E5D82B;
}
</style>