Shades of Desert Sand #EFCBB3
Tints of Desert Sand #EFCBB3
RGB
CMYK
RGB Variations
Color information
#EFCBB3 (or 0xEFCBB3) is known color: Desert Sand. HEX triplet: EF, CB and B3. RGB value is (239,203,179). Sum of RGB (Red+Green+Blue) = 239+203+179=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBB3 is #10344C. Grayscale: #D3D3D3. Windows color (decimal): -1061965 or 11783151. OLE color: 11783151.
HSL color Cylindrical-coordinate representation of color #EFCBB3: hue angle of 24º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFCBB3 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 179 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.06 |
| HSL | 24º | 0.65% | 0.82% | - |
| HSV(B) | 24º | 0.25% | 0.94% | - |
| XYZ | 65.09 | 64.32 | 51.63 | - |
| YUV | 211.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 179 | 0 | 0.15 | 0.25 | 0.06 | 24 | 0.65 | 0.82 |
| Hex | EF | CB | B3 | 0 | F | 19 | 6 | 18 | 41 | 52 |
| Octal | 357 | 313 | 263 | 0 | 17 | 31 | 6 | 30 | 101 | 122 |
| Binary | 11101111 | 11001011 | 10110011 | 0 | 1111 | 11001 | 110 | 11000 | 1000001 | 1010010 |
Color Harmonies of #EFCBB3
Complementary color
Monochromatic Colors of #EFCBB3
Black with #EFCBB3
Text Example
Text Example
White with #EFCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBB3; }
p { color: rgb(239,203,179); }
H1.HeaderClassName
{
color: #EFCBB3;
}
.AnyTagClassName
{
color: #EFCBB3;
}
</style>
background-color css
<style>
a { background-color: #EFCBB3; }
a { background-color: rgb(239,203,179); }
div.DivClassName
{
background-color: #EFCBB3;
}
.BgClassName
{
background-color: #EFCBB3;
}
</style>
border-color css
<style>
span { border-color: #EFCBB3; }
span { border-color: rgb(239,203,179); }
td.TdClassName
{
border-color: #EFCBB3;
}
.TagClassName
{
border-color: #EFCBB3;
}
</style>