Shades of Harvest Gold #E8BE6D
Tints of Harvest Gold #E8BE6D
RGB
CMYK
RGB Variations
Color information
#E8BE6D (or 0xE8BE6D) is known color: Harvest Gold. HEX triplet: E8, BE and 6D. RGB value is (232,190,109). Sum of RGB (Red+Green+Blue) = 232+190+109=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BE6D is #174192. Grayscale: #C1C1C1. Windows color (decimal): -1524115 or 7192296. OLE color: 7192296.
HSL color Cylindrical-coordinate representation of color #E8BE6D: hue angle of 39.51º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8BE6D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 109 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.09 |
| HSL | 39.51º | 0.73% | 0.67% | - |
| HSV(B) | 39.51º | 0.53% | 0.91% | - |
| XYZ | 54.45 | 55.09 | 22.23 | - |
| YUV | 193.32 | 80.41 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 109 | 0 | 0.18 | 0.53 | 0.09 | 39.51 | 0.73 | 0.67 |
| Hex | E8 | BE | 6D | 0 | 12 | 35 | 9 | 28 | 49 | 43 |
| Octal | 350 | 276 | 155 | 0 | 22 | 65 | 11 | 50 | 111 | 103 |
| Binary | 11101000 | 10111110 | 1101101 | 0 | 10010 | 110101 | 1001 | 101000 | 1001001 | 1000011 |
Color Harmonies of #E8BE6D
Complementary color
Monochromatic Colors of #E8BE6D
Black with #E8BE6D
Text Example
Text Example
White with #E8BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BE6D; }
p { color: rgb(232,190,109); }
H1.HeaderClassName
{
color: #E8BE6D;
}
.AnyTagClassName
{
color: #E8BE6D;
}
</style>
background-color css
<style>
a { background-color: #E8BE6D; }
a { background-color: rgb(232,190,109); }
div.DivClassName
{
background-color: #E8BE6D;
}
.BgClassName
{
background-color: #E8BE6D;
}
</style>
border-color css
<style>
span { border-color: #E8BE6D; }
span { border-color: rgb(232,190,109); }
td.TdClassName
{
border-color: #E8BE6D;
}
.TagClassName
{
border-color: #E8BE6D;
}
</style>