Shades of Tumbleweed #E0A270
Tints of Tumbleweed #E0A270
RGB
CMYK
RGB Variations
Color information
#E0A270 (or 0xE0A270) is known color: Tumbleweed. HEX triplet: E0, A2 and 70. RGB value is (224,162,112). Sum of RGB (Red+Green+Blue) = 224+162+112=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A270 is #1F5D8F. Grayscale: #AFAFAF. Windows color (decimal): -2055568 or 7381728. OLE color: 7381728.
HSL color Cylindrical-coordinate representation of color #E0A270: hue angle of 26.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0A270 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 112 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.12 |
| HSL | 26.79º | 0.64% | 0.66% | - |
| HSV(B) | 26.79º | 0.5% | 0.88% | - |
| XYZ | 46.59 | 42.86 | 21.15 | - |
| YUV | 174.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 112 | 0 | 0.28 | 0.50 | 0.12 | 26.79 | 0.64 | 0.66 |
| Hex | E0 | A2 | 70 | 0 | 1C | 32 | C | 1B | 40 | 42 |
| Octal | 340 | 242 | 160 | 0 | 34 | 62 | 14 | 33 | 100 | 102 |
| Binary | 11100000 | 10100010 | 1110000 | 0 | 11100 | 110010 | 1100 | 11011 | 1000000 | 1000010 |
Color Harmonies of #E0A270
Complementary color
Monochromatic Colors of #E0A270
Black with #E0A270
Text Example
Text Example
White with #E0A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A270; }
p { color: rgb(224,162,112); }
H1.HeaderClassName
{
color: #E0A270;
}
.AnyTagClassName
{
color: #E0A270;
}
</style>
background-color css
<style>
a { background-color: #E0A270; }
a { background-color: rgb(224,162,112); }
div.DivClassName
{
background-color: #E0A270;
}
.BgClassName
{
background-color: #E0A270;
}
</style>
border-color css
<style>
span { border-color: #E0A270; }
span { border-color: rgb(224,162,112); }
td.TdClassName
{
border-color: #E0A270;
}
.TagClassName
{
border-color: #E0A270;
}
</style>