Shades of Harvest Gold #E6AD61
Tints of Harvest Gold #E6AD61
RGB
CMYK
RGB Variations
Color information
#E6AD61 (or 0xE6AD61) is known color: Harvest Gold. HEX triplet: E6, AD and 61. RGB value is (230,173,97). Sum of RGB (Red+Green+Blue) = 230+173+97=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD61 is #19529E. Grayscale: #B5B5B5. Windows color (decimal): -1659551 or 6401510. OLE color: 6401510.
HSL color Cylindrical-coordinate representation of color #E6AD61: hue angle of 34.29º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6AD61 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 97 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.10 |
| HSL | 34.29º | 0.73% | 0.64% | - |
| HSV(B) | 34.29º | 0.58% | 0.9% | - |
| XYZ | 49.73 | 47.57 | 17.87 | - |
| YUV | 181.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 97 | 0 | 0.25 | 0.58 | 0.10 | 34.29 | 0.73 | 0.64 |
| Hex | E6 | AD | 61 | 0 | 19 | 3A | A | 22 | 49 | 40 |
| Octal | 346 | 255 | 141 | 0 | 31 | 72 | 12 | 42 | 111 | 100 |
| Binary | 11100110 | 10101101 | 1100001 | 0 | 11001 | 111010 | 1010 | 100010 | 1001001 | 1000000 |
Color Harmonies of #E6AD61
Complementary color
Monochromatic Colors of #E6AD61
Black with #E6AD61
Text Example
Text Example
White with #E6AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD61; }
p { color: rgb(230,173,97); }
H1.HeaderClassName
{
color: #E6AD61;
}
.AnyTagClassName
{
color: #E6AD61;
}
</style>
background-color css
<style>
a { background-color: #E6AD61; }
a { background-color: rgb(230,173,97); }
div.DivClassName
{
background-color: #E6AD61;
}
.BgClassName
{
background-color: #E6AD61;
}
</style>
border-color css
<style>
span { border-color: #E6AD61; }
span { border-color: rgb(230,173,97); }
td.TdClassName
{
border-color: #E6AD61;
}
.TagClassName
{
border-color: #E6AD61;
}
</style>