Shades of Harvest Gold #E8BF69
Tints of Harvest Gold #E8BF69
RGB
CMYK
RGB Variations
Color information
#E8BF69 (or 0xE8BF69) is known color: Harvest Gold. HEX triplet: E8, BF and 69. RGB value is (232,191,105). Sum of RGB (Red+Green+Blue) = 232+191+105=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BF69 is #174096. Grayscale: #C1C1C1. Windows color (decimal): -1523863 or 6930408. OLE color: 6930408.
HSL color Cylindrical-coordinate representation of color #E8BF69: hue angle of 40.63º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8BF69 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 105 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.09 |
| HSL | 40.63º | 0.73% | 0.66% | - |
| HSV(B) | 40.63º | 0.55% | 0.91% | - |
| XYZ | 54.46 | 55.44 | 21.19 | - |
| YUV | 193.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 105 | 0 | 0.18 | 0.55 | 0.09 | 40.63 | 0.73 | 0.66 |
| Hex | E8 | BF | 69 | 0 | 12 | 37 | 9 | 29 | 49 | 42 |
| Octal | 350 | 277 | 151 | 0 | 22 | 67 | 11 | 51 | 111 | 102 |
| Binary | 11101000 | 10111111 | 1101001 | 0 | 10010 | 110111 | 1001 | 101001 | 1001001 | 1000010 |
Color Harmonies of #E8BF69
Complementary color
Monochromatic Colors of #E8BF69
Black with #E8BF69
Text Example
Text Example
White with #E8BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BF69; }
p { color: rgb(232,191,105); }
H1.HeaderClassName
{
color: #E8BF69;
}
.AnyTagClassName
{
color: #E8BF69;
}
</style>
background-color css
<style>
a { background-color: #E8BF69; }
a { background-color: rgb(232,191,105); }
div.DivClassName
{
background-color: #E8BF69;
}
.BgClassName
{
background-color: #E8BF69;
}
</style>
border-color css
<style>
span { border-color: #E8BF69; }
span { border-color: rgb(232,191,105); }
td.TdClassName
{
border-color: #E8BF69;
}
.TagClassName
{
border-color: #E8BF69;
}
</style>