Shades of Golden Fizz #E8D435
Tints of Golden Fizz #E8D435
RGB
CMYK
RGB Variations
Color information
#E8D435 (or 0xE8D435) is known color: Golden Fizz. HEX triplet: E8, D4 and 35. RGB value is (232,212,53). Sum of RGB (Red+Green+Blue) = 232+212+53=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D435 is #172BCA. Grayscale: #C8C8C8. Windows color (decimal): -1518539 or 3527912. OLE color: 3527912.
HSL color Cylindrical-coordinate representation of color #E8D435: hue angle of 53.3º 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 #E8D435 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 53 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.09 |
| HSL | 53.3º | 0.8% | 0.56% | - |
| HSV(B) | 53.3º | 0.77% | 0.91% | - |
| XYZ | 57.46 | 64.5 | 12.79 | - |
| YUV | 199.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 53 | 0 | 0.09 | 0.77 | 0.09 | 53.3 | 0.8 | 0.56 |
| Hex | E8 | D4 | 35 | 0 | 9 | 4D | 9 | 35 | 50 | 38 |
| Octal | 350 | 324 | 65 | 0 | 11 | 115 | 11 | 65 | 120 | 70 |
| Binary | 11101000 | 11010100 | 110101 | 0 | 1001 | 1001101 | 1001 | 110101 | 1010000 | 111000 |
Color Harmonies of #E8D435
Complementary color
Monochromatic Colors of #E8D435
Black with #E8D435
Text Example
Text Example
White with #E8D435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D435; }
p { color: rgb(232,212,53); }
H1.HeaderClassName
{
color: #E8D435;
}
.AnyTagClassName
{
color: #E8D435;
}
</style>
background-color css
<style>
a { background-color: #E8D435; }
a { background-color: rgb(232,212,53); }
div.DivClassName
{
background-color: #E8D435;
}
.BgClassName
{
background-color: #E8D435;
}
</style>
border-color css
<style>
span { border-color: #E8D435; }
span { border-color: rgb(232,212,53); }
td.TdClassName
{
border-color: #E8D435;
}
.TagClassName
{
border-color: #E8D435;
}
</style>