Shades of Desert Sand #EFCCAC
Tints of Desert Sand #EFCCAC
RGB
CMYK
RGB Variations
Color information
#EFCCAC (or 0xEFCCAC) is known color: Desert Sand. HEX triplet: EF, CC and AC. RGB value is (239,204,172). Sum of RGB (Red+Green+Blue) = 239+204+172=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAC is #103353. Grayscale: #D2D2D2. Windows color (decimal): -1061716 or 11324655. OLE color: 11324655.
HSL color Cylindrical-coordinate representation of color #EFCCAC: hue angle of 28.66º degrees, saturation: 0.68, 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 #EFCCAC is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 172 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 28.66º | 0.68% | 0.81% | - |
| HSV(B) | 28.66º | 0.28% | 0.94% | - |
| XYZ | 64.64 | 64.52 | 48.08 | - |
| YUV | 210.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 172 | 0 | 0.15 | 0.28 | 0.06 | 28.66 | 0.68 | 0.81 |
| Hex | EF | CC | AC | 0 | F | 1C | 6 | 1D | 44 | 51 |
| Octal | 357 | 314 | 254 | 0 | 17 | 34 | 6 | 35 | 104 | 121 |
| Binary | 11101111 | 11001100 | 10101100 | 0 | 1111 | 11100 | 110 | 11101 | 1000100 | 1010001 |
Color Harmonies of #EFCCAC
Complementary color
Monochromatic Colors of #EFCCAC
Black with #EFCCAC
Text Example
Text Example
White with #EFCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCAC; }
p { color: rgb(239,204,172); }
H1.HeaderClassName
{
color: #EFCCAC;
}
.AnyTagClassName
{
color: #EFCCAC;
}
</style>
background-color css
<style>
a { background-color: #EFCCAC; }
a { background-color: rgb(239,204,172); }
div.DivClassName
{
background-color: #EFCCAC;
}
.BgClassName
{
background-color: #EFCCAC;
}
</style>
border-color css
<style>
span { border-color: #EFCCAC; }
span { border-color: rgb(239,204,172); }
td.TdClassName
{
border-color: #EFCCAC;
}
.TagClassName
{
border-color: #EFCCAC;
}
</style>