Shades of Harvest Gold #E7B473
Tints of Harvest Gold #E7B473
RGB
CMYK
RGB Variations
Color information
#E7B473 (or 0xE7B473) is known color: Harvest Gold. HEX triplet: E7, B4 and 73. RGB value is (231,180,115). Sum of RGB (Red+Green+Blue) = 231+180+115=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B473 is #184B8C. Grayscale: #BCBCBC. Windows color (decimal): -1592205 or 7582951. OLE color: 7582951.
HSL color Cylindrical-coordinate representation of color #E7B473: hue angle of 33.62º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7B473 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 115 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.09 |
| HSL | 33.62º | 0.71% | 0.68% | - |
| HSV(B) | 33.62º | 0.5% | 0.91% | - |
| XYZ | 52.37 | 50.87 | 23.28 | - |
| YUV | 187.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 115 | 0 | 0.22 | 0.50 | 0.09 | 33.62 | 0.71 | 0.68 |
| Hex | E7 | B4 | 73 | 0 | 16 | 32 | 9 | 22 | 47 | 44 |
| Octal | 347 | 264 | 163 | 0 | 26 | 62 | 11 | 42 | 107 | 104 |
| Binary | 11100111 | 10110100 | 1110011 | 0 | 10110 | 110010 | 1001 | 100010 | 1000111 | 1000100 |
Color Harmonies of #E7B473
Complementary color
Monochromatic Colors of #E7B473
Black with #E7B473
Text Example
Text Example
White with #E7B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B473; }
p { color: rgb(231,180,115); }
H1.HeaderClassName
{
color: #E7B473;
}
.AnyTagClassName
{
color: #E7B473;
}
</style>
background-color css
<style>
a { background-color: #E7B473; }
a { background-color: rgb(231,180,115); }
div.DivClassName
{
background-color: #E7B473;
}
.BgClassName
{
background-color: #E7B473;
}
</style>
border-color css
<style>
span { border-color: #E7B473; }
span { border-color: rgb(231,180,115); }
td.TdClassName
{
border-color: #E7B473;
}
.TagClassName
{
border-color: #E7B473;
}
</style>