Shades of Gold #E7D105
Tints of Gold #E7D105
RGB
CMYK
RGB Variations
Color information
#E7D105 (or 0xE7D105) is known color: Gold. HEX triplet: E7, D1 and 05. RGB value is (231,209,5). Sum of RGB (Red+Green+Blue) = 231+209+5=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D105 is #182EFA. Grayscale: #C1C1C1. Windows color (decimal): -1584891 or 381415. OLE color: 381415.
HSL color Cylindrical-coordinate representation of color #E7D105: hue angle of 54.16º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7D105 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.09 |
| HSL | 54.16º | 0.96% | 0.46% | - |
| HSV(B) | 54.16º | 0.98% | 0.91% | - |
| XYZ | 55.78 | 62.6 | 9.29 | - |
| YUV | 192.32 | 22.29 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 5 | 0 | 0.10 | 0.98 | 0.09 | 54.16 | 0.96 | 0.46 |
| Hex | E7 | D1 | 5 | 0 | A | 62 | 9 | 36 | 60 | 2E |
| Octal | 347 | 321 | 5 | 0 | 12 | 142 | 11 | 66 | 140 | 56 |
| Binary | 11100111 | 11010001 | 101 | 0 | 1010 | 1100010 | 1001 | 110110 | 1100000 | 101110 |
Color Harmonies of #E7D105
Complementary color
Monochromatic Colors of #E7D105
Black with #E7D105
Text Example
Text Example
White with #E7D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D105; }
p { color: rgb(231,209,5); }
H1.HeaderClassName
{
color: #E7D105;
}
.AnyTagClassName
{
color: #E7D105;
}
</style>
background-color css
<style>
a { background-color: #E7D105; }
a { background-color: rgb(231,209,5); }
div.DivClassName
{
background-color: #E7D105;
}
.BgClassName
{
background-color: #E7D105;
}
</style>
border-color css
<style>
span { border-color: #E7D105; }
span { border-color: rgb(231,209,5); }
td.TdClassName
{
border-color: #E7D105;
}
.TagClassName
{
border-color: #E7D105;
}
</style>