Shades of Desert Sand #EECEB6
Tints of Desert Sand #EECEB6
RGB
CMYK
RGB Variations
Color information
#EECEB6 (or 0xEECEB6) is known color: Desert Sand. HEX triplet: EE, CE and B6. RGB value is (238,206,182). Sum of RGB (Red+Green+Blue) = 238+206+182=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEB6 is #113149. Grayscale: #D4D4D4. Windows color (decimal): -1126730 or 11980526. OLE color: 11980526.
HSL color Cylindrical-coordinate representation of color #EECEB6: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EECEB6 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 182 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.07 |
| HSL | 25.71º | 0.62% | 0.82% | - |
| HSV(B) | 25.71º | 0.24% | 0.93% | - |
| XYZ | 65.77 | 65.7 | 53.47 | - |
| YUV | 212.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 182 | 0 | 0.13 | 0.24 | 0.07 | 25.71 | 0.62 | 0.82 |
| Hex | EE | CE | B6 | 0 | D | 18 | 7 | 1A | 3E | 52 |
| Octal | 356 | 316 | 266 | 0 | 15 | 30 | 7 | 32 | 76 | 122 |
| Binary | 11101110 | 11001110 | 10110110 | 0 | 1101 | 11000 | 111 | 11010 | 111110 | 1010010 |
Color Harmonies of #EECEB6
Complementary color
Monochromatic Colors of #EECEB6
Black with #EECEB6
Text Example
Text Example
White with #EECEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEB6; }
p { color: rgb(238,206,182); }
H1.HeaderClassName
{
color: #EECEB6;
}
.AnyTagClassName
{
color: #EECEB6;
}
</style>
background-color css
<style>
a { background-color: #EECEB6; }
a { background-color: rgb(238,206,182); }
div.DivClassName
{
background-color: #EECEB6;
}
.BgClassName
{
background-color: #EECEB6;
}
</style>
border-color css
<style>
span { border-color: #EECEB6; }
span { border-color: rgb(238,206,182); }
td.TdClassName
{
border-color: #EECEB6;
}
.TagClassName
{
border-color: #EECEB6;
}
</style>