Shades of Tumbleweed #E5A16F
Tints of Tumbleweed #E5A16F
RGB
CMYK
RGB Variations
Color information
#E5A16F (or 0xE5A16F) is known color: Tumbleweed. HEX triplet: E5, A1 and 6F. RGB value is (229,161,111). Sum of RGB (Red+Green+Blue) = 229+161+111=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A16F is #1A5E90. Grayscale: #AFAFAF. Windows color (decimal): -1728145 or 7315941. OLE color: 7315941.
HSL color Cylindrical-coordinate representation of color #E5A16F: hue angle of 25.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A16F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 111 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 25.42º | 0.69% | 0.67% | - |
| HSV(B) | 25.42º | 0.52% | 0.9% | - |
| XYZ | 47.93 | 43.3 | 20.87 | - |
| YUV | 175.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 111 | 0 | 0.30 | 0.52 | 0.10 | 25.42 | 0.69 | 0.67 |
| Hex | E5 | A1 | 6F | 0 | 1E | 34 | A | 19 | 45 | 43 |
| Octal | 345 | 241 | 157 | 0 | 36 | 64 | 12 | 31 | 105 | 103 |
| Binary | 11100101 | 10100001 | 1101111 | 0 | 11110 | 110100 | 1010 | 11001 | 1000101 | 1000011 |
Color Harmonies of #E5A16F
Complementary color
Monochromatic Colors of #E5A16F
Black with #E5A16F
Text Example
Text Example
White with #E5A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A16F; }
p { color: rgb(229,161,111); }
H1.HeaderClassName
{
color: #E5A16F;
}
.AnyTagClassName
{
color: #E5A16F;
}
</style>
background-color css
<style>
a { background-color: #E5A16F; }
a { background-color: rgb(229,161,111); }
div.DivClassName
{
background-color: #E5A16F;
}
.BgClassName
{
background-color: #E5A16F;
}
</style>
border-color css
<style>
span { border-color: #E5A16F; }
span { border-color: rgb(229,161,111); }
td.TdClassName
{
border-color: #E5A16F;
}
.TagClassName
{
border-color: #E5A16F;
}
</style>