Shades of Tumbleweed #E6A074
Tints of Tumbleweed #E6A074
RGB
CMYK
RGB Variations
Color information
#E6A074 (or 0xE6A074) is known color: Tumbleweed. HEX triplet: E6, A0 and 74. RGB value is (230,160,116). Sum of RGB (Red+Green+Blue) = 230+160+116=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A074 is #195F8B. Grayscale: #B0B0B0. Windows color (decimal): -1662860 or 7643366. OLE color: 7643366.
HSL color Cylindrical-coordinate representation of color #E6A074: hue angle of 23.16º 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 #E6A074 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 116 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.10 |
| HSL | 23.16º | 0.7% | 0.68% | - |
| HSV(B) | 23.16º | 0.5% | 0.9% | - |
| XYZ | 48.36 | 43.23 | 22.32 | - |
| YUV | 175.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 116 | 0 | 0.30 | 0.50 | 0.10 | 23.16 | 0.7 | 0.68 |
| Hex | E6 | A0 | 74 | 0 | 1E | 32 | A | 17 | 46 | 44 |
| Octal | 346 | 240 | 164 | 0 | 36 | 62 | 12 | 27 | 106 | 104 |
| Binary | 11100110 | 10100000 | 1110100 | 0 | 11110 | 110010 | 1010 | 10111 | 1000110 | 1000100 |
Color Harmonies of #E6A074
Complementary color
Monochromatic Colors of #E6A074
Black with #E6A074
Text Example
Text Example
White with #E6A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A074; }
p { color: rgb(230,160,116); }
H1.HeaderClassName
{
color: #E6A074;
}
.AnyTagClassName
{
color: #E6A074;
}
</style>
background-color css
<style>
a { background-color: #E6A074; }
a { background-color: rgb(230,160,116); }
div.DivClassName
{
background-color: #E6A074;
}
.BgClassName
{
background-color: #E6A074;
}
</style>
border-color css
<style>
span { border-color: #E6A074; }
span { border-color: rgb(230,160,116); }
td.TdClassName
{
border-color: #E6A074;
}
.TagClassName
{
border-color: #E6A074;
}
</style>