Shades of Golden Fizz #E8E335
Tints of Golden Fizz #E8E335
RGB
CMYK
RGB Variations
Color information
#E8E335 (or 0xE8E335) is known color: Golden Fizz. HEX triplet: E8, E3 and 35. RGB value is (232,227,53). Sum of RGB (Red+Green+Blue) = 232+227+53=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E335 is #171CCA. Grayscale: #D1D1D1. Windows color (decimal): -1514699 or 3531752. OLE color: 3531752.
HSL color Cylindrical-coordinate representation of color #E8E335: hue angle of 58.32º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8E335 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 227 | 53 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.09 |
| HSL | 58.32º | 0.8% | 0.56% | - |
| HSV(B) | 58.32º | 0.77% | 0.91% | - |
| XYZ | 61.39 | 72.35 | 14.1 | - |
| YUV | 208.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 227 | 53 | 0 | 0.02 | 0.77 | 0.09 | 58.32 | 0.8 | 0.56 |
| Hex | E8 | E3 | 35 | 0 | 2 | 4D | 9 | 3A | 50 | 38 |
| Octal | 350 | 343 | 65 | 0 | 2 | 115 | 11 | 72 | 120 | 70 |
| Binary | 11101000 | 11100011 | 110101 | 0 | 10 | 1001101 | 1001 | 111010 | 1010000 | 111000 |
Color Harmonies of #E8E335
Complementary color
Monochromatic Colors of #E8E335
Black with #E8E335
Text Example
Text Example
White with #E8E335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E335; }
p { color: rgb(232,227,53); }
H1.HeaderClassName
{
color: #E8E335;
}
.AnyTagClassName
{
color: #E8E335;
}
</style>
background-color css
<style>
a { background-color: #E8E335; }
a { background-color: rgb(232,227,53); }
div.DivClassName
{
background-color: #E8E335;
}
.BgClassName
{
background-color: #E8E335;
}
</style>
border-color css
<style>
span { border-color: #E8E335; }
span { border-color: rgb(232,227,53); }
td.TdClassName
{
border-color: #E8E335;
}
.TagClassName
{
border-color: #E8E335;
}
</style>