Shades of Harvest Gold #E7AD64
Tints of Harvest Gold #E7AD64
RGB
CMYK
RGB Variations
Color information
#E7AD64 (or 0xE7AD64) is known color: Harvest Gold. HEX triplet: E7, AD and 64. RGB value is (231,173,100). Sum of RGB (Red+Green+Blue) = 231+173+100=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD64 is #18529B. Grayscale: #B6B6B6. Windows color (decimal): -1594012 or 6598119. OLE color: 6598119.
HSL color Cylindrical-coordinate representation of color #E7AD64: hue angle of 33.44º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7AD64 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 100 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.09 |
| HSL | 33.44º | 0.73% | 0.65% | - |
| HSV(B) | 33.44º | 0.57% | 0.91% | - |
| XYZ | 50.2 | 47.8 | 18.64 | - |
| YUV | 182.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 100 | 0 | 0.25 | 0.57 | 0.09 | 33.44 | 0.73 | 0.65 |
| Hex | E7 | AD | 64 | 0 | 19 | 39 | 9 | 21 | 49 | 41 |
| Octal | 347 | 255 | 144 | 0 | 31 | 71 | 11 | 41 | 111 | 101 |
| Binary | 11100111 | 10101101 | 1100100 | 0 | 11001 | 111001 | 1001 | 100001 | 1001001 | 1000001 |
Color Harmonies of #E7AD64
Complementary color
Monochromatic Colors of #E7AD64
Black with #E7AD64
Text Example
Text Example
White with #E7AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD64; }
p { color: rgb(231,173,100); }
H1.HeaderClassName
{
color: #E7AD64;
}
.AnyTagClassName
{
color: #E7AD64;
}
</style>
background-color css
<style>
a { background-color: #E7AD64; }
a { background-color: rgb(231,173,100); }
div.DivClassName
{
background-color: #E7AD64;
}
.BgClassName
{
background-color: #E7AD64;
}
</style>
border-color css
<style>
span { border-color: #E7AD64; }
span { border-color: rgb(231,173,100); }
td.TdClassName
{
border-color: #E7AD64;
}
.TagClassName
{
border-color: #E7AD64;
}
</style>