Shades of Desert Sand #EFCBB0
Tints of Desert Sand #EFCBB0
RGB
CMYK
RGB Variations
Color information
#EFCBB0 (or 0xEFCBB0) is known color: Desert Sand. HEX triplet: EF, CB and B0. RGB value is (239,203,176). Sum of RGB (Red+Green+Blue) = 239+203+176=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBB0 is #10344F. Grayscale: #D2D2D2. Windows color (decimal): -1061968 or 11586543. OLE color: 11586543.
HSL color Cylindrical-coordinate representation of color #EFCBB0: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFCBB0 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 176 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.06 |
| HSL | 25.71º | 0.66% | 0.81% | - |
| HSV(B) | 25.71º | 0.26% | 0.94% | - |
| XYZ | 64.79 | 64.2 | 50.05 | - |
| YUV | 210.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 176 | 0 | 0.15 | 0.26 | 0.06 | 25.71 | 0.66 | 0.81 |
| Hex | EF | CB | B0 | 0 | F | 1A | 6 | 1A | 42 | 51 |
| Octal | 357 | 313 | 260 | 0 | 17 | 32 | 6 | 32 | 102 | 121 |
| Binary | 11101111 | 11001011 | 10110000 | 0 | 1111 | 11010 | 110 | 11010 | 1000010 | 1010001 |
Color Harmonies of #EFCBB0
Complementary color
Monochromatic Colors of #EFCBB0
Black with #EFCBB0
Text Example
Text Example
White with #EFCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBB0; }
p { color: rgb(239,203,176); }
H1.HeaderClassName
{
color: #EFCBB0;
}
.AnyTagClassName
{
color: #EFCBB0;
}
</style>
background-color css
<style>
a { background-color: #EFCBB0; }
a { background-color: rgb(239,203,176); }
div.DivClassName
{
background-color: #EFCBB0;
}
.BgClassName
{
background-color: #EFCBB0;
}
</style>
border-color css
<style>
span { border-color: #EFCBB0; }
span { border-color: rgb(239,203,176); }
td.TdClassName
{
border-color: #EFCBB0;
}
.TagClassName
{
border-color: #EFCBB0;
}
</style>