Shades of Harvest Gold #E7BF6B
Tints of Harvest Gold #E7BF6B
RGB
CMYK
RGB Variations
Color information
#E7BF6B (or 0xE7BF6B) is known color: Harvest Gold. HEX triplet: E7, BF and 6B. RGB value is (231,191,107). Sum of RGB (Red+Green+Blue) = 231+191+107=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF6B is #184094. Grayscale: #C1C1C1. Windows color (decimal): -1589397 or 7061479. OLE color: 7061479.
HSL color Cylindrical-coordinate representation of color #E7BF6B: hue angle of 40.65º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7BF6B is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 107 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.09 |
| HSL | 40.65º | 0.72% | 0.66% | - |
| HSV(B) | 40.65º | 0.54% | 0.91% | - |
| XYZ | 54.24 | 55.31 | 21.73 | - |
| YUV | 193.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 107 | 0 | 0.17 | 0.54 | 0.09 | 40.65 | 0.72 | 0.66 |
| Hex | E7 | BF | 6B | 0 | 11 | 36 | 9 | 29 | 48 | 42 |
| Octal | 347 | 277 | 153 | 0 | 21 | 66 | 11 | 51 | 110 | 102 |
| Binary | 11100111 | 10111111 | 1101011 | 0 | 10001 | 110110 | 1001 | 101001 | 1001000 | 1000010 |
Color Harmonies of #E7BF6B
Complementary color
Monochromatic Colors of #E7BF6B
Black with #E7BF6B
Text Example
Text Example
White with #E7BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF6B; }
p { color: rgb(231,191,107); }
H1.HeaderClassName
{
color: #E7BF6B;
}
.AnyTagClassName
{
color: #E7BF6B;
}
</style>
background-color css
<style>
a { background-color: #E7BF6B; }
a { background-color: rgb(231,191,107); }
div.DivClassName
{
background-color: #E7BF6B;
}
.BgClassName
{
background-color: #E7BF6B;
}
</style>
border-color css
<style>
span { border-color: #E7BF6B; }
span { border-color: rgb(231,191,107); }
td.TdClassName
{
border-color: #E7BF6B;
}
.TagClassName
{
border-color: #E7BF6B;
}
</style>