Shades of Harvest Gold #E7B066
Tints of Harvest Gold #E7B066
RGB
CMYK
RGB Variations
Color information
#E7B066 (or 0xE7B066) is known color: Harvest Gold. HEX triplet: E7, B0 and 66. RGB value is (231,176,102). Sum of RGB (Red+Green+Blue) = 231+176+102=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B066 is #184F99. Grayscale: #B8B8B8. Windows color (decimal): -1593242 or 6729959. OLE color: 6729959.
HSL color Cylindrical-coordinate representation of color #E7B066: hue angle of 34.42º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7B066 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 102 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.09 |
| HSL | 34.42º | 0.73% | 0.65% | - |
| HSV(B) | 34.42º | 0.56% | 0.91% | - |
| XYZ | 50.88 | 49 | 19.35 | - |
| YUV | 184.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 102 | 0 | 0.24 | 0.56 | 0.09 | 34.42 | 0.73 | 0.65 |
| Hex | E7 | B0 | 66 | 0 | 18 | 38 | 9 | 22 | 49 | 41 |
| Octal | 347 | 260 | 146 | 0 | 30 | 70 | 11 | 42 | 111 | 101 |
| Binary | 11100111 | 10110000 | 1100110 | 0 | 11000 | 111000 | 1001 | 100010 | 1001001 | 1000001 |
Color Harmonies of #E7B066
Complementary color
Monochromatic Colors of #E7B066
Black with #E7B066
Text Example
Text Example
White with #E7B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B066; }
p { color: rgb(231,176,102); }
H1.HeaderClassName
{
color: #E7B066;
}
.AnyTagClassName
{
color: #E7B066;
}
</style>
background-color css
<style>
a { background-color: #E7B066; }
a { background-color: rgb(231,176,102); }
div.DivClassName
{
background-color: #E7B066;
}
.BgClassName
{
background-color: #E7B066;
}
</style>
border-color css
<style>
span { border-color: #E7B066; }
span { border-color: rgb(231,176,102); }
td.TdClassName
{
border-color: #E7B066;
}
.TagClassName
{
border-color: #E7B066;
}
</style>