Shades of Gold #E7D005
Tints of Gold #E7D005
RGB
CMYK
RGB Variations
Color information
#E7D005 (or 0xE7D005) is known color: Gold. HEX triplet: E7, D0 and 05. RGB value is (231,208,5). Sum of RGB (Red+Green+Blue) = 231+208+5=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D005 is #182FFA. Grayscale: #C0C0C0. Windows color (decimal): -1585147 or 381159. OLE color: 381159.
HSL color Cylindrical-coordinate representation of color #E7D005: hue angle of 53.89º 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 #E7D005 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.09 |
| HSL | 53.89º | 0.96% | 0.46% | - |
| HSV(B) | 53.89º | 0.98% | 0.91% | - |
| XYZ | 55.54 | 62.11 | 9.21 | - |
| YUV | 191.74 | 22.62 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 5 | 0 | 0.10 | 0.98 | 0.09 | 53.89 | 0.96 | 0.46 |
| Hex | E7 | D0 | 5 | 0 | A | 62 | 9 | 36 | 60 | 2E |
| Octal | 347 | 320 | 5 | 0 | 12 | 142 | 11 | 66 | 140 | 56 |
| Binary | 11100111 | 11010000 | 101 | 0 | 1010 | 1100010 | 1001 | 110110 | 1100000 | 101110 |
Color Harmonies of #E7D005
Complementary color
Monochromatic Colors of #E7D005
Black with #E7D005
Text Example
Text Example
White with #E7D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D005; }
p { color: rgb(231,208,5); }
H1.HeaderClassName
{
color: #E7D005;
}
.AnyTagClassName
{
color: #E7D005;
}
</style>
background-color css
<style>
a { background-color: #E7D005; }
a { background-color: rgb(231,208,5); }
div.DivClassName
{
background-color: #E7D005;
}
.BgClassName
{
background-color: #E7D005;
}
</style>
border-color css
<style>
span { border-color: #E7D005; }
span { border-color: rgb(231,208,5); }
td.TdClassName
{
border-color: #E7D005;
}
.TagClassName
{
border-color: #E7D005;
}
</style>