Shades of Harvest Gold #E3BA63
Tints of Harvest Gold #E3BA63
RGB
CMYK
RGB Variations
Color information
#E3BA63 (or 0xE3BA63) is known color: Harvest Gold. HEX triplet: E3, BA and 63. RGB value is (227,186,99). Sum of RGB (Red+Green+Blue) = 227+186+99=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA63 is #1C459C. Grayscale: #BCBCBC. Windows color (decimal): -1852829 or 6535907. OLE color: 6535907.
HSL color Cylindrical-coordinate representation of color #E3BA63: hue angle of 40.78º degrees, saturation: 0.7, 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 #E3BA63 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 99 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.11 |
| HSL | 40.78º | 0.7% | 0.64% | - |
| HSV(B) | 40.78º | 0.56% | 0.89% | - |
| XYZ | 51.49 | 52.35 | 19.2 | - |
| YUV | 188.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 99 | 0 | 0.18 | 0.56 | 0.11 | 40.78 | 0.7 | 0.64 |
| Hex | E3 | BA | 63 | 0 | 12 | 38 | B | 29 | 46 | 40 |
| Octal | 343 | 272 | 143 | 0 | 22 | 70 | 13 | 51 | 106 | 100 |
| Binary | 11100011 | 10111010 | 1100011 | 0 | 10010 | 111000 | 1011 | 101001 | 1000110 | 1000000 |
Color Harmonies of #E3BA63
Complementary color
Monochromatic Colors of #E3BA63
Black with #E3BA63
Text Example
Text Example
White with #E3BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA63; }
p { color: rgb(227,186,99); }
H1.HeaderClassName
{
color: #E3BA63;
}
.AnyTagClassName
{
color: #E3BA63;
}
</style>
background-color css
<style>
a { background-color: #E3BA63; }
a { background-color: rgb(227,186,99); }
div.DivClassName
{
background-color: #E3BA63;
}
.BgClassName
{
background-color: #E3BA63;
}
</style>
border-color css
<style>
span { border-color: #E3BA63; }
span { border-color: rgb(227,186,99); }
td.TdClassName
{
border-color: #E3BA63;
}
.TagClassName
{
border-color: #E3BA63;
}
</style>