Shades of Dust Storm #EFC5BD
Tints of Dust Storm #EFC5BD
RGB
CMYK
RGB Variations
Color information
#EFC5BD (or 0xEFC5BD) is known color: Dust Storm. HEX triplet: EF, C5 and BD. RGB value is (239,197,189). Sum of RGB (Red+Green+Blue) = 239+197+189=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BD is #103A42. Grayscale: #D0D0D0. Windows color (decimal): -1063491 or 12436975. OLE color: 12436975.
HSL color Cylindrical-coordinate representation of color #EFC5BD: hue angle of 9.6º 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 #EFC5BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 189 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 9.6º | 0.61% | 0.84% | - |
| HSV(B) | 9.6º | 0.21% | 0.94% | - |
| XYZ | 64.75 | 61.96 | 56.69 | - |
| YUV | 208.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 189 | 0 | 0.18 | 0.21 | 0.06 | 9.6 | 0.61 | 0.84 |
| Hex | EF | C5 | BD | 0 | 12 | 15 | 6 | A | 3D | 54 |
| Octal | 357 | 305 | 275 | 0 | 22 | 25 | 6 | 12 | 75 | 124 |
| Binary | 11101111 | 11000101 | 10111101 | 0 | 10010 | 10101 | 110 | 1010 | 111101 | 1010100 |
Color Harmonies of #EFC5BD
Complementary color
Monochromatic Colors of #EFC5BD
Black with #EFC5BD
Text Example
Text Example
White with #EFC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5BD; }
p { color: rgb(239,197,189); }
H1.HeaderClassName
{
color: #EFC5BD;
}
.AnyTagClassName
{
color: #EFC5BD;
}
</style>
background-color css
<style>
a { background-color: #EFC5BD; }
a { background-color: rgb(239,197,189); }
div.DivClassName
{
background-color: #EFC5BD;
}
.BgClassName
{
background-color: #EFC5BD;
}
</style>
border-color css
<style>
span { border-color: #EFC5BD; }
span { border-color: rgb(239,197,189); }
td.TdClassName
{
border-color: #EFC5BD;
}
.TagClassName
{
border-color: #EFC5BD;
}
</style>