Shades of Tumbleweed #E0A082
Tints of Tumbleweed #E0A082
RGB
CMYK
RGB Variations
Color information
#E0A082 (or 0xE0A082) is known color: Tumbleweed. HEX triplet: E0, A0 and 82. RGB value is (224,160,130). Sum of RGB (Red+Green+Blue) = 224+160+130=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A082 is #1F5F7D. Grayscale: #AFAFAF. Windows color (decimal): -2056062 or 8560864. OLE color: 8560864.
HSL color Cylindrical-coordinate representation of color #E0A082: hue angle of 19.15º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0A082 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 130 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.12 |
| HSL | 19.15º | 0.6% | 0.69% | - |
| HSV(B) | 19.15º | 0.42% | 0.88% | - |
| XYZ | 47.34 | 42.6 | 26.85 | - |
| YUV | 175.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 130 | 0 | 0.29 | 0.42 | 0.12 | 19.15 | 0.6 | 0.69 |
| Hex | E0 | A0 | 82 | 0 | 1D | 2A | C | 13 | 3C | 45 |
| Octal | 340 | 240 | 202 | 0 | 35 | 52 | 14 | 23 | 74 | 105 |
| Binary | 11100000 | 10100000 | 10000010 | 0 | 11101 | 101010 | 1100 | 10011 | 111100 | 1000101 |
Color Harmonies of #E0A082
Complementary color
Monochromatic Colors of #E0A082
Black with #E0A082
Text Example
Text Example
White with #E0A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A082; }
p { color: rgb(224,160,130); }
H1.HeaderClassName
{
color: #E0A082;
}
.AnyTagClassName
{
color: #E0A082;
}
</style>
background-color css
<style>
a { background-color: #E0A082; }
a { background-color: rgb(224,160,130); }
div.DivClassName
{
background-color: #E0A082;
}
.BgClassName
{
background-color: #E0A082;
}
</style>
border-color css
<style>
span { border-color: #E0A082; }
span { border-color: rgb(224,160,130); }
td.TdClassName
{
border-color: #E0A082;
}
.TagClassName
{
border-color: #E0A082;
}
</style>