Shades of Dust Storm #EFC5BE
Tints of Dust Storm #EFC5BE
RGB
CMYK
RGB Variations
Color information
#EFC5BE (or 0xEFC5BE) is known color: Dust Storm. HEX triplet: EF, C5 and BE. RGB value is (239,197,190). Sum of RGB (Red+Green+Blue) = 239+197+190=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BE is #103A41. Grayscale: #D0D0D0. Windows color (decimal): -1063490 or 12502511. OLE color: 12502511.
HSL color Cylindrical-coordinate representation of color #EFC5BE: hue angle of 8.57º degrees, saturation: 0.6, 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 #EFC5BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 190 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 8.57º | 0.6% | 0.84% | - |
| HSV(B) | 8.57º | 0.21% | 0.94% | - |
| XYZ | 64.86 | 62 | 57.26 | - |
| YUV | 208.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 190 | 0 | 0.18 | 0.21 | 0.06 | 8.57 | 0.6 | 0.84 |
| Hex | EF | C5 | BE | 0 | 12 | 15 | 6 | 9 | 3C | 54 |
| Octal | 357 | 305 | 276 | 0 | 22 | 25 | 6 | 11 | 74 | 124 |
| Binary | 11101111 | 11000101 | 10111110 | 0 | 10010 | 10101 | 110 | 1001 | 111100 | 1010100 |
Color Harmonies of #EFC5BE
Complementary color
Monochromatic Colors of #EFC5BE
Black with #EFC5BE
Text Example
Text Example
White with #EFC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5BE; }
p { color: rgb(239,197,190); }
H1.HeaderClassName
{
color: #EFC5BE;
}
.AnyTagClassName
{
color: #EFC5BE;
}
</style>
background-color css
<style>
a { background-color: #EFC5BE; }
a { background-color: rgb(239,197,190); }
div.DivClassName
{
background-color: #EFC5BE;
}
.BgClassName
{
background-color: #EFC5BE;
}
</style>
border-color css
<style>
span { border-color: #EFC5BE; }
span { border-color: rgb(239,197,190); }
td.TdClassName
{
border-color: #EFC5BE;
}
.TagClassName
{
border-color: #EFC5BE;
}
</style>