Shades of Harvest Gold #E6B765
Tints of Harvest Gold #E6B765
RGB
CMYK
RGB Variations
Color information
#E6B765 (or 0xE6B765) is known color: Harvest Gold. HEX triplet: E6, B7 and 65. RGB value is (230,183,101). Sum of RGB (Red+Green+Blue) = 230+183+101=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B765 is #19489A. Grayscale: #BCBCBC. Windows color (decimal): -1656987 or 6666214. OLE color: 6666214.
HSL color Cylindrical-coordinate representation of color #E6B765: hue angle of 38.14º 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 #E6B765 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 101 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.10 |
| HSL | 38.14º | 0.72% | 0.65% | - |
| HSV(B) | 38.14º | 0.56% | 0.9% | - |
| XYZ | 51.92 | 51.63 | 19.54 | - |
| YUV | 187.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 101 | 0 | 0.20 | 0.56 | 0.10 | 38.14 | 0.72 | 0.65 |
| Hex | E6 | B7 | 65 | 0 | 14 | 38 | A | 26 | 48 | 41 |
| Octal | 346 | 267 | 145 | 0 | 24 | 70 | 12 | 46 | 110 | 101 |
| Binary | 11100110 | 10110111 | 1100101 | 0 | 10100 | 111000 | 1010 | 100110 | 1001000 | 1000001 |
Color Harmonies of #E6B765
Complementary color
Monochromatic Colors of #E6B765
Black with #E6B765
Text Example
Text Example
White with #E6B765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B765; }
p { color: rgb(230,183,101); }
H1.HeaderClassName
{
color: #E6B765;
}
.AnyTagClassName
{
color: #E6B765;
}
</style>
background-color css
<style>
a { background-color: #E6B765; }
a { background-color: rgb(230,183,101); }
div.DivClassName
{
background-color: #E6B765;
}
.BgClassName
{
background-color: #E6B765;
}
</style>
border-color css
<style>
span { border-color: #E6B765; }
span { border-color: rgb(230,183,101); }
td.TdClassName
{
border-color: #E6B765;
}
.TagClassName
{
border-color: #E6B765;
}
</style>