Shades of Harvest Gold #E7B168
Tints of Harvest Gold #E7B168
RGB
CMYK
RGB Variations
Color information
#E7B168 (or 0xE7B168) is known color: Harvest Gold. HEX triplet: E7, B1 and 68. RGB value is (231,177,104). Sum of RGB (Red+Green+Blue) = 231+177+104=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B168 is #184E97. Grayscale: #B9B9B9. Windows color (decimal): -1592984 or 6861287. OLE color: 6861287.
HSL color Cylindrical-coordinate representation of color #E7B168: hue angle of 34.49º degrees, saturation: 0.73, 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 #E7B168 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 104 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.09 |
| HSL | 34.49º | 0.73% | 0.66% | - |
| HSV(B) | 34.49º | 0.55% | 0.91% | - |
| XYZ | 51.18 | 49.43 | 19.94 | - |
| YUV | 184.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 104 | 0 | 0.23 | 0.55 | 0.09 | 34.49 | 0.73 | 0.66 |
| Hex | E7 | B1 | 68 | 0 | 17 | 37 | 9 | 22 | 49 | 42 |
| Octal | 347 | 261 | 150 | 0 | 27 | 67 | 11 | 42 | 111 | 102 |
| Binary | 11100111 | 10110001 | 1101000 | 0 | 10111 | 110111 | 1001 | 100010 | 1001001 | 1000010 |
Color Harmonies of #E7B168
Complementary color
Monochromatic Colors of #E7B168
Black with #E7B168
Text Example
Text Example
White with #E7B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B168; }
p { color: rgb(231,177,104); }
H1.HeaderClassName
{
color: #E7B168;
}
.AnyTagClassName
{
color: #E7B168;
}
</style>
background-color css
<style>
a { background-color: #E7B168; }
a { background-color: rgb(231,177,104); }
div.DivClassName
{
background-color: #E7B168;
}
.BgClassName
{
background-color: #E7B168;
}
</style>
border-color css
<style>
span { border-color: #E7B168; }
span { border-color: rgb(231,177,104); }
td.TdClassName
{
border-color: #E7B168;
}
.TagClassName
{
border-color: #E7B168;
}
</style>