Shades of Dust Storm #EFC6BF
Tints of Dust Storm #EFC6BF
RGB
CMYK
RGB Variations
Color information
#EFC6BF (or 0xEFC6BF) is known color: Dust Storm. HEX triplet: EF, C6 and BF. RGB value is (239,198,191). Sum of RGB (Red+Green+Blue) = 239+198+191=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BF is #103940. Grayscale: #D1D1D1. Windows color (decimal): -1063233 or 12568303. OLE color: 12568303.
HSL color Cylindrical-coordinate representation of color #EFC6BF: hue angle of 8.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC6BF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 191 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.06 |
| HSL | 8.75º | 0.6% | 0.84% | - |
| HSV(B) | 8.75º | 0.2% | 0.94% | - |
| XYZ | 65.19 | 62.5 | 57.92 | - |
| YUV | 209.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 191 | 0 | 0.17 | 0.20 | 0.06 | 8.75 | 0.6 | 0.84 |
| Hex | EF | C6 | BF | 0 | 11 | 14 | 6 | 9 | 3C | 54 |
| Octal | 357 | 306 | 277 | 0 | 21 | 24 | 6 | 11 | 74 | 124 |
| Binary | 11101111 | 11000110 | 10111111 | 0 | 10001 | 10100 | 110 | 1001 | 111100 | 1010100 |
Color Harmonies of #EFC6BF
Complementary color
Monochromatic Colors of #EFC6BF
Black with #EFC6BF
Text Example
Text Example
White with #EFC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6BF; }
p { color: rgb(239,198,191); }
H1.HeaderClassName
{
color: #EFC6BF;
}
.AnyTagClassName
{
color: #EFC6BF;
}
</style>
background-color css
<style>
a { background-color: #EFC6BF; }
a { background-color: rgb(239,198,191); }
div.DivClassName
{
background-color: #EFC6BF;
}
.BgClassName
{
background-color: #EFC6BF;
}
</style>
border-color css
<style>
span { border-color: #EFC6BF; }
span { border-color: rgb(239,198,191); }
td.TdClassName
{
border-color: #EFC6BF;
}
.TagClassName
{
border-color: #EFC6BF;
}
</style>