Shades of Desert Sand #EFCFB1
Tints of Desert Sand #EFCFB1
RGB
CMYK
RGB Variations
Color information
#EFCFB1 (or 0xEFCFB1) is known color: Desert Sand. HEX triplet: EF, CF and B1. RGB value is (239,207,177). Sum of RGB (Red+Green+Blue) = 239+207+177=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFB1 is #10304E. Grayscale: #D5D5D5. Windows color (decimal): -1060943 or 11653103. OLE color: 11653103.
HSL color Cylindrical-coordinate representation of color #EFCFB1: hue angle of 29.03º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFCFB1 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 177 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.06 |
| HSL | 29.03º | 0.66% | 0.82% | - |
| HSV(B) | 29.03º | 0.26% | 0.94% | - |
| XYZ | 65.85 | 66.15 | 50.89 | - |
| YUV | 213.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 177 | 0 | 0.13 | 0.26 | 0.06 | 29.03 | 0.66 | 0.82 |
| Hex | EF | CF | B1 | 0 | D | 1A | 6 | 1D | 42 | 52 |
| Octal | 357 | 317 | 261 | 0 | 15 | 32 | 6 | 35 | 102 | 122 |
| Binary | 11101111 | 11001111 | 10110001 | 0 | 1101 | 11010 | 110 | 11101 | 1000010 | 1010010 |
Color Harmonies of #EFCFB1
Complementary color
Monochromatic Colors of #EFCFB1
Black with #EFCFB1
Text Example
Text Example
White with #EFCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFB1; }
p { color: rgb(239,207,177); }
H1.HeaderClassName
{
color: #EFCFB1;
}
.AnyTagClassName
{
color: #EFCFB1;
}
</style>
background-color css
<style>
a { background-color: #EFCFB1; }
a { background-color: rgb(239,207,177); }
div.DivClassName
{
background-color: #EFCFB1;
}
.BgClassName
{
background-color: #EFCFB1;
}
</style>
border-color css
<style>
span { border-color: #EFCFB1; }
span { border-color: rgb(239,207,177); }
td.TdClassName
{
border-color: #EFCFB1;
}
.TagClassName
{
border-color: #EFCFB1;
}
</style>