Shades of Harvest Gold #E7B769
Tints of Harvest Gold #E7B769
RGB
CMYK
RGB Variations
Color information
#E7B769 (or 0xE7B769) is known color: Harvest Gold. HEX triplet: E7, B7 and 69. RGB value is (231,183,105). Sum of RGB (Red+Green+Blue) = 231+183+105=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B769 is #184896. Grayscale: #BCBCBC. Windows color (decimal): -1591447 or 6928359. OLE color: 6928359.
HSL color Cylindrical-coordinate representation of color #E7B769: hue angle of 37.14º degrees, saturation: 0.72, 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 #E7B769 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 105 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.09 |
| HSL | 37.14º | 0.72% | 0.66% | - |
| HSV(B) | 37.14º | 0.55% | 0.91% | - |
| XYZ | 52.44 | 51.88 | 20.61 | - |
| YUV | 188.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 105 | 0 | 0.21 | 0.55 | 0.09 | 37.14 | 0.72 | 0.66 |
| Hex | E7 | B7 | 69 | 0 | 15 | 37 | 9 | 25 | 48 | 42 |
| Octal | 347 | 267 | 151 | 0 | 25 | 67 | 11 | 45 | 110 | 102 |
| Binary | 11100111 | 10110111 | 1101001 | 0 | 10101 | 110111 | 1001 | 100101 | 1001000 | 1000010 |
Color Harmonies of #E7B769
Complementary color
Monochromatic Colors of #E7B769
Black with #E7B769
Text Example
Text Example
White with #E7B769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B769; }
p { color: rgb(231,183,105); }
H1.HeaderClassName
{
color: #E7B769;
}
.AnyTagClassName
{
color: #E7B769;
}
</style>
background-color css
<style>
a { background-color: #E7B769; }
a { background-color: rgb(231,183,105); }
div.DivClassName
{
background-color: #E7B769;
}
.BgClassName
{
background-color: #E7B769;
}
</style>
border-color css
<style>
span { border-color: #E7B769; }
span { border-color: rgb(231,183,105); }
td.TdClassName
{
border-color: #E7B769;
}
.TagClassName
{
border-color: #E7B769;
}
</style>