Shades of Harvest Gold #E1B868
Tints of Harvest Gold #E1B868
RGB
CMYK
RGB Variations
Color information
#E1B868 (or 0xE1B868) is known color: Harvest Gold. HEX triplet: E1, B8 and 68. RGB value is (225,184,104). Sum of RGB (Red+Green+Blue) = 225+184+104=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B868 is #1E4797. Grayscale: #BBBBBB. Windows color (decimal): -1984408 or 6863073. OLE color: 6863073.
HSL color Cylindrical-coordinate representation of color #E1B868: hue angle of 39.67º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1B868 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 104 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.12 |
| HSL | 39.67º | 0.67% | 0.65% | - |
| HSV(B) | 39.67º | 0.54% | 0.88% | - |
| XYZ | 50.69 | 51.29 | 20.32 | - |
| YUV | 187.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 104 | 0 | 0.18 | 0.54 | 0.12 | 39.67 | 0.67 | 0.65 |
| Hex | E1 | B8 | 68 | 0 | 12 | 36 | C | 28 | 43 | 41 |
| Octal | 341 | 270 | 150 | 0 | 22 | 66 | 14 | 50 | 103 | 101 |
| Binary | 11100001 | 10111000 | 1101000 | 0 | 10010 | 110110 | 1100 | 101000 | 1000011 | 1000001 |
Color Harmonies of #E1B868
Complementary color
Monochromatic Colors of #E1B868
Black with #E1B868
Text Example
Text Example
White with #E1B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B868; }
p { color: rgb(225,184,104); }
H1.HeaderClassName
{
color: #E1B868;
}
.AnyTagClassName
{
color: #E1B868;
}
</style>
background-color css
<style>
a { background-color: #E1B868; }
a { background-color: rgb(225,184,104); }
div.DivClassName
{
background-color: #E1B868;
}
.BgClassName
{
background-color: #E1B868;
}
</style>
border-color css
<style>
span { border-color: #E1B868; }
span { border-color: rgb(225,184,104); }
td.TdClassName
{
border-color: #E1B868;
}
.TagClassName
{
border-color: #E1B868;
}
</style>