Shades of Golden Fizz #E8D92D
Tints of Golden Fizz #E8D92D
RGB
CMYK
RGB Variations
Color information
#E8D92D (or 0xE8D92D) is known color: Golden Fizz. HEX triplet: E8, D9 and 2D. RGB value is (232,217,45). Sum of RGB (Red+Green+Blue) = 232+217+45=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D92D is #1726D2. Grayscale: #CACACA. Windows color (decimal): -1517267 or 3004904. OLE color: 3004904.
HSL color Cylindrical-coordinate representation of color #E8D92D: hue angle of 55.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8D92D is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 45 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.09 |
| HSL | 55.19º | 0.8% | 0.54% | - |
| HSV(B) | 55.19º | 0.81% | 0.91% | - |
| XYZ | 58.57 | 66.97 | 12.32 | - |
| YUV | 201.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 45 | 0 | 0.06 | 0.81 | 0.09 | 55.19 | 0.8 | 0.54 |
| Hex | E8 | D9 | 2D | 0 | 6 | 51 | 9 | 37 | 50 | 36 |
| Octal | 350 | 331 | 55 | 0 | 6 | 121 | 11 | 67 | 120 | 66 |
| Binary | 11101000 | 11011001 | 101101 | 0 | 110 | 1010001 | 1001 | 110111 | 1010000 | 110110 |
Color Harmonies of #E8D92D
Complementary color
Monochromatic Colors of #E8D92D
Black with #E8D92D
Text Example
Text Example
White with #E8D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D92D; }
p { color: rgb(232,217,45); }
H1.HeaderClassName
{
color: #E8D92D;
}
.AnyTagClassName
{
color: #E8D92D;
}
</style>
background-color css
<style>
a { background-color: #E8D92D; }
a { background-color: rgb(232,217,45); }
div.DivClassName
{
background-color: #E8D92D;
}
.BgClassName
{
background-color: #E8D92D;
}
</style>
border-color css
<style>
span { border-color: #E8D92D; }
span { border-color: rgb(232,217,45); }
td.TdClassName
{
border-color: #E8D92D;
}
.TagClassName
{
border-color: #E8D92D;
}
</style>