Shades of Harvest Gold #E7B669
Tints of Harvest Gold #E7B669
RGB
CMYK
RGB Variations
Color information
#E7B669 (or 0xE7B669) is known color: Harvest Gold. HEX triplet: E7, B6 and 69. RGB value is (231,182,105). Sum of RGB (Red+Green+Blue) = 231+182+105=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B669 is #184996. Grayscale: #BCBCBC. Windows color (decimal): -1591703 or 6928103. OLE color: 6928103.
HSL color Cylindrical-coordinate representation of color #E7B669: hue angle of 36.67º 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 #E7B669 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 105 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.09 |
| HSL | 36.67º | 0.72% | 0.66% | - |
| HSV(B) | 36.67º | 0.55% | 0.91% | - |
| XYZ | 52.23 | 51.46 | 20.55 | - |
| YUV | 187.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 105 | 0 | 0.21 | 0.55 | 0.09 | 36.67 | 0.72 | 0.66 |
| Hex | E7 | B6 | 69 | 0 | 15 | 37 | 9 | 25 | 48 | 42 |
| Octal | 347 | 266 | 151 | 0 | 25 | 67 | 11 | 45 | 110 | 102 |
| Binary | 11100111 | 10110110 | 1101001 | 0 | 10101 | 110111 | 1001 | 100101 | 1001000 | 1000010 |
Color Harmonies of #E7B669
Complementary color
Monochromatic Colors of #E7B669
Black with #E7B669
Text Example
Text Example
White with #E7B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B669; }
p { color: rgb(231,182,105); }
H1.HeaderClassName
{
color: #E7B669;
}
.AnyTagClassName
{
color: #E7B669;
}
</style>
background-color css
<style>
a { background-color: #E7B669; }
a { background-color: rgb(231,182,105); }
div.DivClassName
{
background-color: #E7B669;
}
.BgClassName
{
background-color: #E7B669;
}
</style>
border-color css
<style>
span { border-color: #E7B669; }
span { border-color: rgb(231,182,105); }
td.TdClassName
{
border-color: #E7B669;
}
.TagClassName
{
border-color: #E7B669;
}
</style>