Shades of Tumbleweed #E0A07F
Tints of Tumbleweed #E0A07F
RGB
CMYK
RGB Variations
Color information
#E0A07F (or 0xE0A07F) is known color: Tumbleweed. HEX triplet: E0, A0 and 7F. RGB value is (224,160,127). Sum of RGB (Red+Green+Blue) = 224+160+127=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A07F is #1F5F80. Grayscale: #AFAFAF. Windows color (decimal): -2056065 or 8364256. OLE color: 8364256.
HSL color Cylindrical-coordinate representation of color #E0A07F: hue angle of 20.41º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0A07F is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 127 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.12 |
| HSL | 20.41º | 0.61% | 0.69% | - |
| HSV(B) | 20.41º | 0.43% | 0.88% | - |
| XYZ | 47.14 | 42.52 | 25.8 | - |
| YUV | 175.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 127 | 0 | 0.29 | 0.43 | 0.12 | 20.41 | 0.61 | 0.69 |
| Hex | E0 | A0 | 7F | 0 | 1D | 2B | C | 14 | 3D | 45 |
| Octal | 340 | 240 | 177 | 0 | 35 | 53 | 14 | 24 | 75 | 105 |
| Binary | 11100000 | 10100000 | 1111111 | 0 | 11101 | 101011 | 1100 | 10100 | 111101 | 1000101 |
Color Harmonies of #E0A07F
Complementary color
Monochromatic Colors of #E0A07F
Black with #E0A07F
Text Example
Text Example
White with #E0A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A07F; }
p { color: rgb(224,160,127); }
H1.HeaderClassName
{
color: #E0A07F;
}
.AnyTagClassName
{
color: #E0A07F;
}
</style>
background-color css
<style>
a { background-color: #E0A07F; }
a { background-color: rgb(224,160,127); }
div.DivClassName
{
background-color: #E0A07F;
}
.BgClassName
{
background-color: #E0A07F;
}
</style>
border-color css
<style>
span { border-color: #E0A07F; }
span { border-color: rgb(224,160,127); }
td.TdClassName
{
border-color: #E0A07F;
}
.TagClassName
{
border-color: #E0A07F;
}
</style>