Shades of Desert Sand #EACEB5
Tints of Desert Sand #EACEB5
RGB
CMYK
RGB Variations
Color information
#EACEB5 (or 0xEACEB5) is known color: Desert Sand. HEX triplet: EA, CE and B5. RGB value is (234,206,181). Sum of RGB (Red+Green+Blue) = 234+206+181=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEB5 is #15314A. Grayscale: #D3D3D3. Windows color (decimal): -1388875 or 11914986. OLE color: 11914986.
HSL color Cylindrical-coordinate representation of color #EACEB5: hue angle of 28.3º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EACEB5 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 181 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.08 |
| HSL | 28.3º | 0.56% | 0.81% | - |
| HSV(B) | 28.3º | 0.23% | 0.92% | - |
| XYZ | 64.34 | 64.97 | 52.87 | - |
| YUV | 211.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 181 | 0 | 0.12 | 0.23 | 0.08 | 28.3 | 0.56 | 0.81 |
| Hex | EA | CE | B5 | 0 | C | 17 | 8 | 1C | 38 | 51 |
| Octal | 352 | 316 | 265 | 0 | 14 | 27 | 10 | 34 | 70 | 121 |
| Binary | 11101010 | 11001110 | 10110101 | 0 | 1100 | 10111 | 1000 | 11100 | 111000 | 1010001 |
Color Harmonies of #EACEB5
Complementary color
Monochromatic Colors of #EACEB5
Black with #EACEB5
Text Example
Text Example
White with #EACEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEB5; }
p { color: rgb(234,206,181); }
H1.HeaderClassName
{
color: #EACEB5;
}
.AnyTagClassName
{
color: #EACEB5;
}
</style>
background-color css
<style>
a { background-color: #EACEB5; }
a { background-color: rgb(234,206,181); }
div.DivClassName
{
background-color: #EACEB5;
}
.BgClassName
{
background-color: #EACEB5;
}
</style>
border-color css
<style>
span { border-color: #EACEB5; }
span { border-color: rgb(234,206,181); }
td.TdClassName
{
border-color: #EACEB5;
}
.TagClassName
{
border-color: #EACEB5;
}
</style>