Shades of Tumbleweed #EDA782
Tints of Tumbleweed #EDA782
RGB
CMYK
RGB Variations
Color information
#EDA782 (or 0xEDA782) is known color: Tumbleweed. HEX triplet: ED, A7 and 82. RGB value is (237,167,130). Sum of RGB (Red+Green+Blue) = 237+167+130=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA782 is #12587D. Grayscale: #B7B7B7. Windows color (decimal): -1202302 or 8562669. OLE color: 8562669.
HSL color Cylindrical-coordinate representation of color #EDA782: hue angle of 20.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDA782 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 130 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.07 |
| HSL | 20.75º | 0.75% | 0.72% | - |
| HSV(B) | 20.75º | 0.45% | 0.93% | - |
| XYZ | 52.77 | 47.25 | 27.46 | - |
| YUV | 183.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 130 | 0 | 0.30 | 0.45 | 0.07 | 20.75 | 0.75 | 0.72 |
| Hex | ED | A7 | 82 | 0 | 1E | 2D | 7 | 15 | 4B | 48 |
| Octal | 355 | 247 | 202 | 0 | 36 | 55 | 7 | 25 | 113 | 110 |
| Binary | 11101101 | 10100111 | 10000010 | 0 | 11110 | 101101 | 111 | 10101 | 1001011 | 1001000 |
Color Harmonies of #EDA782
Complementary color
Monochromatic Colors of #EDA782
Black with #EDA782
Text Example
Text Example
White with #EDA782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA782; }
p { color: rgb(237,167,130); }
H1.HeaderClassName
{
color: #EDA782;
}
.AnyTagClassName
{
color: #EDA782;
}
</style>
background-color css
<style>
a { background-color: #EDA782; }
a { background-color: rgb(237,167,130); }
div.DivClassName
{
background-color: #EDA782;
}
.BgClassName
{
background-color: #EDA782;
}
</style>
border-color css
<style>
span { border-color: #EDA782; }
span { border-color: rgb(237,167,130); }
td.TdClassName
{
border-color: #EDA782;
}
.TagClassName
{
border-color: #EDA782;
}
</style>