Shades of Desert Sand #EBCDB3
Tints of Desert Sand #EBCDB3
RGB
CMYK
RGB Variations
Color information
#EBCDB3 (or 0xEBCDB3) is known color: Desert Sand. HEX triplet: EB, CD and B3. RGB value is (235,205,179). Sum of RGB (Red+Green+Blue) = 235+205+179=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDB3 is #14324C. Grayscale: #D3D3D3. Windows color (decimal): -1323597 or 11783659. OLE color: 11783659.
HSL color Cylindrical-coordinate representation of color #EBCDB3: hue angle of 27.86º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBCDB3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 179 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.08 |
| HSL | 27.86º | 0.58% | 0.81% | - |
| HSV(B) | 27.86º | 0.24% | 0.92% | - |
| XYZ | 64.23 | 64.58 | 51.73 | - |
| YUV | 211.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 179 | 0 | 0.13 | 0.24 | 0.08 | 27.86 | 0.58 | 0.81 |
| Hex | EB | CD | B3 | 0 | D | 18 | 8 | 1C | 3A | 51 |
| Octal | 353 | 315 | 263 | 0 | 15 | 30 | 10 | 34 | 72 | 121 |
| Binary | 11101011 | 11001101 | 10110011 | 0 | 1101 | 11000 | 1000 | 11100 | 111010 | 1010001 |
Color Harmonies of #EBCDB3
Complementary color
Monochromatic Colors of #EBCDB3
Black with #EBCDB3
Text Example
Text Example
White with #EBCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDB3; }
p { color: rgb(235,205,179); }
H1.HeaderClassName
{
color: #EBCDB3;
}
.AnyTagClassName
{
color: #EBCDB3;
}
</style>
background-color css
<style>
a { background-color: #EBCDB3; }
a { background-color: rgb(235,205,179); }
div.DivClassName
{
background-color: #EBCDB3;
}
.BgClassName
{
background-color: #EBCDB3;
}
</style>
border-color css
<style>
span { border-color: #EBCDB3; }
span { border-color: rgb(235,205,179); }
td.TdClassName
{
border-color: #EBCDB3;
}
.TagClassName
{
border-color: #EBCDB3;
}
</style>