Shades of Harvest Gold #E6B861
Tints of Harvest Gold #E6B861
RGB
CMYK
RGB Variations
Color information
#E6B861 (or 0xE6B861) is known color: Harvest Gold. HEX triplet: E6, B8 and 61. RGB value is (230,184,97). Sum of RGB (Red+Green+Blue) = 230+184+97=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B861 is #19479E. Grayscale: #BCBCBC. Windows color (decimal): -1656735 or 6404326. OLE color: 6404326.
HSL color Cylindrical-coordinate representation of color #E6B861: hue angle of 39.25º 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 #E6B861 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 97 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.10 |
| HSL | 39.25º | 0.73% | 0.64% | - |
| HSV(B) | 39.25º | 0.58% | 0.9% | - |
| XYZ | 51.93 | 51.97 | 18.6 | - |
| YUV | 187.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 97 | 0 | 0.2 | 0.58 | 0.10 | 39.25 | 0.73 | 0.64 |
| Hex | E6 | B8 | 61 | 0 | 14 | 3A | A | 27 | 49 | 40 |
| Octal | 346 | 270 | 141 | 0 | 24 | 72 | 12 | 47 | 111 | 100 |
| Binary | 11100110 | 10111000 | 1100001 | 0 | 10100 | 111010 | 1010 | 100111 | 1001001 | 1000000 |
Color Harmonies of #E6B861
Complementary color
Monochromatic Colors of #E6B861
Black with #E6B861
Text Example
Text Example
White with #E6B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B861; }
p { color: rgb(230,184,97); }
H1.HeaderClassName
{
color: #E6B861;
}
.AnyTagClassName
{
color: #E6B861;
}
</style>
background-color css
<style>
a { background-color: #E6B861; }
a { background-color: rgb(230,184,97); }
div.DivClassName
{
background-color: #E6B861;
}
.BgClassName
{
background-color: #E6B861;
}
</style>
border-color css
<style>
span { border-color: #E6B861; }
span { border-color: rgb(230,184,97); }
td.TdClassName
{
border-color: #E6B861;
}
.TagClassName
{
border-color: #E6B861;
}
</style>