Shades of Desert Sand #EACCB1
Tints of Desert Sand #EACCB1
RGB
CMYK
RGB Variations
Color information
#EACCB1 (or 0xEACCB1) is known color: Desert Sand. HEX triplet: EA, CC and B1. RGB value is (234,204,177). Sum of RGB (Red+Green+Blue) = 234+204+177=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCB1 is #15334E. Grayscale: #D2D2D2. Windows color (decimal): -1389391 or 11652330. OLE color: 11652330.
HSL color Cylindrical-coordinate representation of color #EACCB1: hue angle of 28.42º 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 #EACCB1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 177 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.08 |
| HSL | 28.42º | 0.58% | 0.81% | - |
| HSV(B) | 28.42º | 0.24% | 0.92% | - |
| XYZ | 63.46 | 63.85 | 50.58 | - |
| YUV | 209.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 177 | 0 | 0.13 | 0.24 | 0.08 | 28.42 | 0.58 | 0.81 |
| Hex | EA | CC | B1 | 0 | D | 18 | 8 | 1C | 3A | 51 |
| Octal | 352 | 314 | 261 | 0 | 15 | 30 | 10 | 34 | 72 | 121 |
| Binary | 11101010 | 11001100 | 10110001 | 0 | 1101 | 11000 | 1000 | 11100 | 111010 | 1010001 |
Color Harmonies of #EACCB1
Complementary color
Monochromatic Colors of #EACCB1
Black with #EACCB1
Text Example
Text Example
White with #EACCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCB1; }
p { color: rgb(234,204,177); }
H1.HeaderClassName
{
color: #EACCB1;
}
.AnyTagClassName
{
color: #EACCB1;
}
</style>
background-color css
<style>
a { background-color: #EACCB1; }
a { background-color: rgb(234,204,177); }
div.DivClassName
{
background-color: #EACCB1;
}
.BgClassName
{
background-color: #EACCB1;
}
</style>
border-color css
<style>
span { border-color: #EACCB1; }
span { border-color: rgb(234,204,177); }
td.TdClassName
{
border-color: #EACCB1;
}
.TagClassName
{
border-color: #EACCB1;
}
</style>