Shades of Harvest Gold #E7AD6D
Tints of Harvest Gold #E7AD6D
RGB
CMYK
RGB Variations
Color information
#E7AD6D (or 0xE7AD6D) is known color: Harvest Gold. HEX triplet: E7, AD and 6D. RGB value is (231,173,109). Sum of RGB (Red+Green+Blue) = 231+173+109=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD6D is #185292. Grayscale: #B7B7B7. Windows color (decimal): -1594003 or 7187943. OLE color: 7187943.
HSL color Cylindrical-coordinate representation of color #E7AD6D: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7AD6D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 109 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.09 |
| HSL | 31.48º | 0.72% | 0.67% | - |
| HSV(B) | 31.48º | 0.53% | 0.91% | - |
| XYZ | 50.66 | 47.98 | 21.06 | - |
| YUV | 183.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 109 | 0 | 0.25 | 0.53 | 0.09 | 31.48 | 0.72 | 0.67 |
| Hex | E7 | AD | 6D | 0 | 19 | 35 | 9 | 1F | 48 | 43 |
| Octal | 347 | 255 | 155 | 0 | 31 | 65 | 11 | 37 | 110 | 103 |
| Binary | 11100111 | 10101101 | 1101101 | 0 | 11001 | 110101 | 1001 | 11111 | 1001000 | 1000011 |
Color Harmonies of #E7AD6D
Complementary color
Monochromatic Colors of #E7AD6D
Black with #E7AD6D
Text Example
Text Example
White with #E7AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD6D; }
p { color: rgb(231,173,109); }
H1.HeaderClassName
{
color: #E7AD6D;
}
.AnyTagClassName
{
color: #E7AD6D;
}
</style>
background-color css
<style>
a { background-color: #E7AD6D; }
a { background-color: rgb(231,173,109); }
div.DivClassName
{
background-color: #E7AD6D;
}
.BgClassName
{
background-color: #E7AD6D;
}
</style>
border-color css
<style>
span { border-color: #E7AD6D; }
span { border-color: rgb(231,173,109); }
td.TdClassName
{
border-color: #E7AD6D;
}
.TagClassName
{
border-color: #E7AD6D;
}
</style>