Shades of Harvest Gold #E7B46D
Tints of Harvest Gold #E7B46D
RGB
CMYK
RGB Variations
Color information
#E7B46D (or 0xE7B46D) is known color: Harvest Gold. HEX triplet: E7, B4 and 6D. RGB value is (231,180,109). Sum of RGB (Red+Green+Blue) = 231+180+109=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B46D is #184B92. Grayscale: #BBBBBB. Windows color (decimal): -1592211 or 7189735. OLE color: 7189735.
HSL color Cylindrical-coordinate representation of color #E7B46D: hue angle of 34.92º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7B46D is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 109 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.09 |
| HSL | 34.92º | 0.72% | 0.67% | - |
| HSV(B) | 34.92º | 0.53% | 0.91% | - |
| XYZ | 52.04 | 50.74 | 21.52 | - |
| YUV | 187.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 109 | 0 | 0.22 | 0.53 | 0.09 | 34.92 | 0.72 | 0.67 |
| Hex | E7 | B4 | 6D | 0 | 16 | 35 | 9 | 23 | 48 | 43 |
| Octal | 347 | 264 | 155 | 0 | 26 | 65 | 11 | 43 | 110 | 103 |
| Binary | 11100111 | 10110100 | 1101101 | 0 | 10110 | 110101 | 1001 | 100011 | 1001000 | 1000011 |
Color Harmonies of #E7B46D
Complementary color
Monochromatic Colors of #E7B46D
Black with #E7B46D
Text Example
Text Example
White with #E7B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B46D; }
p { color: rgb(231,180,109); }
H1.HeaderClassName
{
color: #E7B46D;
}
.AnyTagClassName
{
color: #E7B46D;
}
</style>
background-color css
<style>
a { background-color: #E7B46D; }
a { background-color: rgb(231,180,109); }
div.DivClassName
{
background-color: #E7B46D;
}
.BgClassName
{
background-color: #E7B46D;
}
</style>
border-color css
<style>
span { border-color: #E7B46D; }
span { border-color: rgb(231,180,109); }
td.TdClassName
{
border-color: #E7B46D;
}
.TagClassName
{
border-color: #E7B46D;
}
</style>