Shades of Desert Sand #EFCCAD
Tints of Desert Sand #EFCCAD
RGB
CMYK
RGB Variations
Color information
#EFCCAD (or 0xEFCCAD) is known color: Desert Sand. HEX triplet: EF, CC and AD. RGB value is (239,204,173). Sum of RGB (Red+Green+Blue) = 239+204+173=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAD is #103352. Grayscale: #D3D3D3. Windows color (decimal): -1061715 or 11390191. OLE color: 11390191.
HSL color Cylindrical-coordinate representation of color #EFCCAD: hue angle of 28.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCCAD is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 173 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 28.18º | 0.67% | 0.81% | - |
| HSV(B) | 28.18º | 0.28% | 0.94% | - |
| XYZ | 64.73 | 64.55 | 48.58 | - |
| YUV | 210.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 173 | 0 | 0.15 | 0.28 | 0.06 | 28.18 | 0.67 | 0.81 |
| Hex | EF | CC | AD | 0 | F | 1C | 6 | 1C | 43 | 51 |
| Octal | 357 | 314 | 255 | 0 | 17 | 34 | 6 | 34 | 103 | 121 |
| Binary | 11101111 | 11001100 | 10101101 | 0 | 1111 | 11100 | 110 | 11100 | 1000011 | 1010001 |
Color Harmonies of #EFCCAD
Complementary color
Monochromatic Colors of #EFCCAD
Black with #EFCCAD
Text Example
Text Example
White with #EFCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCAD; }
p { color: rgb(239,204,173); }
H1.HeaderClassName
{
color: #EFCCAD;
}
.AnyTagClassName
{
color: #EFCCAD;
}
</style>
background-color css
<style>
a { background-color: #EFCCAD; }
a { background-color: rgb(239,204,173); }
div.DivClassName
{
background-color: #EFCCAD;
}
.BgClassName
{
background-color: #EFCCAD;
}
</style>
border-color css
<style>
span { border-color: #EFCCAD; }
span { border-color: rgb(239,204,173); }
td.TdClassName
{
border-color: #EFCCAD;
}
.TagClassName
{
border-color: #EFCCAD;
}
</style>