Shades of Golden Fizz #E7D535
Tints of Golden Fizz #E7D535
RGB
CMYK
RGB Variations
Color information
#E7D535 (or 0xE7D535) is known color: Golden Fizz. HEX triplet: E7, D5 and 35. RGB value is (231,213,53). Sum of RGB (Red+Green+Blue) = 231+213+53=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 53 (21.09% from 255 or 10.66% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D535 is #182ACA. Grayscale: #C8C8C8. Windows color (decimal): -1583819 or 3528167. OLE color: 3528167.
HSL color Cylindrical-coordinate representation of color #E7D535: hue angle of 53.93º degrees, saturation: 0.79, 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 #E7D535 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 53 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.09 |
| HSL | 53.93º | 0.79% | 0.56% | - |
| HSV(B) | 53.93º | 0.77% | 0.91% | - |
| XYZ | 57.39 | 64.83 | 12.86 | - |
| YUV | 200.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 53 | 0 | 0.08 | 0.77 | 0.09 | 53.93 | 0.79 | 0.56 |
| Hex | E7 | D5 | 35 | 0 | 8 | 4D | 9 | 36 | 4F | 38 |
| Octal | 347 | 325 | 65 | 0 | 10 | 115 | 11 | 66 | 117 | 70 |
| Binary | 11100111 | 11010101 | 110101 | 0 | 1000 | 1001101 | 1001 | 110110 | 1001111 | 111000 |
Color Harmonies of #E7D535
Complementary color
Monochromatic Colors of #E7D535
Black with #E7D535
Text Example
Text Example
White with #E7D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D535; }
p { color: rgb(231,213,53); }
H1.HeaderClassName
{
color: #E7D535;
}
.AnyTagClassName
{
color: #E7D535;
}
</style>
background-color css
<style>
a { background-color: #E7D535; }
a { background-color: rgb(231,213,53); }
div.DivClassName
{
background-color: #E7D535;
}
.BgClassName
{
background-color: #E7D535;
}
</style>
border-color css
<style>
span { border-color: #E7D535; }
span { border-color: rgb(231,213,53); }
td.TdClassName
{
border-color: #E7D535;
}
.TagClassName
{
border-color: #E7D535;
}
</style>