Shades of Harvest Gold #E8B761
Tints of Harvest Gold #E8B761
RGB
CMYK
RGB Variations
Color information
#E8B761 (or 0xE8B761) is known color: Harvest Gold. HEX triplet: E8, B7 and 61. RGB value is (232,183,97). Sum of RGB (Red+Green+Blue) = 232+183+97=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B761 is #17489E. Grayscale: #BCBCBC. Windows color (decimal): -1525919 or 6404072. OLE color: 6404072.
HSL color Cylindrical-coordinate representation of color #E8B761: hue angle of 38.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8B761 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 97 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.09 |
| HSL | 38.22º | 0.75% | 0.65% | - |
| HSV(B) | 38.22º | 0.58% | 0.91% | - |
| XYZ | 52.37 | 51.89 | 18.56 | - |
| YUV | 187.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 97 | 0 | 0.21 | 0.58 | 0.09 | 38.22 | 0.75 | 0.65 |
| Hex | E8 | B7 | 61 | 0 | 15 | 3A | 9 | 26 | 4B | 41 |
| Octal | 350 | 267 | 141 | 0 | 25 | 72 | 11 | 46 | 113 | 101 |
| Binary | 11101000 | 10110111 | 1100001 | 0 | 10101 | 111010 | 1001 | 100110 | 1001011 | 1000001 |
Color Harmonies of #E8B761
Complementary color
Monochromatic Colors of #E8B761
Black with #E8B761
Text Example
Text Example
White with #E8B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B761; }
p { color: rgb(232,183,97); }
H1.HeaderClassName
{
color: #E8B761;
}
.AnyTagClassName
{
color: #E8B761;
}
</style>
background-color css
<style>
a { background-color: #E8B761; }
a { background-color: rgb(232,183,97); }
div.DivClassName
{
background-color: #E8B761;
}
.BgClassName
{
background-color: #E8B761;
}
</style>
border-color css
<style>
span { border-color: #E8B761; }
span { border-color: rgb(232,183,97); }
td.TdClassName
{
border-color: #E8B761;
}
.TagClassName
{
border-color: #E8B761;
}
</style>