Shades of Tumbleweed #ECAA86
Tints of Tumbleweed #ECAA86
RGB
CMYK
RGB Variations
Color information
#ECAA86 (or 0xECAA86) is known color: Tumbleweed. HEX triplet: EC, AA and 86. RGB value is (236,170,134). Sum of RGB (Red+Green+Blue) = 236+170+134=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA86 is #135579. Grayscale: #B9B9B9. Windows color (decimal): -1267066 or 8825580. OLE color: 8825580.
HSL color Cylindrical-coordinate representation of color #ECAA86: hue angle of 21.18º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECAA86 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 134 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.07 |
| HSL | 21.18º | 0.73% | 0.73% | - |
| HSV(B) | 21.18º | 0.43% | 0.93% | - |
| XYZ | 53.27 | 48.3 | 29.07 | - |
| YUV | 185.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 134 | 0 | 0.28 | 0.43 | 0.07 | 21.18 | 0.73 | 0.73 |
| Hex | EC | AA | 86 | 0 | 1C | 2B | 7 | 15 | 49 | 49 |
| Octal | 354 | 252 | 206 | 0 | 34 | 53 | 7 | 25 | 111 | 111 |
| Binary | 11101100 | 10101010 | 10000110 | 0 | 11100 | 101011 | 111 | 10101 | 1001001 | 1001001 |
Color Harmonies of #ECAA86
Complementary color
Monochromatic Colors of #ECAA86
Black with #ECAA86
Text Example
Text Example
White with #ECAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA86; }
p { color: rgb(236,170,134); }
H1.HeaderClassName
{
color: #ECAA86;
}
.AnyTagClassName
{
color: #ECAA86;
}
</style>
background-color css
<style>
a { background-color: #ECAA86; }
a { background-color: rgb(236,170,134); }
div.DivClassName
{
background-color: #ECAA86;
}
.BgClassName
{
background-color: #ECAA86;
}
</style>
border-color css
<style>
span { border-color: #ECAA86; }
span { border-color: rgb(236,170,134); }
td.TdClassName
{
border-color: #ECAA86;
}
.TagClassName
{
border-color: #ECAA86;
}
</style>