Shades of Harvest Gold #E6B85F
Tints of Harvest Gold #E6B85F
RGB
CMYK
RGB Variations
Color information
#E6B85F (or 0xE6B85F) is known color: Harvest Gold. HEX triplet: E6, B8 and 5F. RGB value is (230,184,95). Sum of RGB (Red+Green+Blue) = 230+184+95=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B85F is #1947A0. Grayscale: #BCBCBC. Windows color (decimal): -1656737 or 6273254. OLE color: 6273254.
HSL color Cylindrical-coordinate representation of color #E6B85F: hue angle of 39.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B85F is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 95 | - |
| CMYK | 0 | 0.2 | 0.59 | 0.10 |
| HSL | 39.56º | 0.73% | 0.64% | - |
| HSV(B) | 39.56º | 0.59% | 0.9% | - |
| XYZ | 51.84 | 51.93 | 18.12 | - |
| YUV | 187.61 | 75.74 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 95 | 0 | 0.2 | 0.59 | 0.10 | 39.56 | 0.73 | 0.64 |
| Hex | E6 | B8 | 5F | 0 | 14 | 3B | A | 28 | 49 | 40 |
| Octal | 346 | 270 | 137 | 0 | 24 | 73 | 12 | 50 | 111 | 100 |
| Binary | 11100110 | 10111000 | 1011111 | 0 | 10100 | 111011 | 1010 | 101000 | 1001001 | 1000000 |
Color Harmonies of #E6B85F
Complementary color
Monochromatic Colors of #E6B85F
Black with #E6B85F
Text Example
Text Example
White with #E6B85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B85F; }
p { color: rgb(230,184,95); }
H1.HeaderClassName
{
color: #E6B85F;
}
.AnyTagClassName
{
color: #E6B85F;
}
</style>
background-color css
<style>
a { background-color: #E6B85F; }
a { background-color: rgb(230,184,95); }
div.DivClassName
{
background-color: #E6B85F;
}
.BgClassName
{
background-color: #E6B85F;
}
</style>
border-color css
<style>
span { border-color: #E6B85F; }
span { border-color: rgb(230,184,95); }
td.TdClassName
{
border-color: #E6B85F;
}
.TagClassName
{
border-color: #E6B85F;
}
</style>