Shades of Golden Fizz #E8D92E
Tints of Golden Fizz #E8D92E
RGB
CMYK
RGB Variations
Color information
#E8D92E (or 0xE8D92E) is known color: Golden Fizz. HEX triplet: E8, D9 and 2E. RGB value is (232,217,46). Sum of RGB (Red+Green+Blue) = 232+217+46=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D92E is #1726D1. Grayscale: #CACACA. Windows color (decimal): -1517266 or 3070440. OLE color: 3070440.
HSL color Cylindrical-coordinate representation of color #E8D92E: hue angle of 55.16º 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 #E8D92E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 46 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.09 |
| HSL | 55.16º | 0.8% | 0.55% | - |
| HSV(B) | 55.16º | 0.8% | 0.91% | - |
| XYZ | 58.58 | 66.98 | 12.43 | - |
| YUV | 201.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 46 | 0 | 0.06 | 0.80 | 0.09 | 55.16 | 0.8 | 0.55 |
| Hex | E8 | D9 | 2E | 0 | 6 | 50 | 9 | 37 | 50 | 37 |
| Octal | 350 | 331 | 56 | 0 | 6 | 120 | 11 | 67 | 120 | 67 |
| Binary | 11101000 | 11011001 | 101110 | 0 | 110 | 1010000 | 1001 | 110111 | 1010000 | 110111 |
Color Harmonies of #E8D92E
Complementary color
Monochromatic Colors of #E8D92E
Black with #E8D92E
Text Example
Text Example
White with #E8D92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D92E; }
p { color: rgb(232,217,46); }
H1.HeaderClassName
{
color: #E8D92E;
}
.AnyTagClassName
{
color: #E8D92E;
}
</style>
background-color css
<style>
a { background-color: #E8D92E; }
a { background-color: rgb(232,217,46); }
div.DivClassName
{
background-color: #E8D92E;
}
.BgClassName
{
background-color: #E8D92E;
}
</style>
border-color css
<style>
span { border-color: #E8D92E; }
span { border-color: rgb(232,217,46); }
td.TdClassName
{
border-color: #E8D92E;
}
.TagClassName
{
border-color: #E8D92E;
}
</style>