Shades of Harvest Gold #E1B86D
Tints of Harvest Gold #E1B86D
RGB
CMYK
RGB Variations
Color information
#E1B86D (or 0xE1B86D) is known color: Harvest Gold. HEX triplet: E1, B8 and 6D. RGB value is (225,184,109). Sum of RGB (Red+Green+Blue) = 225+184+109=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B86D is #1E4792. Grayscale: #BCBCBC. Windows color (decimal): -1984403 or 7190753. OLE color: 7190753.
HSL color Cylindrical-coordinate representation of color #E1B86D: hue angle of 38.79º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1B86D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 109 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.12 |
| HSL | 38.79º | 0.66% | 0.65% | - |
| HSV(B) | 38.79º | 0.52% | 0.88% | - |
| XYZ | 50.95 | 51.39 | 21.7 | - |
| YUV | 187.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 109 | 0 | 0.18 | 0.52 | 0.12 | 38.79 | 0.66 | 0.65 |
| Hex | E1 | B8 | 6D | 0 | 12 | 34 | C | 27 | 42 | 41 |
| Octal | 341 | 270 | 155 | 0 | 22 | 64 | 14 | 47 | 102 | 101 |
| Binary | 11100001 | 10111000 | 1101101 | 0 | 10010 | 110100 | 1100 | 100111 | 1000010 | 1000001 |
Color Harmonies of #E1B86D
Complementary color
Monochromatic Colors of #E1B86D
Black with #E1B86D
Text Example
Text Example
White with #E1B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B86D; }
p { color: rgb(225,184,109); }
H1.HeaderClassName
{
color: #E1B86D;
}
.AnyTagClassName
{
color: #E1B86D;
}
</style>
background-color css
<style>
a { background-color: #E1B86D; }
a { background-color: rgb(225,184,109); }
div.DivClassName
{
background-color: #E1B86D;
}
.BgClassName
{
background-color: #E1B86D;
}
</style>
border-color css
<style>
span { border-color: #E1B86D; }
span { border-color: rgb(225,184,109); }
td.TdClassName
{
border-color: #E1B86D;
}
.TagClassName
{
border-color: #E1B86D;
}
</style>