Shades of Tumbleweed #E5AA86
Tints of Tumbleweed #E5AA86
RGB
CMYK
RGB Variations
Color information
#E5AA86 (or 0xE5AA86) is known color: Tumbleweed. HEX triplet: E5, AA and 86. RGB value is (229,170,134). Sum of RGB (Red+Green+Blue) = 229+170+134=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA86 is #1A5579. Grayscale: #B7B7B7. Windows color (decimal): -1725818 or 8825573. OLE color: 8825573.
HSL color Cylindrical-coordinate representation of color #E5AA86: hue angle of 22.74º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5AA86 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 134 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.10 |
| HSL | 22.74º | 0.65% | 0.71% | - |
| HSV(B) | 22.74º | 0.41% | 0.9% | - |
| XYZ | 50.99 | 47.13 | 28.96 | - |
| YUV | 183.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 134 | 0 | 0.26 | 0.41 | 0.10 | 22.74 | 0.65 | 0.71 |
| Hex | E5 | AA | 86 | 0 | 1A | 29 | A | 17 | 41 | 47 |
| Octal | 345 | 252 | 206 | 0 | 32 | 51 | 12 | 27 | 101 | 107 |
| Binary | 11100101 | 10101010 | 10000110 | 0 | 11010 | 101001 | 1010 | 10111 | 1000001 | 1000111 |
Color Harmonies of #E5AA86
Complementary color
Monochromatic Colors of #E5AA86
Black with #E5AA86
Text Example
Text Example
White with #E5AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA86; }
p { color: rgb(229,170,134); }
H1.HeaderClassName
{
color: #E5AA86;
}
.AnyTagClassName
{
color: #E5AA86;
}
</style>
background-color css
<style>
a { background-color: #E5AA86; }
a { background-color: rgb(229,170,134); }
div.DivClassName
{
background-color: #E5AA86;
}
.BgClassName
{
background-color: #E5AA86;
}
</style>
border-color css
<style>
span { border-color: #E5AA86; }
span { border-color: rgb(229,170,134); }
td.TdClassName
{
border-color: #E5AA86;
}
.TagClassName
{
border-color: #E5AA86;
}
</style>