Shades of Golden Fizz #E8D726
Tints of Golden Fizz #E8D726
RGB
CMYK
RGB Variations
Color information
#E8D726 (or 0xE8D726) is known color: Golden Fizz. HEX triplet: E8, D7 and 26. RGB value is (232,215,38). Sum of RGB (Red+Green+Blue) = 232+215+38=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D726 is #1728D9. Grayscale: #C8C8C8. Windows color (decimal): -1517786 or 2545640. OLE color: 2545640.
HSL color Cylindrical-coordinate representation of color #E8D726: hue angle of 54.74º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8D726 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 38 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.09 |
| HSL | 54.74º | 0.81% | 0.53% | - |
| HSV(B) | 54.74º | 0.84% | 0.91% | - |
| XYZ | 57.93 | 65.9 | 11.5 | - |
| YUV | 199.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 38 | 0 | 0.07 | 0.84 | 0.09 | 54.74 | 0.81 | 0.53 |
| Hex | E8 | D7 | 26 | 0 | 7 | 54 | 9 | 37 | 51 | 35 |
| Octal | 350 | 327 | 46 | 0 | 7 | 124 | 11 | 67 | 121 | 65 |
| Binary | 11101000 | 11010111 | 100110 | 0 | 111 | 1010100 | 1001 | 110111 | 1010001 | 110101 |
Color Harmonies of #E8D726
Complementary color
Monochromatic Colors of #E8D726
Black with #E8D726
Text Example
Text Example
White with #E8D726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D726; }
p { color: rgb(232,215,38); }
H1.HeaderClassName
{
color: #E8D726;
}
.AnyTagClassName
{
color: #E8D726;
}
</style>
background-color css
<style>
a { background-color: #E8D726; }
a { background-color: rgb(232,215,38); }
div.DivClassName
{
background-color: #E8D726;
}
.BgClassName
{
background-color: #E8D726;
}
</style>
border-color css
<style>
span { border-color: #E8D726; }
span { border-color: rgb(232,215,38); }
td.TdClassName
{
border-color: #E8D726;
}
.TagClassName
{
border-color: #E8D726;
}
</style>