Shades of Tumbleweed #E0A470
Tints of Tumbleweed #E0A470
RGB
CMYK
RGB Variations
Color information
#E0A470 (or 0xE0A470) is known color: Tumbleweed. HEX triplet: E0, A4 and 70. RGB value is (224,164,112). Sum of RGB (Red+Green+Blue) = 224+164+112=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A470 is #1F5B8F. Grayscale: #B0B0B0. Windows color (decimal): -2055056 or 7382240. OLE color: 7382240.
HSL color Cylindrical-coordinate representation of color #E0A470: hue angle of 27.86º 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 #E0A470 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 112 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.12 |
| HSL | 27.86º | 0.64% | 0.66% | - |
| HSV(B) | 27.86º | 0.5% | 0.88% | - |
| XYZ | 46.94 | 43.57 | 21.26 | - |
| YUV | 176.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 112 | 0 | 0.27 | 0.50 | 0.12 | 27.86 | 0.64 | 0.66 |
| Hex | E0 | A4 | 70 | 0 | 1B | 32 | C | 1C | 40 | 42 |
| Octal | 340 | 244 | 160 | 0 | 33 | 62 | 14 | 34 | 100 | 102 |
| Binary | 11100000 | 10100100 | 1110000 | 0 | 11011 | 110010 | 1100 | 11100 | 1000000 | 1000010 |
Color Harmonies of #E0A470
Complementary color
Monochromatic Colors of #E0A470
Black with #E0A470
Text Example
Text Example
White with #E0A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A470; }
p { color: rgb(224,164,112); }
H1.HeaderClassName
{
color: #E0A470;
}
.AnyTagClassName
{
color: #E0A470;
}
</style>
background-color css
<style>
a { background-color: #E0A470; }
a { background-color: rgb(224,164,112); }
div.DivClassName
{
background-color: #E0A470;
}
.BgClassName
{
background-color: #E0A470;
}
</style>
border-color css
<style>
span { border-color: #E0A470; }
span { border-color: rgb(224,164,112); }
td.TdClassName
{
border-color: #E0A470;
}
.TagClassName
{
border-color: #E0A470;
}
</style>