Shades of Desert Sand #EECBAD
Tints of Desert Sand #EECBAD
RGB
CMYK
RGB Variations
Color information
#EECBAD (or 0xEECBAD) is known color: Desert Sand. HEX triplet: EE, CB and AD. RGB value is (238,203,173). Sum of RGB (Red+Green+Blue) = 238+203+173=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBAD is #113452. Grayscale: #D2D2D2. Windows color (decimal): -1127507 or 11389934. OLE color: 11389934.
HSL color Cylindrical-coordinate representation of color #EECBAD: hue angle of 27.69º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECBAD is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 173 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.07 |
| HSL | 27.69º | 0.66% | 0.81% | - |
| HSV(B) | 27.69º | 0.27% | 0.93% | - |
| XYZ | 64.16 | 63.91 | 48.49 | - |
| YUV | 210.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 173 | 0 | 0.15 | 0.27 | 0.07 | 27.69 | 0.66 | 0.81 |
| Hex | EE | CB | AD | 0 | F | 1B | 7 | 1C | 42 | 51 |
| Octal | 356 | 313 | 255 | 0 | 17 | 33 | 7 | 34 | 102 | 121 |
| Binary | 11101110 | 11001011 | 10101101 | 0 | 1111 | 11011 | 111 | 11100 | 1000010 | 1010001 |
Color Harmonies of #EECBAD
Complementary color
Monochromatic Colors of #EECBAD
Black with #EECBAD
Text Example
Text Example
White with #EECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBAD; }
p { color: rgb(238,203,173); }
H1.HeaderClassName
{
color: #EECBAD;
}
.AnyTagClassName
{
color: #EECBAD;
}
</style>
background-color css
<style>
a { background-color: #EECBAD; }
a { background-color: rgb(238,203,173); }
div.DivClassName
{
background-color: #EECBAD;
}
.BgClassName
{
background-color: #EECBAD;
}
</style>
border-color css
<style>
span { border-color: #EECBAD; }
span { border-color: rgb(238,203,173); }
td.TdClassName
{
border-color: #EECBAD;
}
.TagClassName
{
border-color: #EECBAD;
}
</style>