Shades of Dust Storm #EFC7BE
Tints of Dust Storm #EFC7BE
RGB
CMYK
RGB Variations
Color information
#EFC7BE (or 0xEFC7BE) is known color: Dust Storm. HEX triplet: EF, C7 and BE. RGB value is (239,199,190). Sum of RGB (Red+Green+Blue) = 239+199+190=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BE is #103841. Grayscale: #D2D2D2. Windows color (decimal): -1062978 or 12503023. OLE color: 12503023.
HSL color Cylindrical-coordinate representation of color #EFC7BE: hue angle of 11.02º 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 #EFC7BE is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 190 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.06 |
| HSL | 11.02º | 0.6% | 0.84% | - |
| HSV(B) | 11.02º | 0.21% | 0.94% | - |
| XYZ | 65.31 | 62.92 | 57.42 | - |
| YUV | 209.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 190 | 0 | 0.17 | 0.21 | 0.06 | 11.02 | 0.6 | 0.84 |
| Hex | EF | C7 | BE | 0 | 11 | 15 | 6 | B | 3C | 54 |
| Octal | 357 | 307 | 276 | 0 | 21 | 25 | 6 | 13 | 74 | 124 |
| Binary | 11101111 | 11000111 | 10111110 | 0 | 10001 | 10101 | 110 | 1011 | 111100 | 1010100 |
Color Harmonies of #EFC7BE
Complementary color
Monochromatic Colors of #EFC7BE
Black with #EFC7BE
Text Example
Text Example
White with #EFC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7BE; }
p { color: rgb(239,199,190); }
H1.HeaderClassName
{
color: #EFC7BE;
}
.AnyTagClassName
{
color: #EFC7BE;
}
</style>
background-color css
<style>
a { background-color: #EFC7BE; }
a { background-color: rgb(239,199,190); }
div.DivClassName
{
background-color: #EFC7BE;
}
.BgClassName
{
background-color: #EFC7BE;
}
</style>
border-color css
<style>
span { border-color: #EFC7BE; }
span { border-color: rgb(239,199,190); }
td.TdClassName
{
border-color: #EFC7BE;
}
.TagClassName
{
border-color: #EFC7BE;
}
</style>