Shades of Desert Sand #EACCB4
Tints of Desert Sand #EACCB4
RGB
CMYK
RGB Variations
Color information
#EACCB4 (or 0xEACCB4) is known color: Desert Sand. HEX triplet: EA, CC and B4. RGB value is (234,204,180). Sum of RGB (Red+Green+Blue) = 234+204+180=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCB4 is #15334B. Grayscale: #D2D2D2. Windows color (decimal): -1389388 or 11848938. OLE color: 11848938.
HSL color Cylindrical-coordinate representation of color #EACCB4: hue angle of 26.67º 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 #EACCB4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 180 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.08 |
| HSL | 26.67º | 0.56% | 0.81% | - |
| HSV(B) | 26.67º | 0.23% | 0.92% | - |
| XYZ | 63.76 | 63.97 | 52.17 | - |
| YUV | 210.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 180 | 0 | 0.13 | 0.23 | 0.08 | 26.67 | 0.56 | 0.81 |
| Hex | EA | CC | B4 | 0 | D | 17 | 8 | 1B | 38 | 51 |
| Octal | 352 | 314 | 264 | 0 | 15 | 27 | 10 | 33 | 70 | 121 |
| Binary | 11101010 | 11001100 | 10110100 | 0 | 1101 | 10111 | 1000 | 11011 | 111000 | 1010001 |
Color Harmonies of #EACCB4
Complementary color
Monochromatic Colors of #EACCB4
Black with #EACCB4
Text Example
Text Example
White with #EACCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCB4; }
p { color: rgb(234,204,180); }
H1.HeaderClassName
{
color: #EACCB4;
}
.AnyTagClassName
{
color: #EACCB4;
}
</style>
background-color css
<style>
a { background-color: #EACCB4; }
a { background-color: rgb(234,204,180); }
div.DivClassName
{
background-color: #EACCB4;
}
.BgClassName
{
background-color: #EACCB4;
}
</style>
border-color css
<style>
span { border-color: #EACCB4; }
span { border-color: rgb(234,204,180); }
td.TdClassName
{
border-color: #EACCB4;
}
.TagClassName
{
border-color: #EACCB4;
}
</style>