Shades of Gold #E7D207
Tints of Gold #E7D207
RGB
CMYK
RGB Variations
Color information
#E7D207 (or 0xE7D207) is known color: Gold. HEX triplet: E7, D2 and 07. RGB value is (231,210,7). Sum of RGB (Red+Green+Blue) = 231+210+7=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D207 is #182DF8. Grayscale: #C1C1C1. Windows color (decimal): -1584633 or 512743. OLE color: 512743.
HSL color Cylindrical-coordinate representation of color #E7D207: hue angle of 54.38º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7D207 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.09 |
| HSL | 54.38º | 0.94% | 0.47% | - |
| HSV(B) | 54.38º | 0.97% | 0.91% | - |
| XYZ | 56.04 | 63.1 | 9.43 | - |
| YUV | 193.14 | 22.96 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 7 | 0 | 0.09 | 0.97 | 0.09 | 54.38 | 0.94 | 0.47 |
| Hex | E7 | D2 | 7 | 0 | 9 | 61 | 9 | 36 | 5E | 2F |
| Octal | 347 | 322 | 7 | 0 | 11 | 141 | 11 | 66 | 136 | 57 |
| Binary | 11100111 | 11010010 | 111 | 0 | 1001 | 1100001 | 1001 | 110110 | 1011110 | 101111 |
Color Harmonies of #E7D207
Complementary color
Monochromatic Colors of #E7D207
Black with #E7D207
Text Example
Text Example
White with #E7D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D207; }
p { color: rgb(231,210,7); }
H1.HeaderClassName
{
color: #E7D207;
}
.AnyTagClassName
{
color: #E7D207;
}
</style>
background-color css
<style>
a { background-color: #E7D207; }
a { background-color: rgb(231,210,7); }
div.DivClassName
{
background-color: #E7D207;
}
.BgClassName
{
background-color: #E7D207;
}
</style>
border-color css
<style>
span { border-color: #E7D207; }
span { border-color: rgb(231,210,7); }
td.TdClassName
{
border-color: #E7D207;
}
.TagClassName
{
border-color: #E7D207;
}
</style>