Shades of Tumbleweed #E0A283
Tints of Tumbleweed #E0A283
RGB
CMYK
RGB Variations
Color information
#E0A283 (or 0xE0A283) is known color: Tumbleweed. HEX triplet: E0, A2 and 83. RGB value is (224,162,131). Sum of RGB (Red+Green+Blue) = 224+162+131=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A283 is #1F5D7C. Grayscale: #B1B1B1. Windows color (decimal): -2055549 or 8626912. OLE color: 8626912.
HSL color Cylindrical-coordinate representation of color #E0A283: hue angle of 20º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0A283 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 131 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.12 |
| HSL | 20º | 0.6% | 0.7% | - |
| HSV(B) | 20º | 0.42% | 0.88% | - |
| XYZ | 47.76 | 43.33 | 27.32 | - |
| YUV | 177 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 131 | 0 | 0.28 | 0.42 | 0.12 | 20 | 0.6 | 0.7 |
| Hex | E0 | A2 | 83 | 0 | 1C | 2A | C | 14 | 3C | 46 |
| Octal | 340 | 242 | 203 | 0 | 34 | 52 | 14 | 24 | 74 | 106 |
| Binary | 11100000 | 10100010 | 10000011 | 0 | 11100 | 101010 | 1100 | 10100 | 111100 | 1000110 |
Color Harmonies of #E0A283
Complementary color
Monochromatic Colors of #E0A283
Black with #E0A283
Text Example
Text Example
White with #E0A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A283; }
p { color: rgb(224,162,131); }
H1.HeaderClassName
{
color: #E0A283;
}
.AnyTagClassName
{
color: #E0A283;
}
</style>
background-color css
<style>
a { background-color: #E0A283; }
a { background-color: rgb(224,162,131); }
div.DivClassName
{
background-color: #E0A283;
}
.BgClassName
{
background-color: #E0A283;
}
</style>
border-color css
<style>
span { border-color: #E0A283; }
span { border-color: rgb(224,162,131); }
td.TdClassName
{
border-color: #E0A283;
}
.TagClassName
{
border-color: #E0A283;
}
</style>