Shades of Tumbleweed #E2A56E
Tints of Tumbleweed #E2A56E
RGB
CMYK
RGB Variations
Color information
#E2A56E (or 0xE2A56E) is known color: Tumbleweed. HEX triplet: E2, A5 and 6E. RGB value is (226,165,110). Sum of RGB (Red+Green+Blue) = 226+165+110=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A56E is #1D5A91. Grayscale: #B1B1B1. Windows color (decimal): -1923730 or 7251426. OLE color: 7251426.
HSL color Cylindrical-coordinate representation of color #E2A56E: hue angle of 28.45º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2A56E is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 110 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.11 |
| HSL | 28.45º | 0.67% | 0.66% | - |
| HSV(B) | 28.45º | 0.51% | 0.89% | - |
| XYZ | 47.63 | 44.2 | 20.77 | - |
| YUV | 176.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 110 | 0 | 0.27 | 0.51 | 0.11 | 28.45 | 0.67 | 0.66 |
| Hex | E2 | A5 | 6E | 0 | 1B | 33 | B | 1C | 43 | 42 |
| Octal | 342 | 245 | 156 | 0 | 33 | 63 | 13 | 34 | 103 | 102 |
| Binary | 11100010 | 10100101 | 1101110 | 0 | 11011 | 110011 | 1011 | 11100 | 1000011 | 1000010 |
Color Harmonies of #E2A56E
Complementary color
Monochromatic Colors of #E2A56E
Black with #E2A56E
Text Example
Text Example
White with #E2A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A56E; }
p { color: rgb(226,165,110); }
H1.HeaderClassName
{
color: #E2A56E;
}
.AnyTagClassName
{
color: #E2A56E;
}
</style>
background-color css
<style>
a { background-color: #E2A56E; }
a { background-color: rgb(226,165,110); }
div.DivClassName
{
background-color: #E2A56E;
}
.BgClassName
{
background-color: #E2A56E;
}
</style>
border-color css
<style>
span { border-color: #E2A56E; }
span { border-color: rgb(226,165,110); }
td.TdClassName
{
border-color: #E2A56E;
}
.TagClassName
{
border-color: #E2A56E;
}
</style>