Shades of Tumbleweed #E5A172
Tints of Tumbleweed #E5A172
RGB
CMYK
RGB Variations
Color information
#E5A172 (or 0xE5A172) is known color: Tumbleweed. HEX triplet: E5, A1 and 72. RGB value is (229,161,114). Sum of RGB (Red+Green+Blue) = 229+161+114=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A172 is #1A5E8D. Grayscale: #B0B0B0. Windows color (decimal): -1728142 or 7512549. OLE color: 7512549.
HSL color Cylindrical-coordinate representation of color #E5A172: hue angle of 24.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5A172 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 114 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.10 |
| HSL | 24.52º | 0.69% | 0.67% | - |
| HSV(B) | 24.52º | 0.5% | 0.9% | - |
| XYZ | 48.1 | 43.36 | 21.75 | - |
| YUV | 175.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 114 | 0 | 0.30 | 0.50 | 0.10 | 24.52 | 0.69 | 0.67 |
| Hex | E5 | A1 | 72 | 0 | 1E | 32 | A | 19 | 45 | 43 |
| Octal | 345 | 241 | 162 | 0 | 36 | 62 | 12 | 31 | 105 | 103 |
| Binary | 11100101 | 10100001 | 1110010 | 0 | 11110 | 110010 | 1010 | 11001 | 1000101 | 1000011 |
Color Harmonies of #E5A172
Complementary color
Monochromatic Colors of #E5A172
Black with #E5A172
Text Example
Text Example
White with #E5A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A172; }
p { color: rgb(229,161,114); }
H1.HeaderClassName
{
color: #E5A172;
}
.AnyTagClassName
{
color: #E5A172;
}
</style>
background-color css
<style>
a { background-color: #E5A172; }
a { background-color: rgb(229,161,114); }
div.DivClassName
{
background-color: #E5A172;
}
.BgClassName
{
background-color: #E5A172;
}
</style>
border-color css
<style>
span { border-color: #E5A172; }
span { border-color: rgb(229,161,114); }
td.TdClassName
{
border-color: #E5A172;
}
.TagClassName
{
border-color: #E5A172;
}
</style>