Shades of Tumbleweed #E6A073
Tints of Tumbleweed #E6A073
RGB
CMYK
RGB Variations
Color information
#E6A073 (or 0xE6A073) is known color: Tumbleweed. HEX triplet: E6, A0 and 73. RGB value is (230,160,115). Sum of RGB (Red+Green+Blue) = 230+160+115=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A073 is #195F8C. Grayscale: #B0B0B0. Windows color (decimal): -1662861 or 7577830. OLE color: 7577830.
HSL color Cylindrical-coordinate representation of color #E6A073: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6A073 is Cyan = 0, Magento = 0.30, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 115 | - |
| CMYK | 0 | 0.30 | 0.5 | 0.10 |
| HSL | 23.48º | 0.7% | 0.68% | - |
| HSV(B) | 23.48º | 0.5% | 0.9% | - |
| XYZ | 48.3 | 43.2 | 22.01 | - |
| YUV | 175.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 115 | 0 | 0.30 | 0.5 | 0.10 | 23.48 | 0.7 | 0.68 |
| Hex | E6 | A0 | 73 | 0 | 1E | 32 | A | 17 | 46 | 44 |
| Octal | 346 | 240 | 163 | 0 | 36 | 62 | 12 | 27 | 106 | 104 |
| Binary | 11100110 | 10100000 | 1110011 | 0 | 11110 | 110010 | 1010 | 10111 | 1000110 | 1000100 |
Color Harmonies of #E6A073
Complementary color
Monochromatic Colors of #E6A073
Black with #E6A073
Text Example
Text Example
White with #E6A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A073; }
p { color: rgb(230,160,115); }
H1.HeaderClassName
{
color: #E6A073;
}
.AnyTagClassName
{
color: #E6A073;
}
</style>
background-color css
<style>
a { background-color: #E6A073; }
a { background-color: rgb(230,160,115); }
div.DivClassName
{
background-color: #E6A073;
}
.BgClassName
{
background-color: #E6A073;
}
</style>
border-color css
<style>
span { border-color: #E6A073; }
span { border-color: rgb(230,160,115); }
td.TdClassName
{
border-color: #E6A073;
}
.TagClassName
{
border-color: #E6A073;
}
</style>