Shades of Harvest Gold #E7B26C
Tints of Harvest Gold #E7B26C
RGB
CMYK
RGB Variations
Color information
#E7B26C (or 0xE7B26C) is known color: Harvest Gold. HEX triplet: E7, B2 and 6C. RGB value is (231,178,108). Sum of RGB (Red+Green+Blue) = 231+178+108=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B26C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B26C is #184D93. Grayscale: #BABABA. Windows color (decimal): -1592724 or 7123687. OLE color: 7123687.
HSL color Cylindrical-coordinate representation of color #E7B26C: hue angle of 34.15º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7B26C is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 108 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.09 |
| HSL | 34.15º | 0.72% | 0.66% | - |
| HSV(B) | 34.15º | 0.53% | 0.91% | - |
| XYZ | 51.58 | 49.91 | 21.1 | - |
| YUV | 185.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 108 | 0 | 0.23 | 0.53 | 0.09 | 34.15 | 0.72 | 0.66 |
| Hex | E7 | B2 | 6C | 0 | 17 | 35 | 9 | 22 | 48 | 42 |
| Octal | 347 | 262 | 154 | 0 | 27 | 65 | 11 | 42 | 110 | 102 |
| Binary | 11100111 | 10110010 | 1101100 | 0 | 10111 | 110101 | 1001 | 100010 | 1001000 | 1000010 |
Color Harmonies of #E7B26C
Complementary color
Monochromatic Colors of #E7B26C
Black with #E7B26C
Text Example
Text Example
White with #E7B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B26C; }
p { color: rgb(231,178,108); }
H1.HeaderClassName
{
color: #E7B26C;
}
.AnyTagClassName
{
color: #E7B26C;
}
</style>
background-color css
<style>
a { background-color: #E7B26C; }
a { background-color: rgb(231,178,108); }
div.DivClassName
{
background-color: #E7B26C;
}
.BgClassName
{
background-color: #E7B26C;
}
</style>
border-color css
<style>
span { border-color: #E7B26C; }
span { border-color: rgb(231,178,108); }
td.TdClassName
{
border-color: #E7B26C;
}
.TagClassName
{
border-color: #E7B26C;
}
</style>