Shades of Tumbleweed #E6A885
Tints of Tumbleweed #E6A885
RGB
CMYK
RGB Variations
Color information
#E6A885 (or 0xE6A885) is known color: Tumbleweed. HEX triplet: E6, A8 and 85. RGB value is (230,168,133). Sum of RGB (Red+Green+Blue) = 230+168+133=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A885 is #19577A. Grayscale: #B6B6B6. Windows color (decimal): -1660795 or 8759526. OLE color: 8759526.
HSL color Cylindrical-coordinate representation of color #E6A885: hue angle of 21.65º 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 #E6A885 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 133 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.10 |
| HSL | 21.65º | 0.66% | 0.71% | - |
| HSV(B) | 21.65º | 0.42% | 0.9% | - |
| XYZ | 50.87 | 46.52 | 28.49 | - |
| YUV | 182.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 133 | 0 | 0.27 | 0.42 | 0.10 | 21.65 | 0.66 | 0.71 |
| Hex | E6 | A8 | 85 | 0 | 1B | 2A | A | 16 | 42 | 47 |
| Octal | 346 | 250 | 205 | 0 | 33 | 52 | 12 | 26 | 102 | 107 |
| Binary | 11100110 | 10101000 | 10000101 | 0 | 11011 | 101010 | 1010 | 10110 | 1000010 | 1000111 |
Color Harmonies of #E6A885
Complementary color
Monochromatic Colors of #E6A885
Black with #E6A885
Text Example
Text Example
White with #E6A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A885; }
p { color: rgb(230,168,133); }
H1.HeaderClassName
{
color: #E6A885;
}
.AnyTagClassName
{
color: #E6A885;
}
</style>
background-color css
<style>
a { background-color: #E6A885; }
a { background-color: rgb(230,168,133); }
div.DivClassName
{
background-color: #E6A885;
}
.BgClassName
{
background-color: #E6A885;
}
</style>
border-color css
<style>
span { border-color: #E6A885; }
span { border-color: rgb(230,168,133); }
td.TdClassName
{
border-color: #E6A885;
}
.TagClassName
{
border-color: #E6A885;
}
</style>