Shades of Harvest Gold #E7B16B
Tints of Harvest Gold #E7B16B
RGB
CMYK
RGB Variations
Color information
#E7B16B (or 0xE7B16B) is known color: Harvest Gold. HEX triplet: E7, B1 and 6B. RGB value is (231,177,107). Sum of RGB (Red+Green+Blue) = 231+177+107=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B16B is #184E94. Grayscale: #B9B9B9. Windows color (decimal): -1592981 or 7057895. OLE color: 7057895.
HSL color Cylindrical-coordinate representation of color #E7B16B: hue angle of 33.87º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7B16B is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 107 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.09 |
| HSL | 33.87º | 0.72% | 0.66% | - |
| HSV(B) | 33.87º | 0.54% | 0.91% | - |
| XYZ | 51.33 | 49.49 | 20.76 | - |
| YUV | 185.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 107 | 0 | 0.23 | 0.54 | 0.09 | 33.87 | 0.72 | 0.66 |
| Hex | E7 | B1 | 6B | 0 | 17 | 36 | 9 | 22 | 48 | 42 |
| Octal | 347 | 261 | 153 | 0 | 27 | 66 | 11 | 42 | 110 | 102 |
| Binary | 11100111 | 10110001 | 1101011 | 0 | 10111 | 110110 | 1001 | 100010 | 1001000 | 1000010 |
Color Harmonies of #E7B16B
Complementary color
Monochromatic Colors of #E7B16B
Black with #E7B16B
Text Example
Text Example
White with #E7B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B16B; }
p { color: rgb(231,177,107); }
H1.HeaderClassName
{
color: #E7B16B;
}
.AnyTagClassName
{
color: #E7B16B;
}
</style>
background-color css
<style>
a { background-color: #E7B16B; }
a { background-color: rgb(231,177,107); }
div.DivClassName
{
background-color: #E7B16B;
}
.BgClassName
{
background-color: #E7B16B;
}
</style>
border-color css
<style>
span { border-color: #E7B16B; }
span { border-color: rgb(231,177,107); }
td.TdClassName
{
border-color: #E7B16B;
}
.TagClassName
{
border-color: #E7B16B;
}
</style>