Shades of Tumbleweed #E09E70
Tints of Tumbleweed #E09E70
RGB
CMYK
RGB Variations
Color information
#E09E70 (or 0xE09E70) is known color: Tumbleweed. HEX triplet: E0, 9E and 70. RGB value is (224,158,112). Sum of RGB (Red+Green+Blue) = 224+158+112=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09E70 is #1F618F. Grayscale: #ACACAC. Windows color (decimal): -2056592 or 7380704. OLE color: 7380704.
HSL color Cylindrical-coordinate representation of color #E09E70: hue angle of 24.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09E70 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 112 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.12 |
| HSL | 24.64º | 0.64% | 0.66% | - |
| HSV(B) | 24.64º | 0.5% | 0.88% | - |
| XYZ | 45.89 | 41.47 | 20.92 | - |
| YUV | 172.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 112 | 0 | 0.29 | 0.50 | 0.12 | 24.64 | 0.64 | 0.66 |
| Hex | E0 | 9E | 70 | 0 | 1D | 32 | C | 19 | 40 | 42 |
| Octal | 340 | 236 | 160 | 0 | 35 | 62 | 14 | 31 | 100 | 102 |
| Binary | 11100000 | 10011110 | 1110000 | 0 | 11101 | 110010 | 1100 | 11001 | 1000000 | 1000010 |
Color Harmonies of #E09E70
Complementary color
Monochromatic Colors of #E09E70
Black with #E09E70
Text Example
Text Example
White with #E09E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09E70; }
p { color: rgb(224,158,112); }
H1.HeaderClassName
{
color: #E09E70;
}
.AnyTagClassName
{
color: #E09E70;
}
</style>
background-color css
<style>
a { background-color: #E09E70; }
a { background-color: rgb(224,158,112); }
div.DivClassName
{
background-color: #E09E70;
}
.BgClassName
{
background-color: #E09E70;
}
</style>
border-color css
<style>
span { border-color: #E09E70; }
span { border-color: rgb(224,158,112); }
td.TdClassName
{
border-color: #E09E70;
}
.TagClassName
{
border-color: #E09E70;
}
</style>