Shades of Dust Storm #EFC5BC
Tints of Dust Storm #EFC5BC
RGB
CMYK
RGB Variations
Color information
#EFC5BC (or 0xEFC5BC) is known color: Dust Storm. HEX triplet: EF, C5 and BC. RGB value is (239,197,188). Sum of RGB (Red+Green+Blue) = 239+197+188=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BC is #103A43. Grayscale: #D0D0D0. Windows color (decimal): -1063492 or 12371439. OLE color: 12371439.
HSL color Cylindrical-coordinate representation of color #EFC5BC: hue angle of 10.59º 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 #EFC5BC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 188 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 10.59º | 0.61% | 0.84% | - |
| HSV(B) | 10.59º | 0.21% | 0.94% | - |
| XYZ | 64.64 | 61.91 | 56.12 | - |
| YUV | 208.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 188 | 0 | 0.18 | 0.21 | 0.06 | 10.59 | 0.61 | 0.84 |
| Hex | EF | C5 | BC | 0 | 12 | 15 | 6 | B | 3D | 54 |
| Octal | 357 | 305 | 274 | 0 | 22 | 25 | 6 | 13 | 75 | 124 |
| Binary | 11101111 | 11000101 | 10111100 | 0 | 10010 | 10101 | 110 | 1011 | 111101 | 1010100 |
Color Harmonies of #EFC5BC
Complementary color
Monochromatic Colors of #EFC5BC
Black with #EFC5BC
Text Example
Text Example
White with #EFC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5BC; }
p { color: rgb(239,197,188); }
H1.HeaderClassName
{
color: #EFC5BC;
}
.AnyTagClassName
{
color: #EFC5BC;
}
</style>
background-color css
<style>
a { background-color: #EFC5BC; }
a { background-color: rgb(239,197,188); }
div.DivClassName
{
background-color: #EFC5BC;
}
.BgClassName
{
background-color: #EFC5BC;
}
</style>
border-color css
<style>
span { border-color: #EFC5BC; }
span { border-color: rgb(239,197,188); }
td.TdClassName
{
border-color: #EFC5BC;
}
.TagClassName
{
border-color: #EFC5BC;
}
</style>