Shades of Tumbleweed #E6AA85
Tints of Tumbleweed #E6AA85
RGB
CMYK
RGB Variations
Color information
#E6AA85 (or 0xE6AA85) is known color: Tumbleweed. HEX triplet: E6, AA and 85. RGB value is (230,170,133). Sum of RGB (Red+Green+Blue) = 230+170+133=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA85 is #19557A. Grayscale: #B7B7B7. Windows color (decimal): -1660283 or 8760038. OLE color: 8760038.
HSL color Cylindrical-coordinate representation of color #E6AA85: hue angle of 22.89º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6AA85 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 133 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.10 |
| HSL | 22.89º | 0.66% | 0.71% | - |
| HSV(B) | 22.89º | 0.42% | 0.9% | - |
| XYZ | 51.24 | 47.27 | 28.61 | - |
| YUV | 183.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 133 | 0 | 0.26 | 0.42 | 0.10 | 22.89 | 0.66 | 0.71 |
| Hex | E6 | AA | 85 | 0 | 1A | 2A | A | 17 | 42 | 47 |
| Octal | 346 | 252 | 205 | 0 | 32 | 52 | 12 | 27 | 102 | 107 |
| Binary | 11100110 | 10101010 | 10000101 | 0 | 11010 | 101010 | 1010 | 10111 | 1000010 | 1000111 |
Color Harmonies of #E6AA85
Complementary color
Monochromatic Colors of #E6AA85
Black with #E6AA85
Text Example
Text Example
White with #E6AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA85; }
p { color: rgb(230,170,133); }
H1.HeaderClassName
{
color: #E6AA85;
}
.AnyTagClassName
{
color: #E6AA85;
}
</style>
background-color css
<style>
a { background-color: #E6AA85; }
a { background-color: rgb(230,170,133); }
div.DivClassName
{
background-color: #E6AA85;
}
.BgClassName
{
background-color: #E6AA85;
}
</style>
border-color css
<style>
span { border-color: #E6AA85; }
span { border-color: rgb(230,170,133); }
td.TdClassName
{
border-color: #E6AA85;
}
.TagClassName
{
border-color: #E6AA85;
}
</style>