Shades of Desert Sand #EFCBAE
Tints of Desert Sand #EFCBAE
RGB
CMYK
RGB Variations
Color information
#EFCBAE (or 0xEFCBAE) is known color: Desert Sand. HEX triplet: EF, CB and AE. RGB value is (239,203,174). Sum of RGB (Red+Green+Blue) = 239+203+174=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAE is #103451. Grayscale: #D2D2D2. Windows color (decimal): -1061970 or 11455471. OLE color: 11455471.
HSL color Cylindrical-coordinate representation of color #EFCBAE: hue angle of 26.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFCBAE is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 174 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.06 |
| HSL | 26.77º | 0.67% | 0.81% | - |
| HSV(B) | 26.77º | 0.27% | 0.94% | - |
| XYZ | 64.59 | 64.12 | 49.02 | - |
| YUV | 210.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 174 | 0 | 0.15 | 0.27 | 0.06 | 26.77 | 0.67 | 0.81 |
| Hex | EF | CB | AE | 0 | F | 1B | 6 | 1B | 43 | 51 |
| Octal | 357 | 313 | 256 | 0 | 17 | 33 | 6 | 33 | 103 | 121 |
| Binary | 11101111 | 11001011 | 10101110 | 0 | 1111 | 11011 | 110 | 11011 | 1000011 | 1010001 |
Color Harmonies of #EFCBAE
Complementary color
Monochromatic Colors of #EFCBAE
Black with #EFCBAE
Text Example
Text Example
White with #EFCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBAE; }
p { color: rgb(239,203,174); }
H1.HeaderClassName
{
color: #EFCBAE;
}
.AnyTagClassName
{
color: #EFCBAE;
}
</style>
background-color css
<style>
a { background-color: #EFCBAE; }
a { background-color: rgb(239,203,174); }
div.DivClassName
{
background-color: #EFCBAE;
}
.BgClassName
{
background-color: #EFCBAE;
}
</style>
border-color css
<style>
span { border-color: #EFCBAE; }
span { border-color: rgb(239,203,174); }
td.TdClassName
{
border-color: #EFCBAE;
}
.TagClassName
{
border-color: #EFCBAE;
}
</style>