Shades of Harvest Gold #E6AD65
Tints of Harvest Gold #E6AD65
RGB
CMYK
RGB Variations
Color information
#E6AD65 (or 0xE6AD65) is known color: Harvest Gold. HEX triplet: E6, AD and 65. RGB value is (230,173,101). Sum of RGB (Red+Green+Blue) = 230+173+101=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD65 is #19529A. Grayscale: #B6B6B6. Windows color (decimal): -1659547 or 6663654. OLE color: 6663654.
HSL color Cylindrical-coordinate representation of color #E6AD65: hue angle of 33.49º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6AD65 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 101 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.10 |
| HSL | 33.49º | 0.72% | 0.65% | - |
| HSV(B) | 33.49º | 0.56% | 0.9% | - |
| XYZ | 49.93 | 47.65 | 18.88 | - |
| YUV | 181.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 101 | 0 | 0.25 | 0.56 | 0.10 | 33.49 | 0.72 | 0.65 |
| Hex | E6 | AD | 65 | 0 | 19 | 38 | A | 21 | 48 | 41 |
| Octal | 346 | 255 | 145 | 0 | 31 | 70 | 12 | 41 | 110 | 101 |
| Binary | 11100110 | 10101101 | 1100101 | 0 | 11001 | 111000 | 1010 | 100001 | 1001000 | 1000001 |
Color Harmonies of #E6AD65
Complementary color
Monochromatic Colors of #E6AD65
Black with #E6AD65
Text Example
Text Example
White with #E6AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD65; }
p { color: rgb(230,173,101); }
H1.HeaderClassName
{
color: #E6AD65;
}
.AnyTagClassName
{
color: #E6AD65;
}
</style>
background-color css
<style>
a { background-color: #E6AD65; }
a { background-color: rgb(230,173,101); }
div.DivClassName
{
background-color: #E6AD65;
}
.BgClassName
{
background-color: #E6AD65;
}
</style>
border-color css
<style>
span { border-color: #E6AD65; }
span { border-color: rgb(230,173,101); }
td.TdClassName
{
border-color: #E6AD65;
}
.TagClassName
{
border-color: #E6AD65;
}
</style>