Shades of Tumbleweed #E0A682
Tints of Tumbleweed #E0A682
RGB
CMYK
RGB Variations
Color information
#E0A682 (or 0xE0A682) is known color: Tumbleweed. HEX triplet: E0, A6 and 82. RGB value is (224,166,130). Sum of RGB (Red+Green+Blue) = 224+166+130=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A682 is #1F597D. Grayscale: #B3B3B3. Windows color (decimal): -2054526 or 8562400. OLE color: 8562400.
HSL color Cylindrical-coordinate representation of color #E0A682: hue angle of 22.98º degrees, saturation: 0.6, 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 #E0A682 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 130 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.12 |
| HSL | 22.98º | 0.6% | 0.69% | - |
| HSV(B) | 22.98º | 0.42% | 0.88% | - |
| XYZ | 48.41 | 44.73 | 27.2 | - |
| YUV | 179.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 130 | 0 | 0.26 | 0.42 | 0.12 | 22.98 | 0.6 | 0.69 |
| Hex | E0 | A6 | 82 | 0 | 1A | 2A | C | 17 | 3C | 45 |
| Octal | 340 | 246 | 202 | 0 | 32 | 52 | 14 | 27 | 74 | 105 |
| Binary | 11100000 | 10100110 | 10000010 | 0 | 11010 | 101010 | 1100 | 10111 | 111100 | 1000101 |
Color Harmonies of #E0A682
Complementary color
Monochromatic Colors of #E0A682
Black with #E0A682
Text Example
Text Example
White with #E0A682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A682; }
p { color: rgb(224,166,130); }
H1.HeaderClassName
{
color: #E0A682;
}
.AnyTagClassName
{
color: #E0A682;
}
</style>
background-color css
<style>
a { background-color: #E0A682; }
a { background-color: rgb(224,166,130); }
div.DivClassName
{
background-color: #E0A682;
}
.BgClassName
{
background-color: #E0A682;
}
</style>
border-color css
<style>
span { border-color: #E0A682; }
span { border-color: rgb(224,166,130); }
td.TdClassName
{
border-color: #E0A682;
}
.TagClassName
{
border-color: #E0A682;
}
</style>