Shades of Tumbleweed #E0A07C
Tints of Tumbleweed #E0A07C
RGB
CMYK
RGB Variations
Color information
#E0A07C (or 0xE0A07C) is known color: Tumbleweed. HEX triplet: E0, A0 and 7C. RGB value is (224,160,124). Sum of RGB (Red+Green+Blue) = 224+160+124=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A07C is #1F5F83. Grayscale: #AFAFAF. Windows color (decimal): -2056068 or 8167648. OLE color: 8167648.
HSL color Cylindrical-coordinate representation of color #E0A07C: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0A07C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 124 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.12 |
| HSL | 21.6º | 0.62% | 0.68% | - |
| HSV(B) | 21.6º | 0.45% | 0.88% | - |
| XYZ | 46.95 | 42.44 | 24.79 | - |
| YUV | 175.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 124 | 0 | 0.29 | 0.45 | 0.12 | 21.6 | 0.62 | 0.68 |
| Hex | E0 | A0 | 7C | 0 | 1D | 2D | C | 16 | 3E | 44 |
| Octal | 340 | 240 | 174 | 0 | 35 | 55 | 14 | 26 | 76 | 104 |
| Binary | 11100000 | 10100000 | 1111100 | 0 | 11101 | 101101 | 1100 | 10110 | 111110 | 1000100 |
Color Harmonies of #E0A07C
Complementary color
Monochromatic Colors of #E0A07C
Black with #E0A07C
Text Example
Text Example
White with #E0A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A07C; }
p { color: rgb(224,160,124); }
H1.HeaderClassName
{
color: #E0A07C;
}
.AnyTagClassName
{
color: #E0A07C;
}
</style>
background-color css
<style>
a { background-color: #E0A07C; }
a { background-color: rgb(224,160,124); }
div.DivClassName
{
background-color: #E0A07C;
}
.BgClassName
{
background-color: #E0A07C;
}
</style>
border-color css
<style>
span { border-color: #E0A07C; }
span { border-color: rgb(224,160,124); }
td.TdClassName
{
border-color: #E0A07C;
}
.TagClassName
{
border-color: #E0A07C;
}
</style>