Shades of Harvest Gold #E3B464
Tints of Harvest Gold #E3B464
RGB
CMYK
RGB Variations
Color information
#E3B464 (or 0xE3B464) is known color: Harvest Gold. HEX triplet: E3, B4 and 64. RGB value is (227,180,100). Sum of RGB (Red+Green+Blue) = 227+180+100=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B464 is #1C4B9B. Grayscale: #B9B9B9. Windows color (decimal): -1854364 or 6599907. OLE color: 6599907.
HSL color Cylindrical-coordinate representation of color #E3B464: hue angle of 37.8º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3B464 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 100 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.11 |
| HSL | 37.8º | 0.69% | 0.64% | - |
| HSV(B) | 37.8º | 0.56% | 0.89% | - |
| XYZ | 50.3 | 49.89 | 19.04 | - |
| YUV | 184.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 100 | 0 | 0.21 | 0.56 | 0.11 | 37.8 | 0.69 | 0.64 |
| Hex | E3 | B4 | 64 | 0 | 15 | 38 | B | 26 | 45 | 40 |
| Octal | 343 | 264 | 144 | 0 | 25 | 70 | 13 | 46 | 105 | 100 |
| Binary | 11100011 | 10110100 | 1100100 | 0 | 10101 | 111000 | 1011 | 100110 | 1000101 | 1000000 |
Color Harmonies of #E3B464
Complementary color
Monochromatic Colors of #E3B464
Black with #E3B464
Text Example
Text Example
White with #E3B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B464; }
p { color: rgb(227,180,100); }
H1.HeaderClassName
{
color: #E3B464;
}
.AnyTagClassName
{
color: #E3B464;
}
</style>
background-color css
<style>
a { background-color: #E3B464; }
a { background-color: rgb(227,180,100); }
div.DivClassName
{
background-color: #E3B464;
}
.BgClassName
{
background-color: #E3B464;
}
</style>
border-color css
<style>
span { border-color: #E3B464; }
span { border-color: rgb(227,180,100); }
td.TdClassName
{
border-color: #E3B464;
}
.TagClassName
{
border-color: #E3B464;
}
</style>