Shades of Harvest Gold #E6B762
Tints of Harvest Gold #E6B762
RGB
CMYK
RGB Variations
Color information
#E6B762 (or 0xE6B762) is known color: Harvest Gold. HEX triplet: E6, B7 and 62. RGB value is (230,183,98). Sum of RGB (Red+Green+Blue) = 230+183+98=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B762 is #19489D. Grayscale: #BBBBBB. Windows color (decimal): -1656990 or 6469606. OLE color: 6469606.
HSL color Cylindrical-coordinate representation of color #E6B762: hue angle of 38.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6B762 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 98 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.10 |
| HSL | 38.64º | 0.73% | 0.64% | - |
| HSV(B) | 38.64º | 0.57% | 0.9% | - |
| XYZ | 51.77 | 51.57 | 18.78 | - |
| YUV | 187.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 98 | 0 | 0.20 | 0.57 | 0.10 | 38.64 | 0.73 | 0.64 |
| Hex | E6 | B7 | 62 | 0 | 14 | 39 | A | 27 | 49 | 40 |
| Octal | 346 | 267 | 142 | 0 | 24 | 71 | 12 | 47 | 111 | 100 |
| Binary | 11100110 | 10110111 | 1100010 | 0 | 10100 | 111001 | 1010 | 100111 | 1001001 | 1000000 |
Color Harmonies of #E6B762
Complementary color
Monochromatic Colors of #E6B762
Black with #E6B762
Text Example
Text Example
White with #E6B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B762; }
p { color: rgb(230,183,98); }
H1.HeaderClassName
{
color: #E6B762;
}
.AnyTagClassName
{
color: #E6B762;
}
</style>
background-color css
<style>
a { background-color: #E6B762; }
a { background-color: rgb(230,183,98); }
div.DivClassName
{
background-color: #E6B762;
}
.BgClassName
{
background-color: #E6B762;
}
</style>
border-color css
<style>
span { border-color: #E6B762; }
span { border-color: rgb(230,183,98); }
td.TdClassName
{
border-color: #E6B762;
}
.TagClassName
{
border-color: #E6B762;
}
</style>