Shades of Desert Sand #EFD0B5
Tints of Desert Sand #EFD0B5
RGB
CMYK
RGB Variations
Color information
#EFD0B5 (or 0xEFD0B5) is known color: Desert Sand. HEX triplet: EF, D0 and B5. RGB value is (239,208,181). Sum of RGB (Red+Green+Blue) = 239+208+181=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0B5 is #102F4A. Grayscale: #D6D6D6. Windows color (decimal): -1060683 or 11915503. OLE color: 11915503.
HSL color Cylindrical-coordinate representation of color #EFD0B5: hue angle of 27.93º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD0B5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 181 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.06 |
| HSL | 27.93º | 0.64% | 0.82% | - |
| HSV(B) | 27.93º | 0.24% | 0.94% | - |
| XYZ | 66.49 | 66.8 | 53.1 | - |
| YUV | 214.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 181 | 0 | 0.13 | 0.24 | 0.06 | 27.93 | 0.64 | 0.82 |
| Hex | EF | D0 | B5 | 0 | D | 18 | 6 | 1C | 40 | 52 |
| Octal | 357 | 320 | 265 | 0 | 15 | 30 | 6 | 34 | 100 | 122 |
| Binary | 11101111 | 11010000 | 10110101 | 0 | 1101 | 11000 | 110 | 11100 | 1000000 | 1010010 |
Color Harmonies of #EFD0B5
Complementary color
Monochromatic Colors of #EFD0B5
Black with #EFD0B5
Text Example
Text Example
White with #EFD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0B5; }
p { color: rgb(239,208,181); }
H1.HeaderClassName
{
color: #EFD0B5;
}
.AnyTagClassName
{
color: #EFD0B5;
}
</style>
background-color css
<style>
a { background-color: #EFD0B5; }
a { background-color: rgb(239,208,181); }
div.DivClassName
{
background-color: #EFD0B5;
}
.BgClassName
{
background-color: #EFD0B5;
}
</style>
border-color css
<style>
span { border-color: #EFD0B5; }
span { border-color: rgb(239,208,181); }
td.TdClassName
{
border-color: #EFD0B5;
}
.TagClassName
{
border-color: #EFD0B5;
}
</style>