Shades of Tumbleweed #E29F7E
Tints of Tumbleweed #E29F7E
RGB
CMYK
RGB Variations
Color information
#E29F7E (or 0xE29F7E) is known color: Tumbleweed. HEX triplet: E2, 9F and 7E. RGB value is (226,159,126). Sum of RGB (Red+Green+Blue) = 226+159+126=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29F7E is #1D6081. Grayscale: #AFAFAF. Windows color (decimal): -1925250 or 8298466. OLE color: 8298466.
HSL color Cylindrical-coordinate representation of color #E29F7E: hue angle of 19.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E29F7E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 126 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.11 |
| HSL | 19.8º | 0.63% | 0.69% | - |
| HSV(B) | 19.8º | 0.44% | 0.89% | - |
| XYZ | 47.53 | 42.47 | 25.43 | - |
| YUV | 175.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 126 | 0 | 0.30 | 0.44 | 0.11 | 19.8 | 0.63 | 0.69 |
| Hex | E2 | 9F | 7E | 0 | 1E | 2C | B | 14 | 3F | 45 |
| Octal | 342 | 237 | 176 | 0 | 36 | 54 | 13 | 24 | 77 | 105 |
| Binary | 11100010 | 10011111 | 1111110 | 0 | 11110 | 101100 | 1011 | 10100 | 111111 | 1000101 |
Color Harmonies of #E29F7E
Complementary color
Monochromatic Colors of #E29F7E
Black with #E29F7E
Text Example
Text Example
White with #E29F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29F7E; }
p { color: rgb(226,159,126); }
H1.HeaderClassName
{
color: #E29F7E;
}
.AnyTagClassName
{
color: #E29F7E;
}
</style>
background-color css
<style>
a { background-color: #E29F7E; }
a { background-color: rgb(226,159,126); }
div.DivClassName
{
background-color: #E29F7E;
}
.BgClassName
{
background-color: #E29F7E;
}
</style>
border-color css
<style>
span { border-color: #E29F7E; }
span { border-color: rgb(226,159,126); }
td.TdClassName
{
border-color: #E29F7E;
}
.TagClassName
{
border-color: #E29F7E;
}
</style>