Shades of Golden Fizz #E8D92A
Tints of Golden Fizz #E8D92A
RGB
CMYK
RGB Variations
Color information
#E8D92A (or 0xE8D92A) is known color: Golden Fizz. HEX triplet: E8, D9 and 2A. RGB value is (232,217,42). Sum of RGB (Red+Green+Blue) = 232+217+42=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D92A is #1726D5. Grayscale: #CACACA. Windows color (decimal): -1517270 or 2808296. OLE color: 2808296.
HSL color Cylindrical-coordinate representation of color #E8D92A: hue angle of 55.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8D92A is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 42 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.09 |
| HSL | 55.26º | 0.81% | 0.54% | - |
| HSV(B) | 55.26º | 0.82% | 0.91% | - |
| XYZ | 58.51 | 66.95 | 12.03 | - |
| YUV | 201.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 42 | 0 | 0.06 | 0.82 | 0.09 | 55.26 | 0.81 | 0.54 |
| Hex | E8 | D9 | 2A | 0 | 6 | 52 | 9 | 37 | 51 | 36 |
| Octal | 350 | 331 | 52 | 0 | 6 | 122 | 11 | 67 | 121 | 66 |
| Binary | 11101000 | 11011001 | 101010 | 0 | 110 | 1010010 | 1001 | 110111 | 1010001 | 110110 |
Color Harmonies of #E8D92A
Complementary color
Monochromatic Colors of #E8D92A
Black with #E8D92A
Text Example
Text Example
White with #E8D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D92A; }
p { color: rgb(232,217,42); }
H1.HeaderClassName
{
color: #E8D92A;
}
.AnyTagClassName
{
color: #E8D92A;
}
</style>
background-color css
<style>
a { background-color: #E8D92A; }
a { background-color: rgb(232,217,42); }
div.DivClassName
{
background-color: #E8D92A;
}
.BgClassName
{
background-color: #E8D92A;
}
</style>
border-color css
<style>
span { border-color: #E8D92A; }
span { border-color: rgb(232,217,42); }
td.TdClassName
{
border-color: #E8D92A;
}
.TagClassName
{
border-color: #E8D92A;
}
</style>