Shades of Dust Storm #EFCBC1
Tints of Dust Storm #EFCBC1
RGB
CMYK
RGB Variations
Color information
#EFCBC1 (or 0xEFCBC1) is known color: Dust Storm. HEX triplet: EF, CB and C1. RGB value is (239,203,193). Sum of RGB (Red+Green+Blue) = 239+203+193=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC1 is #10343E. Grayscale: #D4D4D4. Windows color (decimal): -1061951 or 12700655. OLE color: 12700655.
HSL color Cylindrical-coordinate representation of color #EFCBC1: hue angle of 13.04º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCBC1 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 193 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.06 |
| HSL | 13.04º | 0.59% | 0.85% | - |
| HSV(B) | 13.04º | 0.19% | 0.94% | - |
| XYZ | 66.58 | 64.91 | 59.47 | - |
| YUV | 212.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 193 | 0 | 0.15 | 0.19 | 0.06 | 13.04 | 0.59 | 0.85 |
| Hex | EF | CB | C1 | 0 | F | 13 | 6 | D | 3B | 55 |
| Octal | 357 | 313 | 301 | 0 | 17 | 23 | 6 | 15 | 73 | 125 |
| Binary | 11101111 | 11001011 | 11000001 | 0 | 1111 | 10011 | 110 | 1101 | 111011 | 1010101 |
Color Harmonies of #EFCBC1
Complementary color
Monochromatic Colors of #EFCBC1
Black with #EFCBC1
Text Example
Text Example
White with #EFCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBC1; }
p { color: rgb(239,203,193); }
H1.HeaderClassName
{
color: #EFCBC1;
}
.AnyTagClassName
{
color: #EFCBC1;
}
</style>
background-color css
<style>
a { background-color: #EFCBC1; }
a { background-color: rgb(239,203,193); }
div.DivClassName
{
background-color: #EFCBC1;
}
.BgClassName
{
background-color: #EFCBC1;
}
</style>
border-color css
<style>
span { border-color: #EFCBC1; }
span { border-color: rgb(239,203,193); }
td.TdClassName
{
border-color: #EFCBC1;
}
.TagClassName
{
border-color: #EFCBC1;
}
</style>