Shades of Harvest Gold #E8BA67
Tints of Harvest Gold #E8BA67
RGB
CMYK
RGB Variations
Color information
#E8BA67 (or 0xE8BA67) is known color: Harvest Gold. HEX triplet: E8, BA and 67. RGB value is (232,186,103). Sum of RGB (Red+Green+Blue) = 232+186+103=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA67 is #174598. Grayscale: #BEBEBE. Windows color (decimal): -1525145 or 6798056. OLE color: 6798056.
HSL color Cylindrical-coordinate representation of color #E8BA67: hue angle of 38.6º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8BA67 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 103 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.09 |
| HSL | 38.6º | 0.74% | 0.66% | - |
| HSV(B) | 38.6º | 0.56% | 0.91% | - |
| XYZ | 53.29 | 53.25 | 20.3 | - |
| YUV | 190.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 103 | 0 | 0.20 | 0.56 | 0.09 | 38.6 | 0.74 | 0.66 |
| Hex | E8 | BA | 67 | 0 | 14 | 38 | 9 | 27 | 4A | 42 |
| Octal | 350 | 272 | 147 | 0 | 24 | 70 | 11 | 47 | 112 | 102 |
| Binary | 11101000 | 10111010 | 1100111 | 0 | 10100 | 111000 | 1001 | 100111 | 1001010 | 1000010 |
Color Harmonies of #E8BA67
Complementary color
Monochromatic Colors of #E8BA67
Black with #E8BA67
Text Example
Text Example
White with #E8BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA67; }
p { color: rgb(232,186,103); }
H1.HeaderClassName
{
color: #E8BA67;
}
.AnyTagClassName
{
color: #E8BA67;
}
</style>
background-color css
<style>
a { background-color: #E8BA67; }
a { background-color: rgb(232,186,103); }
div.DivClassName
{
background-color: #E8BA67;
}
.BgClassName
{
background-color: #E8BA67;
}
</style>
border-color css
<style>
span { border-color: #E8BA67; }
span { border-color: rgb(232,186,103); }
td.TdClassName
{
border-color: #E8BA67;
}
.TagClassName
{
border-color: #E8BA67;
}
</style>