Shades of Tumbleweed #E0A07E
Tints of Tumbleweed #E0A07E
RGB
CMYK
RGB Variations
Color information
#E0A07E (or 0xE0A07E) is known color: Tumbleweed. HEX triplet: E0, A0 and 7E. RGB value is (224,160,126). Sum of RGB (Red+Green+Blue) = 224+160+126=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A07E is #1F5F81. Grayscale: #AFAFAF. Windows color (decimal): -2056066 or 8298720. OLE color: 8298720.
HSL color Cylindrical-coordinate representation of color #E0A07E: hue angle of 20.82º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0A07E is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 126 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.12 |
| HSL | 20.82º | 0.61% | 0.69% | - |
| HSV(B) | 20.82º | 0.44% | 0.88% | - |
| XYZ | 47.08 | 42.5 | 25.46 | - |
| YUV | 175.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 126 | 0 | 0.29 | 0.44 | 0.12 | 20.82 | 0.61 | 0.69 |
| Hex | E0 | A0 | 7E | 0 | 1D | 2C | C | 15 | 3D | 45 |
| Octal | 340 | 240 | 176 | 0 | 35 | 54 | 14 | 25 | 75 | 105 |
| Binary | 11100000 | 10100000 | 1111110 | 0 | 11101 | 101100 | 1100 | 10101 | 111101 | 1000101 |
Color Harmonies of #E0A07E
Complementary color
Monochromatic Colors of #E0A07E
Black with #E0A07E
Text Example
Text Example
White with #E0A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A07E; }
p { color: rgb(224,160,126); }
H1.HeaderClassName
{
color: #E0A07E;
}
.AnyTagClassName
{
color: #E0A07E;
}
</style>
background-color css
<style>
a { background-color: #E0A07E; }
a { background-color: rgb(224,160,126); }
div.DivClassName
{
background-color: #E0A07E;
}
.BgClassName
{
background-color: #E0A07E;
}
</style>
border-color css
<style>
span { border-color: #E0A07E; }
span { border-color: rgb(224,160,126); }
td.TdClassName
{
border-color: #E0A07E;
}
.TagClassName
{
border-color: #E0A07E;
}
</style>