Shades of Tumbleweed #E2A67E
Tints of Tumbleweed #E2A67E
RGB
CMYK
RGB Variations
Color information
#E2A67E (or 0xE2A67E) is known color: Tumbleweed. HEX triplet: E2, A6 and 7E. RGB value is (226,166,126). Sum of RGB (Red+Green+Blue) = 226+166+126=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A67E is #1D5981. Grayscale: #B3B3B3. Windows color (decimal): -1923458 or 8300258. OLE color: 8300258.
HSL color Cylindrical-coordinate representation of color #E2A67E: hue angle of 24º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2A67E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 166 | 126 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.11 |
| HSL | 24º | 0.63% | 0.69% | - |
| HSV(B) | 24º | 0.44% | 0.89% | - |
| XYZ | 48.77 | 44.95 | 25.84 | - |
| YUV | 179.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 166 | 126 | 0 | 0.27 | 0.44 | 0.11 | 24 | 0.63 | 0.69 |
| Hex | E2 | A6 | 7E | 0 | 1B | 2C | B | 18 | 3F | 45 |
| Octal | 342 | 246 | 176 | 0 | 33 | 54 | 13 | 30 | 77 | 105 |
| Binary | 11100010 | 10100110 | 1111110 | 0 | 11011 | 101100 | 1011 | 11000 | 111111 | 1000101 |
Color Harmonies of #E2A67E
Complementary color
Monochromatic Colors of #E2A67E
Black with #E2A67E
Text Example
Text Example
White with #E2A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A67E; }
p { color: rgb(226,166,126); }
H1.HeaderClassName
{
color: #E2A67E;
}
.AnyTagClassName
{
color: #E2A67E;
}
</style>
background-color css
<style>
a { background-color: #E2A67E; }
a { background-color: rgb(226,166,126); }
div.DivClassName
{
background-color: #E2A67E;
}
.BgClassName
{
background-color: #E2A67E;
}
</style>
border-color css
<style>
span { border-color: #E2A67E; }
span { border-color: rgb(226,166,126); }
td.TdClassName
{
border-color: #E2A67E;
}
.TagClassName
{
border-color: #E2A67E;
}
</style>