Shades of Dust Storm #EDC9C0
Tints of Dust Storm #EDC9C0
RGB
CMYK
RGB Variations
Color information
#EDC9C0 (or 0xEDC9C0) is known color: Dust Storm. HEX triplet: ED, C9 and C0. RGB value is (237,201,192). Sum of RGB (Red+Green+Blue) = 237+201+192=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C0 is #12363F. Grayscale: #D2D2D2. Windows color (decimal): -1193536 or 12634605. OLE color: 12634605.
HSL color Cylindrical-coordinate representation of color #EDC9C0: hue angle of 12º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC9C0 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 201 | 192 | - |
CMYK | 0 | 0.15 | 0.19 | 0.07 |
HSL | 12º | 0.56% | 0.84% | - |
HSV(B) | 12º | 0.19% | 0.93% | - |
XYZ | 65.33 | 63.58 | 58.7 | - |
YUV | 210.74 | 117.43 | 146.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 201 | 192 | 0 | 0.15 | 0.19 | 0.07 | 12 | 0.56 | 0.84 |
Hex | ED | C9 | C0 | 0 | F | 13 | 7 | C | 38 | 54 |
Octal | 355 | 311 | 300 | 0 | 17 | 23 | 7 | 14 | 70 | 124 |
Binary | 11101101 | 11001001 | 11000000 | 0 | 1111 | 10011 | 111 | 1100 | 111000 | 1010100 |
Color Harmonies of #EDC9C0
Complementary color
Monochromatic Colors of #EDC9C0
Black with #EDC9C0
Text Example
Text Example
White with #EDC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9C0; }
p { color: rgb(237,201,192); }
H1.HeaderClassName
{
color: #EDC9C0;
}
.AnyTagClassName
{
color: #EDC9C0;
}
</style>
background-color css
<style>
a { background-color: #EDC9C0; }
a { background-color: rgb(237,201,192); }
div.DivClassName
{
background-color: #EDC9C0;
}
.BgClassName
{
background-color: #EDC9C0;
}
</style>
border-color css
<style>
span { border-color: #EDC9C0; }
span { border-color: rgb(237,201,192); }
td.TdClassName
{
border-color: #EDC9C0;
}
.TagClassName
{
border-color: #EDC9C0;
}
</style>