Shades of Dust Storm #EFC4BA
Tints of Dust Storm #EFC4BA
RGB
CMYK
RGB Variations
Color information
#EFC4BA (or 0xEFC4BA) is known color: Dust Storm. HEX triplet: EF, C4 and BA. RGB value is (239,196,186). Sum of RGB (Red+Green+Blue) = 239+196+186=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BA is #103B45. Grayscale: #CFCFCF. Windows color (decimal): -1063750 or 12240111. OLE color: 12240111.
HSL color Cylindrical-coordinate representation of color #EFC4BA: hue angle of 11.32º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC4BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 186 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.06 |
| HSL | 11.32º | 0.62% | 0.83% | - |
| HSV(B) | 11.32º | 0.22% | 0.94% | - |
| XYZ | 64.2 | 61.38 | 54.92 | - |
| YUV | 207.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 186 | 0 | 0.18 | 0.22 | 0.06 | 11.32 | 0.62 | 0.83 |
| Hex | EF | C4 | BA | 0 | 12 | 16 | 6 | B | 3E | 53 |
| Octal | 357 | 304 | 272 | 0 | 22 | 26 | 6 | 13 | 76 | 123 |
| Binary | 11101111 | 11000100 | 10111010 | 0 | 10010 | 10110 | 110 | 1011 | 111110 | 1010011 |
Color Harmonies of #EFC4BA
Complementary color
Monochromatic Colors of #EFC4BA
Black with #EFC4BA
Text Example
Text Example
White with #EFC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4BA; }
p { color: rgb(239,196,186); }
H1.HeaderClassName
{
color: #EFC4BA;
}
.AnyTagClassName
{
color: #EFC4BA;
}
</style>
background-color css
<style>
a { background-color: #EFC4BA; }
a { background-color: rgb(239,196,186); }
div.DivClassName
{
background-color: #EFC4BA;
}
.BgClassName
{
background-color: #EFC4BA;
}
</style>
border-color css
<style>
span { border-color: #EFC4BA; }
span { border-color: rgb(239,196,186); }
td.TdClassName
{
border-color: #EFC4BA;
}
.TagClassName
{
border-color: #EFC4BA;
}
</style>