Shades of Tumbleweed #EBA980
Tints of Tumbleweed #EBA980
RGB
CMYK
RGB Variations
Color information
#EBA980 (or 0xEBA980) is known color: Tumbleweed. HEX triplet: EB, A9 and 80. RGB value is (235,169,128). Sum of RGB (Red+Green+Blue) = 235+169+128=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA980 is #14567F. Grayscale: #B8B8B8. Windows color (decimal): -1332864 or 8432107. OLE color: 8432107.
HSL color Cylindrical-coordinate representation of color #EBA980: hue angle of 22.99º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBA980 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 128 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.08 |
| HSL | 22.99º | 0.73% | 0.71% | - |
| HSV(B) | 22.99º | 0.46% | 0.92% | - |
| XYZ | 52.35 | 47.6 | 26.85 | - |
| YUV | 184.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 128 | 0 | 0.28 | 0.46 | 0.08 | 22.99 | 0.73 | 0.71 |
| Hex | EB | A9 | 80 | 0 | 1C | 2E | 8 | 17 | 49 | 47 |
| Octal | 353 | 251 | 200 | 0 | 34 | 56 | 10 | 27 | 111 | 107 |
| Binary | 11101011 | 10101001 | 10000000 | 0 | 11100 | 101110 | 1000 | 10111 | 1001001 | 1000111 |
Color Harmonies of #EBA980
Complementary color
Monochromatic Colors of #EBA980
Black with #EBA980
Text Example
Text Example
White with #EBA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA980; }
p { color: rgb(235,169,128); }
H1.HeaderClassName
{
color: #EBA980;
}
.AnyTagClassName
{
color: #EBA980;
}
</style>
background-color css
<style>
a { background-color: #EBA980; }
a { background-color: rgb(235,169,128); }
div.DivClassName
{
background-color: #EBA980;
}
.BgClassName
{
background-color: #EBA980;
}
</style>
border-color css
<style>
span { border-color: #EBA980; }
span { border-color: rgb(235,169,128); }
td.TdClassName
{
border-color: #EBA980;
}
.TagClassName
{
border-color: #EBA980;
}
</style>