Shades of Desert Sand #EECBB1
Tints of Desert Sand #EECBB1
RGB
CMYK
RGB Variations
Color information
#EECBB1 (or 0xEECBB1) is known color: Desert Sand. HEX triplet: EE, CB and B1. RGB value is (238,203,177). Sum of RGB (Red+Green+Blue) = 238+203+177=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECBB1 is #11344E. Grayscale: #D2D2D2. Windows color (decimal): -1127503 or 11652078. OLE color: 11652078.
HSL color Cylindrical-coordinate representation of color #EECBB1: hue angle of 25.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EECBB1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 177 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.07 |
| HSL | 25.57º | 0.64% | 0.81% | - |
| HSV(B) | 25.57º | 0.26% | 0.93% | - |
| XYZ | 64.55 | 64.06 | 50.56 | - |
| YUV | 210.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 177 | 0 | 0.15 | 0.26 | 0.07 | 25.57 | 0.64 | 0.81 |
| Hex | EE | CB | B1 | 0 | F | 1A | 7 | 1A | 40 | 51 |
| Octal | 356 | 313 | 261 | 0 | 17 | 32 | 7 | 32 | 100 | 121 |
| Binary | 11101110 | 11001011 | 10110001 | 0 | 1111 | 11010 | 111 | 11010 | 1000000 | 1010001 |
Color Harmonies of #EECBB1
Complementary color
Monochromatic Colors of #EECBB1
Black with #EECBB1
Text Example
Text Example
White with #EECBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBB1; }
p { color: rgb(238,203,177); }
H1.HeaderClassName
{
color: #EECBB1;
}
.AnyTagClassName
{
color: #EECBB1;
}
</style>
background-color css
<style>
a { background-color: #EECBB1; }
a { background-color: rgb(238,203,177); }
div.DivClassName
{
background-color: #EECBB1;
}
.BgClassName
{
background-color: #EECBB1;
}
</style>
border-color css
<style>
span { border-color: #EECBB1; }
span { border-color: rgb(238,203,177); }
td.TdClassName
{
border-color: #EECBB1;
}
.TagClassName
{
border-color: #EECBB1;
}
</style>