Shades of Tumbleweed #E0A786
Tints of Tumbleweed #E0A786
RGB
CMYK
RGB Variations
Color information
#E0A786 (or 0xE0A786) is known color: Tumbleweed. HEX triplet: E0, A7 and 86. RGB value is (224,167,134). Sum of RGB (Red+Green+Blue) = 224+167+134=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A786 is #1F5879. Grayscale: #B4B4B4. Windows color (decimal): -2054266 or 8824800. OLE color: 8824800.
HSL color Cylindrical-coordinate representation of color #E0A786: hue angle of 22º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0A786 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 134 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.12 |
| HSL | 22º | 0.59% | 0.7% | - |
| HSV(B) | 22º | 0.4% | 0.88% | - |
| XYZ | 48.86 | 45.21 | 28.7 | - |
| YUV | 180.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 134 | 0 | 0.25 | 0.40 | 0.12 | 22 | 0.59 | 0.7 |
| Hex | E0 | A7 | 86 | 0 | 19 | 28 | C | 16 | 3B | 46 |
| Octal | 340 | 247 | 206 | 0 | 31 | 50 | 14 | 26 | 73 | 106 |
| Binary | 11100000 | 10100111 | 10000110 | 0 | 11001 | 101000 | 1100 | 10110 | 111011 | 1000110 |
Color Harmonies of #E0A786
Complementary color
Monochromatic Colors of #E0A786
Black with #E0A786
Text Example
Text Example
White with #E0A786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A786; }
p { color: rgb(224,167,134); }
H1.HeaderClassName
{
color: #E0A786;
}
.AnyTagClassName
{
color: #E0A786;
}
</style>
background-color css
<style>
a { background-color: #E0A786; }
a { background-color: rgb(224,167,134); }
div.DivClassName
{
background-color: #E0A786;
}
.BgClassName
{
background-color: #E0A786;
}
</style>
border-color css
<style>
span { border-color: #E0A786; }
span { border-color: rgb(224,167,134); }
td.TdClassName
{
border-color: #E0A786;
}
.TagClassName
{
border-color: #E0A786;
}
</style>