Shades of Tumbleweed #E2A082
Tints of Tumbleweed #E2A082
RGB
CMYK
RGB Variations
Color information
#E2A082 (or 0xE2A082) is known color: Tumbleweed. HEX triplet: E2, A0 and 82. RGB value is (226,160,130). Sum of RGB (Red+Green+Blue) = 226+160+130=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A082 is #1D5F7D. Grayscale: #B0B0B0. Windows color (decimal): -1924990 or 8560866. OLE color: 8560866.
HSL color Cylindrical-coordinate representation of color #E2A082: hue angle of 18.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2A082 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 130 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.11 |
| HSL | 18.75º | 0.62% | 0.7% | - |
| HSV(B) | 18.75º | 0.42% | 0.89% | - |
| XYZ | 47.96 | 42.92 | 26.88 | - |
| YUV | 176.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 130 | 0 | 0.29 | 0.42 | 0.11 | 18.75 | 0.62 | 0.7 |
| Hex | E2 | A0 | 82 | 0 | 1D | 2A | B | 13 | 3E | 46 |
| Octal | 342 | 240 | 202 | 0 | 35 | 52 | 13 | 23 | 76 | 106 |
| Binary | 11100010 | 10100000 | 10000010 | 0 | 11101 | 101010 | 1011 | 10011 | 111110 | 1000110 |
Color Harmonies of #E2A082
Complementary color
Monochromatic Colors of #E2A082
Black with #E2A082
Text Example
Text Example
White with #E2A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A082; }
p { color: rgb(226,160,130); }
H1.HeaderClassName
{
color: #E2A082;
}
.AnyTagClassName
{
color: #E2A082;
}
</style>
background-color css
<style>
a { background-color: #E2A082; }
a { background-color: rgb(226,160,130); }
div.DivClassName
{
background-color: #E2A082;
}
.BgClassName
{
background-color: #E2A082;
}
</style>
border-color css
<style>
span { border-color: #E2A082; }
span { border-color: rgb(226,160,130); }
td.TdClassName
{
border-color: #E2A082;
}
.TagClassName
{
border-color: #E2A082;
}
</style>