Shades of Tumbleweed #E0A370
Tints of Tumbleweed #E0A370
RGB
CMYK
RGB Variations
Color information
#E0A370 (or 0xE0A370) is known color: Tumbleweed. HEX triplet: E0, A3 and 70. RGB value is (224,163,112). Sum of RGB (Red+Green+Blue) = 224+163+112=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A370 is #1F5C8F. Grayscale: #AFAFAF. Windows color (decimal): -2055312 or 7381984. OLE color: 7381984.
HSL color Cylindrical-coordinate representation of color #E0A370: hue angle of 27.32º 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 #E0A370 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 112 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.12 |
| HSL | 27.32º | 0.64% | 0.66% | - |
| HSV(B) | 27.32º | 0.5% | 0.88% | - |
| XYZ | 46.76 | 43.21 | 21.21 | - |
| YUV | 175.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 112 | 0 | 0.27 | 0.50 | 0.12 | 27.32 | 0.64 | 0.66 |
| Hex | E0 | A3 | 70 | 0 | 1B | 32 | C | 1B | 40 | 42 |
| Octal | 340 | 243 | 160 | 0 | 33 | 62 | 14 | 33 | 100 | 102 |
| Binary | 11100000 | 10100011 | 1110000 | 0 | 11011 | 110010 | 1100 | 11011 | 1000000 | 1000010 |
Color Harmonies of #E0A370
Complementary color
Monochromatic Colors of #E0A370
Black with #E0A370
Text Example
Text Example
White with #E0A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A370; }
p { color: rgb(224,163,112); }
H1.HeaderClassName
{
color: #E0A370;
}
.AnyTagClassName
{
color: #E0A370;
}
</style>
background-color css
<style>
a { background-color: #E0A370; }
a { background-color: rgb(224,163,112); }
div.DivClassName
{
background-color: #E0A370;
}
.BgClassName
{
background-color: #E0A370;
}
</style>
border-color css
<style>
span { border-color: #E0A370; }
span { border-color: rgb(224,163,112); }
td.TdClassName
{
border-color: #E0A370;
}
.TagClassName
{
border-color: #E0A370;
}
</style>