Shades of Dust Storm #EFC7BD
Tints of Dust Storm #EFC7BD
RGB
CMYK
RGB Variations
Color information
#EFC7BD (or 0xEFC7BD) is known color: Dust Storm. HEX triplet: EF, C7 and BD. RGB value is (239,199,189). Sum of RGB (Red+Green+Blue) = 239+199+189=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BD is #103842. Grayscale: #D1D1D1. Windows color (decimal): -1062979 or 12437487. OLE color: 12437487.
HSL color Cylindrical-coordinate representation of color #EFC7BD: hue angle of 12º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC7BD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 189 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.06 |
| HSL | 12º | 0.61% | 0.84% | - |
| HSV(B) | 12º | 0.21% | 0.94% | - |
| XYZ | 65.21 | 62.87 | 56.84 | - |
| YUV | 209.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 189 | 0 | 0.17 | 0.21 | 0.06 | 12 | 0.61 | 0.84 |
| Hex | EF | C7 | BD | 0 | 11 | 15 | 6 | C | 3D | 54 |
| Octal | 357 | 307 | 275 | 0 | 21 | 25 | 6 | 14 | 75 | 124 |
| Binary | 11101111 | 11000111 | 10111101 | 0 | 10001 | 10101 | 110 | 1100 | 111101 | 1010100 |
Color Harmonies of #EFC7BD
Complementary color
Monochromatic Colors of #EFC7BD
Black with #EFC7BD
Text Example
Text Example
White with #EFC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7BD; }
p { color: rgb(239,199,189); }
H1.HeaderClassName
{
color: #EFC7BD;
}
.AnyTagClassName
{
color: #EFC7BD;
}
</style>
background-color css
<style>
a { background-color: #EFC7BD; }
a { background-color: rgb(239,199,189); }
div.DivClassName
{
background-color: #EFC7BD;
}
.BgClassName
{
background-color: #EFC7BD;
}
</style>
border-color css
<style>
span { border-color: #EFC7BD; }
span { border-color: rgb(239,199,189); }
td.TdClassName
{
border-color: #EFC7BD;
}
.TagClassName
{
border-color: #EFC7BD;
}
</style>