Shades of Dust Storm #EDC7BE
Tints of Dust Storm #EDC7BE
RGB
CMYK
RGB Variations
Color information
#EDC7BE (or 0xEDC7BE) is known color: Dust Storm. HEX triplet: ED, C7 and BE. RGB value is (237,199,190). Sum of RGB (Red+Green+Blue) = 237+199+190=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7BE is #123841. Grayscale: #D1D1D1. Windows color (decimal): -1194050 or 12503021. OLE color: 12503021.
HSL color Cylindrical-coordinate representation of color #EDC7BE: hue angle of 11.49º 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 #EDC7BE is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 190 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.07 |
| HSL | 11.49º | 0.57% | 0.84% | - |
| HSV(B) | 11.49º | 0.2% | 0.93% | - |
| XYZ | 64.64 | 62.57 | 57.39 | - |
| YUV | 209.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 190 | 0 | 0.16 | 0.20 | 0.07 | 11.49 | 0.57 | 0.84 |
| Hex | ED | C7 | BE | 0 | 10 | 14 | 7 | B | 39 | 54 |
| Octal | 355 | 307 | 276 | 0 | 20 | 24 | 7 | 13 | 71 | 124 |
| Binary | 11101101 | 11000111 | 10111110 | 0 | 10000 | 10100 | 111 | 1011 | 111001 | 1010100 |
Color Harmonies of #EDC7BE
Complementary color
Monochromatic Colors of #EDC7BE
Black with #EDC7BE
Text Example
Text Example
White with #EDC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7BE; }
p { color: rgb(237,199,190); }
H1.HeaderClassName
{
color: #EDC7BE;
}
.AnyTagClassName
{
color: #EDC7BE;
}
</style>
background-color css
<style>
a { background-color: #EDC7BE; }
a { background-color: rgb(237,199,190); }
div.DivClassName
{
background-color: #EDC7BE;
}
.BgClassName
{
background-color: #EDC7BE;
}
</style>
border-color css
<style>
span { border-color: #EDC7BE; }
span { border-color: rgb(237,199,190); }
td.TdClassName
{
border-color: #EDC7BE;
}
.TagClassName
{
border-color: #EDC7BE;
}
</style>