Shades of Harvest Gold #E7BE6A
Tints of Harvest Gold #E7BE6A
RGB
CMYK
RGB Variations
Color information
#E7BE6A (or 0xE7BE6A) is known color: Harvest Gold. HEX triplet: E7, BE and 6A. RGB value is (231,190,106). Sum of RGB (Red+Green+Blue) = 231+190+106=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE6A is #184195. Grayscale: #C1C1C1. Windows color (decimal): -1589654 or 6995687. OLE color: 6995687.
HSL color Cylindrical-coordinate representation of color #E7BE6A: hue angle of 40.32º 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 #E7BE6A is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 106 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.09 |
| HSL | 40.32º | 0.72% | 0.66% | - |
| HSV(B) | 40.32º | 0.54% | 0.91% | - |
| XYZ | 53.97 | 54.86 | 21.38 | - |
| YUV | 192.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 106 | 0 | 0.18 | 0.54 | 0.09 | 40.32 | 0.72 | 0.66 |
| Hex | E7 | BE | 6A | 0 | 12 | 36 | 9 | 28 | 48 | 42 |
| Octal | 347 | 276 | 152 | 0 | 22 | 66 | 11 | 50 | 110 | 102 |
| Binary | 11100111 | 10111110 | 1101010 | 0 | 10010 | 110110 | 1001 | 101000 | 1001000 | 1000010 |
Color Harmonies of #E7BE6A
Complementary color
Monochromatic Colors of #E7BE6A
Black with #E7BE6A
Text Example
Text Example
White with #E7BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE6A; }
p { color: rgb(231,190,106); }
H1.HeaderClassName
{
color: #E7BE6A;
}
.AnyTagClassName
{
color: #E7BE6A;
}
</style>
background-color css
<style>
a { background-color: #E7BE6A; }
a { background-color: rgb(231,190,106); }
div.DivClassName
{
background-color: #E7BE6A;
}
.BgClassName
{
background-color: #E7BE6A;
}
</style>
border-color css
<style>
span { border-color: #E7BE6A; }
span { border-color: rgb(231,190,106); }
td.TdClassName
{
border-color: #E7BE6A;
}
.TagClassName
{
border-color: #E7BE6A;
}
</style>