Shades of Desert Sand #EECCB5
Tints of Desert Sand #EECCB5
RGB
CMYK
RGB Variations
Color information
#EECCB5 (or 0xEECCB5) is known color: Desert Sand. HEX triplet: EE, CC and B5. RGB value is (238,204,181). Sum of RGB (Red+Green+Blue) = 238+204+181=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCB5 is #11334A. Grayscale: #D3D3D3. Windows color (decimal): -1127243 or 11914478. OLE color: 11914478.
HSL color Cylindrical-coordinate representation of color #EECCB5: hue angle of 24.21º 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 #EECCB5 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 181 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 24.21º | 0.63% | 0.82% | - |
| HSV(B) | 24.21º | 0.24% | 0.93% | - |
| XYZ | 65.19 | 64.7 | 52.77 | - |
| YUV | 211.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 181 | 0 | 0.14 | 0.24 | 0.07 | 24.21 | 0.63 | 0.82 |
| Hex | EE | CC | B5 | 0 | E | 18 | 7 | 18 | 3F | 52 |
| Octal | 356 | 314 | 265 | 0 | 16 | 30 | 7 | 30 | 77 | 122 |
| Binary | 11101110 | 11001100 | 10110101 | 0 | 1110 | 11000 | 111 | 11000 | 111111 | 1010010 |
Color Harmonies of #EECCB5
Complementary color
Monochromatic Colors of #EECCB5
Black with #EECCB5
Text Example
Text Example
White with #EECCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCB5; }
p { color: rgb(238,204,181); }
H1.HeaderClassName
{
color: #EECCB5;
}
.AnyTagClassName
{
color: #EECCB5;
}
</style>
background-color css
<style>
a { background-color: #EECCB5; }
a { background-color: rgb(238,204,181); }
div.DivClassName
{
background-color: #EECCB5;
}
.BgClassName
{
background-color: #EECCB5;
}
</style>
border-color css
<style>
span { border-color: #EECCB5; }
span { border-color: rgb(238,204,181); }
td.TdClassName
{
border-color: #EECCB5;
}
.TagClassName
{
border-color: #EECCB5;
}
</style>