Shades of Harvest Gold #E6B961
Tints of Harvest Gold #E6B961
RGB
CMYK
RGB Variations
Color information
#E6B961 (or 0xE6B961) is known color: Harvest Gold. HEX triplet: E6, B9 and 61. RGB value is (230,185,97). Sum of RGB (Red+Green+Blue) = 230+185+97=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B961 is #19469E. Grayscale: #BCBCBC. Windows color (decimal): -1656479 or 6404582. OLE color: 6404582.
HSL color Cylindrical-coordinate representation of color #E6B961: hue angle of 39.7º 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 #E6B961 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 97 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.10 |
| HSL | 39.7º | 0.73% | 0.64% | - |
| HSV(B) | 39.7º | 0.58% | 0.9% | - |
| XYZ | 52.14 | 52.38 | 18.67 | - |
| YUV | 188.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 97 | 0 | 0.20 | 0.58 | 0.10 | 39.7 | 0.73 | 0.64 |
| Hex | E6 | B9 | 61 | 0 | 14 | 3A | A | 28 | 49 | 40 |
| Octal | 346 | 271 | 141 | 0 | 24 | 72 | 12 | 50 | 111 | 100 |
| Binary | 11100110 | 10111001 | 1100001 | 0 | 10100 | 111010 | 1010 | 101000 | 1001001 | 1000000 |
Color Harmonies of #E6B961
Complementary color
Monochromatic Colors of #E6B961
Black with #E6B961
Text Example
Text Example
White with #E6B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B961; }
p { color: rgb(230,185,97); }
H1.HeaderClassName
{
color: #E6B961;
}
.AnyTagClassName
{
color: #E6B961;
}
</style>
background-color css
<style>
a { background-color: #E6B961; }
a { background-color: rgb(230,185,97); }
div.DivClassName
{
background-color: #E6B961;
}
.BgClassName
{
background-color: #E6B961;
}
</style>
border-color css
<style>
span { border-color: #E6B961; }
span { border-color: rgb(230,185,97); }
td.TdClassName
{
border-color: #E6B961;
}
.TagClassName
{
border-color: #E6B961;
}
</style>