Shades of Desert Sand #EECCB4
Tints of Desert Sand #EECCB4
RGB
CMYK
RGB Variations
Color information
#EECCB4 (or 0xEECCB4) is known color: Desert Sand. HEX triplet: EE, CC and B4. RGB value is (238,204,180). Sum of RGB (Red+Green+Blue) = 238+204+180=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCB4 is #11334B. Grayscale: #D3D3D3. Windows color (decimal): -1127244 or 11848942. OLE color: 11848942.
HSL color Cylindrical-coordinate representation of color #EECCB4: hue angle of 24.83º 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 #EECCB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 180 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.07 |
| HSL | 24.83º | 0.63% | 0.82% | - |
| HSV(B) | 24.83º | 0.24% | 0.93% | - |
| XYZ | 65.09 | 64.66 | 52.23 | - |
| YUV | 211.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 180 | 0 | 0.14 | 0.24 | 0.07 | 24.83 | 0.63 | 0.82 |
| Hex | EE | CC | B4 | 0 | E | 18 | 7 | 19 | 3F | 52 |
| Octal | 356 | 314 | 264 | 0 | 16 | 30 | 7 | 31 | 77 | 122 |
| Binary | 11101110 | 11001100 | 10110100 | 0 | 1110 | 11000 | 111 | 11001 | 111111 | 1010010 |
Color Harmonies of #EECCB4
Complementary color
Monochromatic Colors of #EECCB4
Black with #EECCB4
Text Example
Text Example
White with #EECCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCB4; }
p { color: rgb(238,204,180); }
H1.HeaderClassName
{
color: #EECCB4;
}
.AnyTagClassName
{
color: #EECCB4;
}
</style>
background-color css
<style>
a { background-color: #EECCB4; }
a { background-color: rgb(238,204,180); }
div.DivClassName
{
background-color: #EECCB4;
}
.BgClassName
{
background-color: #EECCB4;
}
</style>
border-color css
<style>
span { border-color: #EECCB4; }
span { border-color: rgb(238,204,180); }
td.TdClassName
{
border-color: #EECCB4;
}
.TagClassName
{
border-color: #EECCB4;
}
</style>