Shades of Desert Sand #EFCDAB
Tints of Desert Sand #EFCDAB
RGB
CMYK
RGB Variations
Color information
#EFCDAB (or 0xEFCDAB) is known color: Desert Sand. HEX triplet: EF, CD and AB. RGB value is (239,205,171). Sum of RGB (Red+Green+Blue) = 239+205+171=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDAB is #103254. Grayscale: #D3D3D3. Windows color (decimal): -1061461 or 11259375. OLE color: 11259375.
HSL color Cylindrical-coordinate representation of color #EFCDAB: hue angle of 30º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCDAB is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 171 | - |
CMYK | 0 | 0.14 | 0.28 | 0.06 |
HSL | 30º | 0.68% | 0.8% | - |
HSV(B) | 30º | 0.28% | 0.94% | - |
XYZ | 64.78 | 64.95 | 47.65 | - |
YUV | 211.29 | 105.26 | 147.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 171 | 0 | 0.14 | 0.28 | 0.06 | 30 | 0.68 | 0.8 |
Hex | EF | CD | AB | 0 | E | 1C | 6 | 1E | 44 | 50 |
Octal | 357 | 315 | 253 | 0 | 16 | 34 | 6 | 36 | 104 | 120 |
Binary | 11101111 | 11001101 | 10101011 | 0 | 1110 | 11100 | 110 | 11110 | 1000100 | 1010000 |
Color Harmonies of #EFCDAB
Complementary color
Monochromatic Colors of #EFCDAB
Black with #EFCDAB
Text Example
Text Example
White with #EFCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDAB; }
p { color: rgb(239,205,171); }
H1.HeaderClassName
{
color: #EFCDAB;
}
.AnyTagClassName
{
color: #EFCDAB;
}
</style>
background-color css
<style>
a { background-color: #EFCDAB; }
a { background-color: rgb(239,205,171); }
div.DivClassName
{
background-color: #EFCDAB;
}
.BgClassName
{
background-color: #EFCDAB;
}
</style>
border-color css
<style>
span { border-color: #EFCDAB; }
span { border-color: rgb(239,205,171); }
td.TdClassName
{
border-color: #EFCDAB;
}
.TagClassName
{
border-color: #EFCDAB;
}
</style>