Shades of Dust Storm #EFC8BE
Tints of Dust Storm #EFC8BE
RGB
CMYK
RGB Variations
Color information
#EFC8BE (or 0xEFC8BE) is known color: Dust Storm. HEX triplet: EF, C8 and BE. RGB value is (239,200,190). Sum of RGB (Red+Green+Blue) = 239+200+190=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BE is #103741. Grayscale: #D2D2D2. Windows color (decimal): -1062722 or 12503279. OLE color: 12503279.
HSL color Cylindrical-coordinate representation of color #EFC8BE: hue angle of 12.24º 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 #EFC8BE is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 190 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.06 |
| HSL | 12.24º | 0.6% | 0.84% | - |
| HSV(B) | 12.24º | 0.21% | 0.94% | - |
| XYZ | 65.55 | 63.38 | 57.49 | - |
| YUV | 210.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 190 | 0 | 0.16 | 0.21 | 0.06 | 12.24 | 0.6 | 0.84 |
| Hex | EF | C8 | BE | 0 | 10 | 15 | 6 | C | 3C | 54 |
| Octal | 357 | 310 | 276 | 0 | 20 | 25 | 6 | 14 | 74 | 124 |
| Binary | 11101111 | 11001000 | 10111110 | 0 | 10000 | 10101 | 110 | 1100 | 111100 | 1010100 |
Color Harmonies of #EFC8BE
Complementary color
Monochromatic Colors of #EFC8BE
Black with #EFC8BE
Text Example
Text Example
White with #EFC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8BE; }
p { color: rgb(239,200,190); }
H1.HeaderClassName
{
color: #EFC8BE;
}
.AnyTagClassName
{
color: #EFC8BE;
}
</style>
background-color css
<style>
a { background-color: #EFC8BE; }
a { background-color: rgb(239,200,190); }
div.DivClassName
{
background-color: #EFC8BE;
}
.BgClassName
{
background-color: #EFC8BE;
}
</style>
border-color css
<style>
span { border-color: #EFC8BE; }
span { border-color: rgb(239,200,190); }
td.TdClassName
{
border-color: #EFC8BE;
}
.TagClassName
{
border-color: #EFC8BE;
}
</style>