Shades of Golden Fizz #E7D135
Tints of Golden Fizz #E7D135
RGB
CMYK
RGB Variations
Color information
#E7D135 (or 0xE7D135) is known color: Golden Fizz. HEX triplet: E7, D1 and 35. RGB value is (231,209,53). Sum of RGB (Red+Green+Blue) = 231+209+53=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D135 is #182ECA. Grayscale: #C6C6C6. Windows color (decimal): -1584843 or 3527143. OLE color: 3527143.
HSL color Cylindrical-coordinate representation of color #E7D135: hue angle of 52.58º 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 #E7D135 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 53 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.09 |
| HSL | 52.58º | 0.79% | 0.56% | - |
| HSV(B) | 52.58º | 0.77% | 0.91% | - |
| XYZ | 56.4 | 62.85 | 12.53 | - |
| YUV | 197.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 53 | 0 | 0.10 | 0.77 | 0.09 | 52.58 | 0.79 | 0.56 |
| Hex | E7 | D1 | 35 | 0 | A | 4D | 9 | 35 | 4F | 38 |
| Octal | 347 | 321 | 65 | 0 | 12 | 115 | 11 | 65 | 117 | 70 |
| Binary | 11100111 | 11010001 | 110101 | 0 | 1010 | 1001101 | 1001 | 110101 | 1001111 | 111000 |
Color Harmonies of #E7D135
Complementary color
Monochromatic Colors of #E7D135
Black with #E7D135
Text Example
Text Example
White with #E7D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D135; }
p { color: rgb(231,209,53); }
H1.HeaderClassName
{
color: #E7D135;
}
.AnyTagClassName
{
color: #E7D135;
}
</style>
background-color css
<style>
a { background-color: #E7D135; }
a { background-color: rgb(231,209,53); }
div.DivClassName
{
background-color: #E7D135;
}
.BgClassName
{
background-color: #E7D135;
}
</style>
border-color css
<style>
span { border-color: #E7D135; }
span { border-color: rgb(231,209,53); }
td.TdClassName
{
border-color: #E7D135;
}
.TagClassName
{
border-color: #E7D135;
}
</style>