Shades of Tumbleweed #EBA680
Tints of Tumbleweed #EBA680
RGB
CMYK
RGB Variations
Color information
#EBA680 (or 0xEBA680) is known color: Tumbleweed. HEX triplet: EB, A6 and 80. RGB value is (235,166,128). Sum of RGB (Red+Green+Blue) = 235+166+128=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA680 is #14597F. Grayscale: #B6B6B6. Windows color (decimal): -1333632 or 8431339. OLE color: 8431339.
HSL color Cylindrical-coordinate representation of color #EBA680: hue angle of 21.31º 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 #EBA680 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 128 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.08 |
| HSL | 21.31º | 0.73% | 0.71% | - |
| HSV(B) | 21.31º | 0.46% | 0.92% | - |
| XYZ | 51.79 | 46.49 | 26.67 | - |
| YUV | 182.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 128 | 0 | 0.29 | 0.46 | 0.08 | 21.31 | 0.73 | 0.71 |
| Hex | EB | A6 | 80 | 0 | 1D | 2E | 8 | 15 | 49 | 47 |
| Octal | 353 | 246 | 200 | 0 | 35 | 56 | 10 | 25 | 111 | 107 |
| Binary | 11101011 | 10100110 | 10000000 | 0 | 11101 | 101110 | 1000 | 10101 | 1001001 | 1000111 |
Color Harmonies of #EBA680
Complementary color
Monochromatic Colors of #EBA680
Black with #EBA680
Text Example
Text Example
White with #EBA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA680; }
p { color: rgb(235,166,128); }
H1.HeaderClassName
{
color: #EBA680;
}
.AnyTagClassName
{
color: #EBA680;
}
</style>
background-color css
<style>
a { background-color: #EBA680; }
a { background-color: rgb(235,166,128); }
div.DivClassName
{
background-color: #EBA680;
}
.BgClassName
{
background-color: #EBA680;
}
</style>
border-color css
<style>
span { border-color: #EBA680; }
span { border-color: rgb(235,166,128); }
td.TdClassName
{
border-color: #EBA680;
}
.TagClassName
{
border-color: #EBA680;
}
</style>