Shades of Harvest Gold #E7AD65
Tints of Harvest Gold #E7AD65
RGB
CMYK
RGB Variations
Color information
#E7AD65 (or 0xE7AD65) is known color: Harvest Gold. HEX triplet: E7, AD and 65. RGB value is (231,173,101). Sum of RGB (Red+Green+Blue) = 231+173+101=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD65 is #18529A. Grayscale: #B6B6B6. Windows color (decimal): -1594011 or 6663655. OLE color: 6663655.
HSL color Cylindrical-coordinate representation of color #E7AD65: hue angle of 33.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7AD65 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 101 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.09 |
| HSL | 33.23º | 0.73% | 0.65% | - |
| HSV(B) | 33.23º | 0.56% | 0.91% | - |
| XYZ | 50.25 | 47.82 | 18.89 | - |
| YUV | 182.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 101 | 0 | 0.25 | 0.56 | 0.09 | 33.23 | 0.73 | 0.65 |
| Hex | E7 | AD | 65 | 0 | 19 | 38 | 9 | 21 | 49 | 41 |
| Octal | 347 | 255 | 145 | 0 | 31 | 70 | 11 | 41 | 111 | 101 |
| Binary | 11100111 | 10101101 | 1100101 | 0 | 11001 | 111000 | 1001 | 100001 | 1001001 | 1000001 |
Color Harmonies of #E7AD65
Complementary color
Monochromatic Colors of #E7AD65
Black with #E7AD65
Text Example
Text Example
White with #E7AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD65; }
p { color: rgb(231,173,101); }
H1.HeaderClassName
{
color: #E7AD65;
}
.AnyTagClassName
{
color: #E7AD65;
}
</style>
background-color css
<style>
a { background-color: #E7AD65; }
a { background-color: rgb(231,173,101); }
div.DivClassName
{
background-color: #E7AD65;
}
.BgClassName
{
background-color: #E7AD65;
}
</style>
border-color css
<style>
span { border-color: #E7AD65; }
span { border-color: rgb(231,173,101); }
td.TdClassName
{
border-color: #E7AD65;
}
.TagClassName
{
border-color: #E7AD65;
}
</style>