Shades of Harvest Gold #E1BC65
Tints of Harvest Gold #E1BC65
RGB
CMYK
RGB Variations
Color information
#E1BC65 (or 0xE1BC65) is known color: Harvest Gold. HEX triplet: E1, BC and 65. RGB value is (225,188,101). Sum of RGB (Red+Green+Blue) = 225+188+101=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC65 is #1E439A. Grayscale: #BDBDBD. Windows color (decimal): -1983387 or 6667489. OLE color: 6667489.
HSL color Cylindrical-coordinate representation of color #E1BC65: hue angle of 42.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1BC65 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 101 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.12 |
| HSL | 42.1º | 0.67% | 0.64% | - |
| HSV(B) | 42.1º | 0.55% | 0.88% | - |
| XYZ | 51.38 | 52.91 | 19.82 | - |
| YUV | 189.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 101 | 0 | 0.16 | 0.55 | 0.12 | 42.1 | 0.67 | 0.64 |
| Hex | E1 | BC | 65 | 0 | 10 | 37 | C | 2A | 43 | 40 |
| Octal | 341 | 274 | 145 | 0 | 20 | 67 | 14 | 52 | 103 | 100 |
| Binary | 11100001 | 10111100 | 1100101 | 0 | 10000 | 110111 | 1100 | 101010 | 1000011 | 1000000 |
Color Harmonies of #E1BC65
Complementary color
Monochromatic Colors of #E1BC65
Black with #E1BC65
Text Example
Text Example
White with #E1BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC65; }
p { color: rgb(225,188,101); }
H1.HeaderClassName
{
color: #E1BC65;
}
.AnyTagClassName
{
color: #E1BC65;
}
</style>
background-color css
<style>
a { background-color: #E1BC65; }
a { background-color: rgb(225,188,101); }
div.DivClassName
{
background-color: #E1BC65;
}
.BgClassName
{
background-color: #E1BC65;
}
</style>
border-color css
<style>
span { border-color: #E1BC65; }
span { border-color: rgb(225,188,101); }
td.TdClassName
{
border-color: #E1BC65;
}
.TagClassName
{
border-color: #E1BC65;
}
</style>