Shades of Harvest Gold #E1B968
Tints of Harvest Gold #E1B968
RGB
CMYK
RGB Variations
Color information
#E1B968 (or 0xE1B968) is known color: Harvest Gold. HEX triplet: E1, B9 and 68. RGB value is (225,185,104). Sum of RGB (Red+Green+Blue) = 225+185+104=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B968 is #1E4697. Grayscale: #BCBCBC. Windows color (decimal): -1984152 or 6863329. OLE color: 6863329.
HSL color Cylindrical-coordinate representation of color #E1B968: hue angle of 40.17º 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 #E1B968 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 104 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.12 |
| HSL | 40.17º | 0.67% | 0.65% | - |
| HSV(B) | 40.17º | 0.54% | 0.88% | - |
| XYZ | 50.9 | 51.7 | 20.39 | - |
| YUV | 187.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 104 | 0 | 0.18 | 0.54 | 0.12 | 40.17 | 0.67 | 0.65 |
| Hex | E1 | B9 | 68 | 0 | 12 | 36 | C | 28 | 43 | 41 |
| Octal | 341 | 271 | 150 | 0 | 22 | 66 | 14 | 50 | 103 | 101 |
| Binary | 11100001 | 10111001 | 1101000 | 0 | 10010 | 110110 | 1100 | 101000 | 1000011 | 1000001 |
Color Harmonies of #E1B968
Complementary color
Monochromatic Colors of #E1B968
Black with #E1B968
Text Example
Text Example
White with #E1B968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B968; }
p { color: rgb(225,185,104); }
H1.HeaderClassName
{
color: #E1B968;
}
.AnyTagClassName
{
color: #E1B968;
}
</style>
background-color css
<style>
a { background-color: #E1B968; }
a { background-color: rgb(225,185,104); }
div.DivClassName
{
background-color: #E1B968;
}
.BgClassName
{
background-color: #E1B968;
}
</style>
border-color css
<style>
span { border-color: #E1B968; }
span { border-color: rgb(225,185,104); }
td.TdClassName
{
border-color: #E1B968;
}
.TagClassName
{
border-color: #E1B968;
}
</style>