Shades of Dust Storm #EDC9BE
Tints of Dust Storm #EDC9BE
RGB
CMYK
RGB Variations
Color information
#EDC9BE (or 0xEDC9BE) is known color: Dust Storm. HEX triplet: ED, C9 and BE. RGB value is (237,201,190). Sum of RGB (Red+Green+Blue) = 237+201+190=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BE is #123641. Grayscale: #D2D2D2. Windows color (decimal): -1193538 or 12503533. OLE color: 12503533.
HSL color Cylindrical-coordinate representation of color #EDC9BE: hue angle of 14.04º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC9BE is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 190 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.07 |
| HSL | 14.04º | 0.57% | 0.84% | - |
| HSV(B) | 14.04º | 0.2% | 0.93% | - |
| XYZ | 65.11 | 63.5 | 57.54 | - |
| YUV | 210.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 190 | 0 | 0.15 | 0.20 | 0.07 | 14.04 | 0.57 | 0.84 |
| Hex | ED | C9 | BE | 0 | F | 14 | 7 | E | 39 | 54 |
| Octal | 355 | 311 | 276 | 0 | 17 | 24 | 7 | 16 | 71 | 124 |
| Binary | 11101101 | 11001001 | 10111110 | 0 | 1111 | 10100 | 111 | 1110 | 111001 | 1010100 |
Color Harmonies of #EDC9BE
Complementary color
Monochromatic Colors of #EDC9BE
Black with #EDC9BE
Text Example
Text Example
White with #EDC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9BE; }
p { color: rgb(237,201,190); }
H1.HeaderClassName
{
color: #EDC9BE;
}
.AnyTagClassName
{
color: #EDC9BE;
}
</style>
background-color css
<style>
a { background-color: #EDC9BE; }
a { background-color: rgb(237,201,190); }
div.DivClassName
{
background-color: #EDC9BE;
}
.BgClassName
{
background-color: #EDC9BE;
}
</style>
border-color css
<style>
span { border-color: #EDC9BE; }
span { border-color: rgb(237,201,190); }
td.TdClassName
{
border-color: #EDC9BE;
}
.TagClassName
{
border-color: #EDC9BE;
}
</style>