Shades of Tumbleweed #E0A571
Tints of Tumbleweed #E0A571
RGB
CMYK
RGB Variations
Color information
#E0A571 (or 0xE0A571) is known color: Tumbleweed. HEX triplet: E0, A5 and 71. RGB value is (224,165,113). Sum of RGB (Red+Green+Blue) = 224+165+113=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A571 is #1F5A8E. Grayscale: #B0B0B0. Windows color (decimal): -2054799 or 7448032. OLE color: 7448032.
HSL color Cylindrical-coordinate representation of color #E0A571: hue angle of 28.11º 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 #E0A571 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 113 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.12 |
| HSL | 28.11º | 0.64% | 0.66% | - |
| HSV(B) | 28.11º | 0.5% | 0.88% | - |
| XYZ | 47.18 | 43.95 | 21.62 | - |
| YUV | 176.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 113 | 0 | 0.26 | 0.50 | 0.12 | 28.11 | 0.64 | 0.66 |
| Hex | E0 | A5 | 71 | 0 | 1A | 32 | C | 1C | 40 | 42 |
| Octal | 340 | 245 | 161 | 0 | 32 | 62 | 14 | 34 | 100 | 102 |
| Binary | 11100000 | 10100101 | 1110001 | 0 | 11010 | 110010 | 1100 | 11100 | 1000000 | 1000010 |
Color Harmonies of #E0A571
Complementary color
Monochromatic Colors of #E0A571
Black with #E0A571
Text Example
Text Example
White with #E0A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A571; }
p { color: rgb(224,165,113); }
H1.HeaderClassName
{
color: #E0A571;
}
.AnyTagClassName
{
color: #E0A571;
}
</style>
background-color css
<style>
a { background-color: #E0A571; }
a { background-color: rgb(224,165,113); }
div.DivClassName
{
background-color: #E0A571;
}
.BgClassName
{
background-color: #E0A571;
}
</style>
border-color css
<style>
span { border-color: #E0A571; }
span { border-color: rgb(224,165,113); }
td.TdClassName
{
border-color: #E0A571;
}
.TagClassName
{
border-color: #E0A571;
}
</style>