Shades of Harvest Gold #E6B865
Tints of Harvest Gold #E6B865
RGB
CMYK
RGB Variations
Color information
#E6B865 (or 0xE6B865) is known color: Harvest Gold. HEX triplet: E6, B8 and 65. RGB value is (230,184,101). Sum of RGB (Red+Green+Blue) = 230+184+101=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B865 is #19479A. Grayscale: #BCBCBC. Windows color (decimal): -1656731 or 6666470. OLE color: 6666470.
HSL color Cylindrical-coordinate representation of color #E6B865: hue angle of 38.6º 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 #E6B865 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 101 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.10 |
| HSL | 38.6º | 0.72% | 0.65% | - |
| HSV(B) | 38.6º | 0.56% | 0.9% | - |
| XYZ | 52.12 | 52.04 | 19.61 | - |
| YUV | 188.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 101 | 0 | 0.2 | 0.56 | 0.10 | 38.6 | 0.72 | 0.65 |
| Hex | E6 | B8 | 65 | 0 | 14 | 38 | A | 27 | 48 | 41 |
| Octal | 346 | 270 | 145 | 0 | 24 | 70 | 12 | 47 | 110 | 101 |
| Binary | 11100110 | 10111000 | 1100101 | 0 | 10100 | 111000 | 1010 | 100111 | 1001000 | 1000001 |
Color Harmonies of #E6B865
Complementary color
Monochromatic Colors of #E6B865
Black with #E6B865
Text Example
Text Example
White with #E6B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B865; }
p { color: rgb(230,184,101); }
H1.HeaderClassName
{
color: #E6B865;
}
.AnyTagClassName
{
color: #E6B865;
}
</style>
background-color css
<style>
a { background-color: #E6B865; }
a { background-color: rgb(230,184,101); }
div.DivClassName
{
background-color: #E6B865;
}
.BgClassName
{
background-color: #E6B865;
}
</style>
border-color css
<style>
span { border-color: #E6B865; }
span { border-color: rgb(230,184,101); }
td.TdClassName
{
border-color: #E6B865;
}
.TagClassName
{
border-color: #E6B865;
}
</style>