Shades of Tumbleweed #E2A585
Tints of Tumbleweed #E2A585
RGB
CMYK
RGB Variations
Color information
#E2A585 (or 0xE2A585) is known color: Tumbleweed. HEX triplet: E2, A5 and 85. RGB value is (226,165,133). Sum of RGB (Red+Green+Blue) = 226+165+133=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A585 is #1D5A7A. Grayscale: #B3B3B3. Windows color (decimal): -1923707 or 8758754. OLE color: 8758754.
HSL color Cylindrical-coordinate representation of color #E2A585: hue angle of 20.65º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2A585 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 133 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.11 |
| HSL | 20.65º | 0.62% | 0.7% | - |
| HSV(B) | 20.65º | 0.41% | 0.89% | - |
| XYZ | 49.05 | 44.77 | 28.25 | - |
| YUV | 179.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 133 | 0 | 0.27 | 0.41 | 0.11 | 20.65 | 0.62 | 0.7 |
| Hex | E2 | A5 | 85 | 0 | 1B | 29 | B | 15 | 3E | 46 |
| Octal | 342 | 245 | 205 | 0 | 33 | 51 | 13 | 25 | 76 | 106 |
| Binary | 11100010 | 10100101 | 10000101 | 0 | 11011 | 101001 | 1011 | 10101 | 111110 | 1000110 |
Color Harmonies of #E2A585
Complementary color
Monochromatic Colors of #E2A585
Black with #E2A585
Text Example
Text Example
White with #E2A585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A585; }
p { color: rgb(226,165,133); }
H1.HeaderClassName
{
color: #E2A585;
}
.AnyTagClassName
{
color: #E2A585;
}
</style>
background-color css
<style>
a { background-color: #E2A585; }
a { background-color: rgb(226,165,133); }
div.DivClassName
{
background-color: #E2A585;
}
.BgClassName
{
background-color: #E2A585;
}
</style>
border-color css
<style>
span { border-color: #E2A585; }
span { border-color: rgb(226,165,133); }
td.TdClassName
{
border-color: #E2A585;
}
.TagClassName
{
border-color: #E2A585;
}
</style>