Shades of Tumbleweed #E6A585
Tints of Tumbleweed #E6A585
RGB
CMYK
RGB Variations
Color information
#E6A585 (or 0xE6A585) is known color: Tumbleweed. HEX triplet: E6, A5 and 85. RGB value is (230,165,133). Sum of RGB (Red+Green+Blue) = 230+165+133=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A585 is #195A7A. Grayscale: #B4B4B4. Windows color (decimal): -1661563 or 8758758. OLE color: 8758758.
HSL color Cylindrical-coordinate representation of color #E6A585: hue angle of 19.79º 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 #E6A585 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 133 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.10 |
| HSL | 19.79º | 0.66% | 0.71% | - |
| HSV(B) | 19.79º | 0.42% | 0.9% | - |
| XYZ | 50.32 | 45.43 | 28.31 | - |
| YUV | 180.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 133 | 0 | 0.28 | 0.42 | 0.10 | 19.79 | 0.66 | 0.71 |
| Hex | E6 | A5 | 85 | 0 | 1C | 2A | A | 14 | 42 | 47 |
| Octal | 346 | 245 | 205 | 0 | 34 | 52 | 12 | 24 | 102 | 107 |
| Binary | 11100110 | 10100101 | 10000101 | 0 | 11100 | 101010 | 1010 | 10100 | 1000010 | 1000111 |
Color Harmonies of #E6A585
Complementary color
Monochromatic Colors of #E6A585
Black with #E6A585
Text Example
Text Example
White with #E6A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A585; }
p { color: rgb(230,165,133); }
H1.HeaderClassName
{
color: #E6A585;
}
.AnyTagClassName
{
color: #E6A585;
}
</style>
background-color css
<style>
a { background-color: #E6A585; }
a { background-color: rgb(230,165,133); }
div.DivClassName
{
background-color: #E6A585;
}
.BgClassName
{
background-color: #E6A585;
}
</style>
border-color css
<style>
span { border-color: #E6A585; }
span { border-color: rgb(230,165,133); }
td.TdClassName
{
border-color: #E6A585;
}
.TagClassName
{
border-color: #E6A585;
}
</style>