Shades of Harvest Gold #E7B369
Tints of Harvest Gold #E7B369
RGB
CMYK
RGB Variations
Color information
#E7B369 (or 0xE7B369) is known color: Harvest Gold. HEX triplet: E7, B3 and 69. RGB value is (231,179,105). Sum of RGB (Red+Green+Blue) = 231+179+105=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B369 is #184C96. Grayscale: #BABABA. Windows color (decimal): -1592471 or 6927335. OLE color: 6927335.
HSL color Cylindrical-coordinate representation of color #E7B369: hue angle of 35.24º 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 #E7B369 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 105 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.09 |
| HSL | 35.24º | 0.72% | 0.66% | - |
| HSV(B) | 35.24º | 0.55% | 0.91% | - |
| XYZ | 51.62 | 50.25 | 20.34 | - |
| YUV | 186.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 105 | 0 | 0.23 | 0.55 | 0.09 | 35.24 | 0.72 | 0.66 |
| Hex | E7 | B3 | 69 | 0 | 17 | 37 | 9 | 23 | 48 | 42 |
| Octal | 347 | 263 | 151 | 0 | 27 | 67 | 11 | 43 | 110 | 102 |
| Binary | 11100111 | 10110011 | 1101001 | 0 | 10111 | 110111 | 1001 | 100011 | 1001000 | 1000010 |
Color Harmonies of #E7B369
Complementary color
Monochromatic Colors of #E7B369
Black with #E7B369
Text Example
Text Example
White with #E7B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B369; }
p { color: rgb(231,179,105); }
H1.HeaderClassName
{
color: #E7B369;
}
.AnyTagClassName
{
color: #E7B369;
}
</style>
background-color css
<style>
a { background-color: #E7B369; }
a { background-color: rgb(231,179,105); }
div.DivClassName
{
background-color: #E7B369;
}
.BgClassName
{
background-color: #E7B369;
}
</style>
border-color css
<style>
span { border-color: #E7B369; }
span { border-color: rgb(231,179,105); }
td.TdClassName
{
border-color: #E7B369;
}
.TagClassName
{
border-color: #E7B369;
}
</style>