Shades of Tumbleweed #E0A481
Tints of Tumbleweed #E0A481
RGB
CMYK
RGB Variations
Color information
#E0A481 (or 0xE0A481) is known color: Tumbleweed. HEX triplet: E0, A4 and 81. RGB value is (224,164,129). Sum of RGB (Red+Green+Blue) = 224+164+129=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A481 is #1F5B7E. Grayscale: #B2B2B2. Windows color (decimal): -2055039 or 8496352. OLE color: 8496352.
HSL color Cylindrical-coordinate representation of color #E0A481: hue angle of 22.11º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0A481 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 129 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.12 |
| HSL | 22.11º | 0.61% | 0.69% | - |
| HSV(B) | 22.11º | 0.42% | 0.88% | - |
| XYZ | 47.98 | 43.98 | 26.73 | - |
| YUV | 177.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 129 | 0 | 0.27 | 0.42 | 0.12 | 22.11 | 0.61 | 0.69 |
| Hex | E0 | A4 | 81 | 0 | 1B | 2A | C | 16 | 3D | 45 |
| Octal | 340 | 244 | 201 | 0 | 33 | 52 | 14 | 26 | 75 | 105 |
| Binary | 11100000 | 10100100 | 10000001 | 0 | 11011 | 101010 | 1100 | 10110 | 111101 | 1000101 |
Color Harmonies of #E0A481
Complementary color
Monochromatic Colors of #E0A481
Black with #E0A481
Text Example
Text Example
White with #E0A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A481; }
p { color: rgb(224,164,129); }
H1.HeaderClassName
{
color: #E0A481;
}
.AnyTagClassName
{
color: #E0A481;
}
</style>
background-color css
<style>
a { background-color: #E0A481; }
a { background-color: rgb(224,164,129); }
div.DivClassName
{
background-color: #E0A481;
}
.BgClassName
{
background-color: #E0A481;
}
</style>
border-color css
<style>
span { border-color: #E0A481; }
span { border-color: rgb(224,164,129); }
td.TdClassName
{
border-color: #E0A481;
}
.TagClassName
{
border-color: #E0A481;
}
</style>