Shades of Harvest Gold #E6B862
Tints of Harvest Gold #E6B862
RGB
CMYK
RGB Variations
Color information
#E6B862 (or 0xE6B862) is known color: Harvest Gold. HEX triplet: E6, B8 and 62. RGB value is (230,184,98). Sum of RGB (Red+Green+Blue) = 230+184+98=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B862 is #19479D. Grayscale: #BCBCBC. Windows color (decimal): -1656734 or 6469862. OLE color: 6469862.
HSL color Cylindrical-coordinate representation of color #E6B862: hue angle of 39.09º 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 #E6B862 is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 98 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.10 |
| HSL | 39.09º | 0.73% | 0.64% | - |
| HSV(B) | 39.09º | 0.57% | 0.9% | - |
| XYZ | 51.98 | 51.99 | 18.85 | - |
| YUV | 187.95 | 77.24 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 98 | 0 | 0.2 | 0.57 | 0.10 | 39.09 | 0.73 | 0.64 |
| Hex | E6 | B8 | 62 | 0 | 14 | 39 | A | 27 | 49 | 40 |
| Octal | 346 | 270 | 142 | 0 | 24 | 71 | 12 | 47 | 111 | 100 |
| Binary | 11100110 | 10111000 | 1100010 | 0 | 10100 | 111001 | 1010 | 100111 | 1001001 | 1000000 |
Color Harmonies of #E6B862
Complementary color
Monochromatic Colors of #E6B862
Black with #E6B862
Text Example
Text Example
White with #E6B862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B862; }
p { color: rgb(230,184,98); }
H1.HeaderClassName
{
color: #E6B862;
}
.AnyTagClassName
{
color: #E6B862;
}
</style>
background-color css
<style>
a { background-color: #E6B862; }
a { background-color: rgb(230,184,98); }
div.DivClassName
{
background-color: #E6B862;
}
.BgClassName
{
background-color: #E6B862;
}
</style>
border-color css
<style>
span { border-color: #E6B862; }
span { border-color: rgb(230,184,98); }
td.TdClassName
{
border-color: #E6B862;
}
.TagClassName
{
border-color: #E6B862;
}
</style>