Shades of Tumbleweed #E2A982
Tints of Tumbleweed #E2A982
RGB
CMYK
RGB Variations
Color information
#E2A982 (or 0xE2A982) is known color: Tumbleweed. HEX triplet: E2, A9 and 82. RGB value is (226,169,130). Sum of RGB (Red+Green+Blue) = 226+169+130=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A982 is #1D567D. Grayscale: #B5B5B5. Windows color (decimal): -1922686 or 8563170. OLE color: 8563170.
HSL color Cylindrical-coordinate representation of color #E2A982: hue angle of 24.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2A982 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 130 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.11 |
| HSL | 24.38º | 0.62% | 0.7% | - |
| HSV(B) | 24.38º | 0.42% | 0.89% | - |
| XYZ | 49.58 | 46.16 | 27.41 | - |
| YUV | 181.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 130 | 0 | 0.25 | 0.42 | 0.11 | 24.38 | 0.62 | 0.7 |
| Hex | E2 | A9 | 82 | 0 | 19 | 2A | B | 18 | 3E | 46 |
| Octal | 342 | 251 | 202 | 0 | 31 | 52 | 13 | 30 | 76 | 106 |
| Binary | 11100010 | 10101001 | 10000010 | 0 | 11001 | 101010 | 1011 | 11000 | 111110 | 1000110 |
Color Harmonies of #E2A982
Complementary color
Monochromatic Colors of #E2A982
Black with #E2A982
Text Example
Text Example
White with #E2A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A982; }
p { color: rgb(226,169,130); }
H1.HeaderClassName
{
color: #E2A982;
}
.AnyTagClassName
{
color: #E2A982;
}
</style>
background-color css
<style>
a { background-color: #E2A982; }
a { background-color: rgb(226,169,130); }
div.DivClassName
{
background-color: #E2A982;
}
.BgClassName
{
background-color: #E2A982;
}
</style>
border-color css
<style>
span { border-color: #E2A982; }
span { border-color: rgb(226,169,130); }
td.TdClassName
{
border-color: #E2A982;
}
.TagClassName
{
border-color: #E2A982;
}
</style>