Shades of Golden Fizz #E8D135
Tints of Golden Fizz #E8D135
RGB
CMYK
RGB Variations
Color information
#E8D135 (or 0xE8D135) is known color: Golden Fizz. HEX triplet: E8, D1 and 35. RGB value is (232,209,53). Sum of RGB (Red+Green+Blue) = 232+209+53=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D135 is #172ECA. Grayscale: #C6C6C6. Windows color (decimal): -1519307 or 3527144. OLE color: 3527144.
HSL color Cylindrical-coordinate representation of color #E8D135: hue angle of 52.29º 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 #E8D135 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 53 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.09 |
| HSL | 52.29º | 0.8% | 0.56% | - |
| HSV(B) | 52.29º | 0.77% | 0.91% | - |
| XYZ | 56.72 | 63.01 | 12.54 | - |
| YUV | 198.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 53 | 0 | 0.10 | 0.77 | 0.09 | 52.29 | 0.8 | 0.56 |
| Hex | E8 | D1 | 35 | 0 | A | 4D | 9 | 34 | 50 | 38 |
| Octal | 350 | 321 | 65 | 0 | 12 | 115 | 11 | 64 | 120 | 70 |
| Binary | 11101000 | 11010001 | 110101 | 0 | 1010 | 1001101 | 1001 | 110100 | 1010000 | 111000 |
Color Harmonies of #E8D135
Complementary color
Monochromatic Colors of #E8D135
Black with #E8D135
Text Example
Text Example
White with #E8D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D135; }
p { color: rgb(232,209,53); }
H1.HeaderClassName
{
color: #E8D135;
}
.AnyTagClassName
{
color: #E8D135;
}
</style>
background-color css
<style>
a { background-color: #E8D135; }
a { background-color: rgb(232,209,53); }
div.DivClassName
{
background-color: #E8D135;
}
.BgClassName
{
background-color: #E8D135;
}
</style>
border-color css
<style>
span { border-color: #E8D135; }
span { border-color: rgb(232,209,53); }
td.TdClassName
{
border-color: #E8D135;
}
.TagClassName
{
border-color: #E8D135;
}
</style>