Shades of Tumbleweed #E6A26F
Tints of Tumbleweed #E6A26F
RGB
CMYK
RGB Variations
Color information
#E6A26F (or 0xE6A26F) is known color: Tumbleweed. HEX triplet: E6, A2 and 6F. RGB value is (230,162,111). Sum of RGB (Red+Green+Blue) = 230+162+111=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A26F is #195D90. Grayscale: #B0B0B0. Windows color (decimal): -1662353 or 7316198. OLE color: 7316198.
HSL color Cylindrical-coordinate representation of color #E6A26F: hue angle of 25.71º degrees, saturation: 0.7, 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 #E6A26F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 111 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 25.71º | 0.7% | 0.67% | - |
| HSV(B) | 25.71º | 0.52% | 0.9% | - |
| XYZ | 48.42 | 43.81 | 20.94 | - |
| YUV | 176.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 111 | 0 | 0.30 | 0.52 | 0.10 | 25.71 | 0.7 | 0.67 |
| Hex | E6 | A2 | 6F | 0 | 1E | 34 | A | 1A | 46 | 43 |
| Octal | 346 | 242 | 157 | 0 | 36 | 64 | 12 | 32 | 106 | 103 |
| Binary | 11100110 | 10100010 | 1101111 | 0 | 11110 | 110100 | 1010 | 11010 | 1000110 | 1000011 |
Color Harmonies of #E6A26F
Complementary color
Monochromatic Colors of #E6A26F
Black with #E6A26F
Text Example
Text Example
White with #E6A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A26F; }
p { color: rgb(230,162,111); }
H1.HeaderClassName
{
color: #E6A26F;
}
.AnyTagClassName
{
color: #E6A26F;
}
</style>
background-color css
<style>
a { background-color: #E6A26F; }
a { background-color: rgb(230,162,111); }
div.DivClassName
{
background-color: #E6A26F;
}
.BgClassName
{
background-color: #E6A26F;
}
</style>
border-color css
<style>
span { border-color: #E6A26F; }
span { border-color: rgb(230,162,111); }
td.TdClassName
{
border-color: #E6A26F;
}
.TagClassName
{
border-color: #E6A26F;
}
</style>