Shades of Harvest Gold #E7BF6C
Tints of Harvest Gold #E7BF6C
RGB
CMYK
RGB Variations
Color information
#E7BF6C (or 0xE7BF6C) is known color: Harvest Gold. HEX triplet: E7, BF and 6C. RGB value is (231,191,108). Sum of RGB (Red+Green+Blue) = 231+191+108=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF6C is #184093. Grayscale: #C1C1C1. Windows color (decimal): -1589396 or 7127015. OLE color: 7127015.
HSL color Cylindrical-coordinate representation of color #E7BF6C: hue angle of 40.49º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7BF6C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 108 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.09 |
| HSL | 40.49º | 0.72% | 0.66% | - |
| HSV(B) | 40.49º | 0.53% | 0.91% | - |
| XYZ | 54.29 | 55.33 | 22.01 | - |
| YUV | 193.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 108 | 0 | 0.17 | 0.53 | 0.09 | 40.49 | 0.72 | 0.66 |
| Hex | E7 | BF | 6C | 0 | 11 | 35 | 9 | 28 | 48 | 42 |
| Octal | 347 | 277 | 154 | 0 | 21 | 65 | 11 | 50 | 110 | 102 |
| Binary | 11100111 | 10111111 | 1101100 | 0 | 10001 | 110101 | 1001 | 101000 | 1001000 | 1000010 |
Color Harmonies of #E7BF6C
Complementary color
Monochromatic Colors of #E7BF6C
Black with #E7BF6C
Text Example
Text Example
White with #E7BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF6C; }
p { color: rgb(231,191,108); }
H1.HeaderClassName
{
color: #E7BF6C;
}
.AnyTagClassName
{
color: #E7BF6C;
}
</style>
background-color css
<style>
a { background-color: #E7BF6C; }
a { background-color: rgb(231,191,108); }
div.DivClassName
{
background-color: #E7BF6C;
}
.BgClassName
{
background-color: #E7BF6C;
}
</style>
border-color css
<style>
span { border-color: #E7BF6C; }
span { border-color: rgb(231,191,108); }
td.TdClassName
{
border-color: #E7BF6C;
}
.TagClassName
{
border-color: #E7BF6C;
}
</style>