Shades of Tumbleweed #E0AA85
Tints of Tumbleweed #E0AA85
RGB
CMYK
RGB Variations
Color information
#E0AA85 (or 0xE0AA85) is known color: Tumbleweed. HEX triplet: E0, AA and 85. RGB value is (224,170,133). Sum of RGB (Red+Green+Blue) = 224+170+133=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AA85 is #1F557A. Grayscale: #B6B6B6. Windows color (decimal): -2053499 or 8760032. OLE color: 8760032.
HSL color Cylindrical-coordinate representation of color #E0AA85: hue angle of 24.4º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0AA85 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 133 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.12 |
| HSL | 24.4º | 0.59% | 0.7% | - |
| HSV(B) | 24.4º | 0.41% | 0.88% | - |
| XYZ | 49.35 | 46.29 | 28.52 | - |
| YUV | 181.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 133 | 0 | 0.24 | 0.41 | 0.12 | 24.4 | 0.59 | 0.7 |
| Hex | E0 | AA | 85 | 0 | 18 | 29 | C | 18 | 3B | 46 |
| Octal | 340 | 252 | 205 | 0 | 30 | 51 | 14 | 30 | 73 | 106 |
| Binary | 11100000 | 10101010 | 10000101 | 0 | 11000 | 101001 | 1100 | 11000 | 111011 | 1000110 |
Color Harmonies of #E0AA85
Complementary color
Monochromatic Colors of #E0AA85
Black with #E0AA85
Text Example
Text Example
White with #E0AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA85; }
p { color: rgb(224,170,133); }
H1.HeaderClassName
{
color: #E0AA85;
}
.AnyTagClassName
{
color: #E0AA85;
}
</style>
background-color css
<style>
a { background-color: #E0AA85; }
a { background-color: rgb(224,170,133); }
div.DivClassName
{
background-color: #E0AA85;
}
.BgClassName
{
background-color: #E0AA85;
}
</style>
border-color css
<style>
span { border-color: #E0AA85; }
span { border-color: rgb(224,170,133); }
td.TdClassName
{
border-color: #E0AA85;
}
.TagClassName
{
border-color: #E0AA85;
}
</style>