Shades of Tumbleweed #E2A07C
Tints of Tumbleweed #E2A07C
RGB
CMYK
RGB Variations
Color information
#E2A07C (or 0xE2A07C) is known color: Tumbleweed. HEX triplet: E2, A0 and 7C. RGB value is (226,160,124). Sum of RGB (Red+Green+Blue) = 226+160+124=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A07C is #1D5F83. Grayscale: #AFAFAF. Windows color (decimal): -1924996 or 8167650. OLE color: 8167650.
HSL color Cylindrical-coordinate representation of color #E2A07C: hue angle of 21.18º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2A07C is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 160 | 124 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.11 |
| HSL | 21.18º | 0.64% | 0.69% | - |
| HSV(B) | 21.18º | 0.45% | 0.89% | - |
| XYZ | 47.57 | 42.77 | 24.82 | - |
| YUV | 175.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 160 | 124 | 0 | 0.29 | 0.45 | 0.11 | 21.18 | 0.64 | 0.69 |
| Hex | E2 | A0 | 7C | 0 | 1D | 2D | B | 15 | 40 | 45 |
| Octal | 342 | 240 | 174 | 0 | 35 | 55 | 13 | 25 | 100 | 105 |
| Binary | 11100010 | 10100000 | 1111100 | 0 | 11101 | 101101 | 1011 | 10101 | 1000000 | 1000101 |
Color Harmonies of #E2A07C
Complementary color
Monochromatic Colors of #E2A07C
Black with #E2A07C
Text Example
Text Example
White with #E2A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A07C; }
p { color: rgb(226,160,124); }
H1.HeaderClassName
{
color: #E2A07C;
}
.AnyTagClassName
{
color: #E2A07C;
}
</style>
background-color css
<style>
a { background-color: #E2A07C; }
a { background-color: rgb(226,160,124); }
div.DivClassName
{
background-color: #E2A07C;
}
.BgClassName
{
background-color: #E2A07C;
}
</style>
border-color css
<style>
span { border-color: #E2A07C; }
span { border-color: rgb(226,160,124); }
td.TdClassName
{
border-color: #E2A07C;
}
.TagClassName
{
border-color: #E2A07C;
}
</style>