Shades of Tumbleweed #E2A380
Tints of Tumbleweed #E2A380
RGB
CMYK
RGB Variations
Color information
#E2A380 (or 0xE2A380) is known color: Tumbleweed. HEX triplet: E2, A3 and 80. RGB value is (226,163,128). Sum of RGB (Red+Green+Blue) = 226+163+128=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A380 is #1D5C7F. Grayscale: #B2B2B2. Windows color (decimal): -1924224 or 8430562. OLE color: 8430562.
HSL color Cylindrical-coordinate representation of color #E2A380: hue angle of 21.43º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2A380 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 128 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.11 |
| HSL | 21.43º | 0.63% | 0.69% | - |
| HSV(B) | 21.43º | 0.43% | 0.89% | - |
| XYZ | 48.36 | 43.92 | 26.35 | - |
| YUV | 177.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 128 | 0 | 0.28 | 0.43 | 0.11 | 21.43 | 0.63 | 0.69 |
| Hex | E2 | A3 | 80 | 0 | 1C | 2B | B | 15 | 3F | 45 |
| Octal | 342 | 243 | 200 | 0 | 34 | 53 | 13 | 25 | 77 | 105 |
| Binary | 11100010 | 10100011 | 10000000 | 0 | 11100 | 101011 | 1011 | 10101 | 111111 | 1000101 |
Color Harmonies of #E2A380
Complementary color
Monochromatic Colors of #E2A380
Black with #E2A380
Text Example
Text Example
White with #E2A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A380; }
p { color: rgb(226,163,128); }
H1.HeaderClassName
{
color: #E2A380;
}
.AnyTagClassName
{
color: #E2A380;
}
</style>
background-color css
<style>
a { background-color: #E2A380; }
a { background-color: rgb(226,163,128); }
div.DivClassName
{
background-color: #E2A380;
}
.BgClassName
{
background-color: #E2A380;
}
</style>
border-color css
<style>
span { border-color: #E2A380; }
span { border-color: rgb(226,163,128); }
td.TdClassName
{
border-color: #E2A380;
}
.TagClassName
{
border-color: #E2A380;
}
</style>