Shades of Tumbleweed #EAA882
Tints of Tumbleweed #EAA882
RGB
CMYK
RGB Variations
Color information
#EAA882 (or 0xEAA882) is known color: Tumbleweed. HEX triplet: EA, A8 and 82. RGB value is (234,168,130). Sum of RGB (Red+Green+Blue) = 234+168+130=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA882 is #15577D. Grayscale: #B7B7B7. Windows color (decimal): -1398654 or 8562922. OLE color: 8562922.
HSL color Cylindrical-coordinate representation of color #EAA882: hue angle of 21.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAA882 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 130 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.08 |
| HSL | 21.92º | 0.71% | 0.71% | - |
| HSV(B) | 21.92º | 0.44% | 0.92% | - |
| XYZ | 51.96 | 47.11 | 27.47 | - |
| YUV | 183.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 130 | 0 | 0.28 | 0.44 | 0.08 | 21.92 | 0.71 | 0.71 |
| Hex | EA | A8 | 82 | 0 | 1C | 2C | 8 | 16 | 47 | 47 |
| Octal | 352 | 250 | 202 | 0 | 34 | 54 | 10 | 26 | 107 | 107 |
| Binary | 11101010 | 10101000 | 10000010 | 0 | 11100 | 101100 | 1000 | 10110 | 1000111 | 1000111 |
Color Harmonies of #EAA882
Complementary color
Monochromatic Colors of #EAA882
Black with #EAA882
Text Example
Text Example
White with #EAA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA882; }
p { color: rgb(234,168,130); }
H1.HeaderClassName
{
color: #EAA882;
}
.AnyTagClassName
{
color: #EAA882;
}
</style>
background-color css
<style>
a { background-color: #EAA882; }
a { background-color: rgb(234,168,130); }
div.DivClassName
{
background-color: #EAA882;
}
.BgClassName
{
background-color: #EAA882;
}
</style>
border-color css
<style>
span { border-color: #EAA882; }
span { border-color: rgb(234,168,130); }
td.TdClassName
{
border-color: #EAA882;
}
.TagClassName
{
border-color: #EAA882;
}
</style>