Shades of Desert Sand #EFCEB0
Tints of Desert Sand #EFCEB0
RGB
CMYK
RGB Variations
Color information
#EFCEB0 (or 0xEFCEB0) is known color: Desert Sand. HEX triplet: EF, CE and B0. RGB value is (239,206,176). Sum of RGB (Red+Green+Blue) = 239+206+176=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEB0 is #10314F. Grayscale: #D4D4D4. Windows color (decimal): -1061200 or 11587311. OLE color: 11587311.
HSL color Cylindrical-coordinate representation of color #EFCEB0: hue angle of 28.57º 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 #EFCEB0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 176 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.06 |
| HSL | 28.57º | 0.66% | 0.81% | - |
| HSV(B) | 28.57º | 0.26% | 0.94% | - |
| XYZ | 65.5 | 65.63 | 50.29 | - |
| YUV | 212.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 176 | 0 | 0.14 | 0.26 | 0.06 | 28.57 | 0.66 | 0.81 |
| Hex | EF | CE | B0 | 0 | E | 1A | 6 | 1D | 42 | 51 |
| Octal | 357 | 316 | 260 | 0 | 16 | 32 | 6 | 35 | 102 | 121 |
| Binary | 11101111 | 11001110 | 10110000 | 0 | 1110 | 11010 | 110 | 11101 | 1000010 | 1010001 |
Color Harmonies of #EFCEB0
Complementary color
Monochromatic Colors of #EFCEB0
Black with #EFCEB0
Text Example
Text Example
White with #EFCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEB0; }
p { color: rgb(239,206,176); }
H1.HeaderClassName
{
color: #EFCEB0;
}
.AnyTagClassName
{
color: #EFCEB0;
}
</style>
background-color css
<style>
a { background-color: #EFCEB0; }
a { background-color: rgb(239,206,176); }
div.DivClassName
{
background-color: #EFCEB0;
}
.BgClassName
{
background-color: #EFCEB0;
}
</style>
border-color css
<style>
span { border-color: #EFCEB0; }
span { border-color: rgb(239,206,176); }
td.TdClassName
{
border-color: #EFCEB0;
}
.TagClassName
{
border-color: #EFCEB0;
}
</style>