Shades of Desert Sand #EECCB2
Tints of Desert Sand #EECCB2
RGB
CMYK
RGB Variations
Color information
#EECCB2 (or 0xEECCB2) is known color: Desert Sand. HEX triplet: EE, CC and B2. RGB value is (238,204,178). Sum of RGB (Red+Green+Blue) = 238+204+178=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCB2 is #11334D. Grayscale: #D3D3D3. Windows color (decimal): -1127246 or 11717870. OLE color: 11717870.
HSL color Cylindrical-coordinate representation of color #EECCB2: hue angle of 26º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EECCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 178 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.07 |
| HSL | 26º | 0.64% | 0.82% | - |
| HSV(B) | 26º | 0.25% | 0.93% | - |
| XYZ | 64.89 | 64.58 | 51.16 | - |
| YUV | 211.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 178 | 0 | 0.14 | 0.25 | 0.07 | 26 | 0.64 | 0.82 |
| Hex | EE | CC | B2 | 0 | E | 19 | 7 | 1A | 40 | 52 |
| Octal | 356 | 314 | 262 | 0 | 16 | 31 | 7 | 32 | 100 | 122 |
| Binary | 11101110 | 11001100 | 10110010 | 0 | 1110 | 11001 | 111 | 11010 | 1000000 | 1010010 |
Color Harmonies of #EECCB2
Complementary color
Monochromatic Colors of #EECCB2
Black with #EECCB2
Text Example
Text Example
White with #EECCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCB2; }
p { color: rgb(238,204,178); }
H1.HeaderClassName
{
color: #EECCB2;
}
.AnyTagClassName
{
color: #EECCB2;
}
</style>
background-color css
<style>
a { background-color: #EECCB2; }
a { background-color: rgb(238,204,178); }
div.DivClassName
{
background-color: #EECCB2;
}
.BgClassName
{
background-color: #EECCB2;
}
</style>
border-color css
<style>
span { border-color: #EECCB2; }
span { border-color: rgb(238,204,178); }
td.TdClassName
{
border-color: #EECCB2;
}
.TagClassName
{
border-color: #EECCB2;
}
</style>