Shades of Desert Sand #EECEB5
Tints of Desert Sand #EECEB5
RGB
CMYK
RGB Variations
Color information
#EECEB5 (or 0xEECEB5) is known color: Desert Sand. HEX triplet: EE, CE and B5. RGB value is (238,206,181). Sum of RGB (Red+Green+Blue) = 238+206+181=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEB5 is #11314A. Grayscale: #D4D4D4. Windows color (decimal): -1126731 or 11914990. OLE color: 11914990.
HSL color Cylindrical-coordinate representation of color #EECEB5: hue angle of 26.32º degrees, saturation: 0.63, 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 #EECEB5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 181 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.07 |
| HSL | 26.32º | 0.63% | 0.82% | - |
| HSV(B) | 26.32º | 0.24% | 0.93% | - |
| XYZ | 65.67 | 65.66 | 52.93 | - |
| YUV | 212.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 181 | 0 | 0.13 | 0.24 | 0.07 | 26.32 | 0.63 | 0.82 |
| Hex | EE | CE | B5 | 0 | D | 18 | 7 | 1A | 3F | 52 |
| Octal | 356 | 316 | 265 | 0 | 15 | 30 | 7 | 32 | 77 | 122 |
| Binary | 11101110 | 11001110 | 10110101 | 0 | 1101 | 11000 | 111 | 11010 | 111111 | 1010010 |
Color Harmonies of #EECEB5
Complementary color
Monochromatic Colors of #EECEB5
Black with #EECEB5
Text Example
Text Example
White with #EECEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEB5; }
p { color: rgb(238,206,181); }
H1.HeaderClassName
{
color: #EECEB5;
}
.AnyTagClassName
{
color: #EECEB5;
}
</style>
background-color css
<style>
a { background-color: #EECEB5; }
a { background-color: rgb(238,206,181); }
div.DivClassName
{
background-color: #EECEB5;
}
.BgClassName
{
background-color: #EECEB5;
}
</style>
border-color css
<style>
span { border-color: #EECEB5; }
span { border-color: rgb(238,206,181); }
td.TdClassName
{
border-color: #EECEB5;
}
.TagClassName
{
border-color: #EECEB5;
}
</style>