Shades of Golden Fizz #E8D82E
Tints of Golden Fizz #E8D82E
RGB
CMYK
RGB Variations
Color information
#E8D82E (or 0xE8D82E) is known color: Golden Fizz. HEX triplet: E8, D8 and 2E. RGB value is (232,216,46). Sum of RGB (Red+Green+Blue) = 232+216+46=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D82E is #1727D1. Grayscale: #CACACA. Windows color (decimal): -1517522 or 3070184. OLE color: 3070184.
HSL color Cylindrical-coordinate representation of color #E8D82E: hue angle of 54.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8D82E is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 46 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.09 |
| HSL | 54.84º | 0.8% | 0.55% | - |
| HSV(B) | 54.84º | 0.8% | 0.91% | - |
| XYZ | 58.33 | 66.46 | 12.34 | - |
| YUV | 201.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 46 | 0 | 0.07 | 0.80 | 0.09 | 54.84 | 0.8 | 0.55 |
| Hex | E8 | D8 | 2E | 0 | 7 | 50 | 9 | 37 | 50 | 37 |
| Octal | 350 | 330 | 56 | 0 | 7 | 120 | 11 | 67 | 120 | 67 |
| Binary | 11101000 | 11011000 | 101110 | 0 | 111 | 1010000 | 1001 | 110111 | 1010000 | 110111 |
Color Harmonies of #E8D82E
Complementary color
Monochromatic Colors of #E8D82E
Black with #E8D82E
Text Example
Text Example
White with #E8D82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D82E; }
p { color: rgb(232,216,46); }
H1.HeaderClassName
{
color: #E8D82E;
}
.AnyTagClassName
{
color: #E8D82E;
}
</style>
background-color css
<style>
a { background-color: #E8D82E; }
a { background-color: rgb(232,216,46); }
div.DivClassName
{
background-color: #E8D82E;
}
.BgClassName
{
background-color: #E8D82E;
}
</style>
border-color css
<style>
span { border-color: #E8D82E; }
span { border-color: rgb(232,216,46); }
td.TdClassName
{
border-color: #E8D82E;
}
.TagClassName
{
border-color: #E8D82E;
}
</style>