Shades of Dust Storm #EDC5BA
Tints of Dust Storm #EDC5BA
RGB
CMYK
RGB Variations
Color information
#EDC5BA (or 0xEDC5BA) is known color: Dust Storm. HEX triplet: ED, C5 and BA. RGB value is (237,197,186). Sum of RGB (Red+Green+Blue) = 237+197+186=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BA is #123A45. Grayscale: #CFCFCF. Windows color (decimal): -1194566 or 12240365. OLE color: 12240365.
HSL color Cylindrical-coordinate representation of color #EDC5BA: hue angle of 12.94º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC5BA is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 186 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.07 |
| HSL | 12.94º | 0.59% | 0.83% | - |
| HSV(B) | 12.94º | 0.22% | 0.93% | - |
| XYZ | 63.75 | 61.48 | 54.96 | - |
| YUV | 207.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 186 | 0 | 0.17 | 0.22 | 0.07 | 12.94 | 0.59 | 0.83 |
| Hex | ED | C5 | BA | 0 | 11 | 16 | 7 | D | 3B | 53 |
| Octal | 355 | 305 | 272 | 0 | 21 | 26 | 7 | 15 | 73 | 123 |
| Binary | 11101101 | 11000101 | 10111010 | 0 | 10001 | 10110 | 111 | 1101 | 111011 | 1010011 |
Color Harmonies of #EDC5BA
Complementary color
Monochromatic Colors of #EDC5BA
Black with #EDC5BA
Text Example
Text Example
White with #EDC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5BA; }
p { color: rgb(237,197,186); }
H1.HeaderClassName
{
color: #EDC5BA;
}
.AnyTagClassName
{
color: #EDC5BA;
}
</style>
background-color css
<style>
a { background-color: #EDC5BA; }
a { background-color: rgb(237,197,186); }
div.DivClassName
{
background-color: #EDC5BA;
}
.BgClassName
{
background-color: #EDC5BA;
}
</style>
border-color css
<style>
span { border-color: #EDC5BA; }
span { border-color: rgb(237,197,186); }
td.TdClassName
{
border-color: #EDC5BA;
}
.TagClassName
{
border-color: #EDC5BA;
}
</style>