Shades of Dust Storm #EDC6BA
Tints of Dust Storm #EDC6BA
RGB
CMYK
RGB Variations
Color information
#EDC6BA (or 0xEDC6BA) is known color: Dust Storm. HEX triplet: ED, C6 and BA. RGB value is (237,198,186). Sum of RGB (Red+Green+Blue) = 237+198+186=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BA is #123945. Grayscale: #D0D0D0. Windows color (decimal): -1194310 or 12240621. OLE color: 12240621.
HSL color Cylindrical-coordinate representation of color #EDC6BA: hue angle of 14.12º 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 #EDC6BA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 186 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.07 |
| HSL | 14.12º | 0.59% | 0.83% | - |
| HSV(B) | 14.12º | 0.22% | 0.93% | - |
| XYZ | 63.98 | 61.94 | 55.04 | - |
| YUV | 208.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 186 | 0 | 0.16 | 0.22 | 0.07 | 14.12 | 0.59 | 0.83 |
| Hex | ED | C6 | BA | 0 | 10 | 16 | 7 | E | 3B | 53 |
| Octal | 355 | 306 | 272 | 0 | 20 | 26 | 7 | 16 | 73 | 123 |
| Binary | 11101101 | 11000110 | 10111010 | 0 | 10000 | 10110 | 111 | 1110 | 111011 | 1010011 |
Color Harmonies of #EDC6BA
Complementary color
Monochromatic Colors of #EDC6BA
Black with #EDC6BA
Text Example
Text Example
White with #EDC6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6BA; }
p { color: rgb(237,198,186); }
H1.HeaderClassName
{
color: #EDC6BA;
}
.AnyTagClassName
{
color: #EDC6BA;
}
</style>
background-color css
<style>
a { background-color: #EDC6BA; }
a { background-color: rgb(237,198,186); }
div.DivClassName
{
background-color: #EDC6BA;
}
.BgClassName
{
background-color: #EDC6BA;
}
</style>
border-color css
<style>
span { border-color: #EDC6BA; }
span { border-color: rgb(237,198,186); }
td.TdClassName
{
border-color: #EDC6BA;
}
.TagClassName
{
border-color: #EDC6BA;
}
</style>