Shades of Desert Sand #EFCDB0
Tints of Desert Sand #EFCDB0
RGB
CMYK
RGB Variations
Color information
#EFCDB0 (or 0xEFCDB0) is known color: Desert Sand. HEX triplet: EF, CD and B0. RGB value is (239,205,176). Sum of RGB (Red+Green+Blue) = 239+205+176=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDB0 is #10324F. Grayscale: #D4D4D4. Windows color (decimal): -1061456 or 11587055. OLE color: 11587055.
HSL color Cylindrical-coordinate representation of color #EFCDB0: hue angle of 27.62º 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 #EFCDB0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 176 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.06 |
| HSL | 27.62º | 0.66% | 0.81% | - |
| HSV(B) | 27.62º | 0.26% | 0.94% | - |
| XYZ | 65.26 | 65.15 | 50.21 | - |
| YUV | 211.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 176 | 0 | 0.14 | 0.26 | 0.06 | 27.62 | 0.66 | 0.81 |
| Hex | EF | CD | B0 | 0 | E | 1A | 6 | 1C | 42 | 51 |
| Octal | 357 | 315 | 260 | 0 | 16 | 32 | 6 | 34 | 102 | 121 |
| Binary | 11101111 | 11001101 | 10110000 | 0 | 1110 | 11010 | 110 | 11100 | 1000010 | 1010001 |
Color Harmonies of #EFCDB0
Complementary color
Monochromatic Colors of #EFCDB0
Black with #EFCDB0
Text Example
Text Example
White with #EFCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDB0; }
p { color: rgb(239,205,176); }
H1.HeaderClassName
{
color: #EFCDB0;
}
.AnyTagClassName
{
color: #EFCDB0;
}
</style>
background-color css
<style>
a { background-color: #EFCDB0; }
a { background-color: rgb(239,205,176); }
div.DivClassName
{
background-color: #EFCDB0;
}
.BgClassName
{
background-color: #EFCDB0;
}
</style>
border-color css
<style>
span { border-color: #EFCDB0; }
span { border-color: rgb(239,205,176); }
td.TdClassName
{
border-color: #EFCDB0;
}
.TagClassName
{
border-color: #EFCDB0;
}
</style>