Shades of Desert Sand #EACCAC
Tints of Desert Sand #EACCAC
RGB
CMYK
RGB Variations
Color information
#EACCAC (or 0xEACCAC) is known color: Desert Sand. HEX triplet: EA, CC and AC. RGB value is (234,204,172). Sum of RGB (Red+Green+Blue) = 234+204+172=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACCAC is #153353. Grayscale: #D1D1D1. Windows color (decimal): -1389396 or 11324650. OLE color: 11324650.
HSL color Cylindrical-coordinate representation of color #EACCAC: hue angle of 30.97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EACCAC is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 204 | 172 | - |
CMYK | 0 | 0.13 | 0.26 | 0.08 |
HSL | 30.97º | 0.6% | 0.8% | - |
HSV(B) | 30.97º | 0.26% | 0.92% | - |
XYZ | 62.97 | 63.66 | 48 | - |
YUV | 209.32 | 106.94 | 145.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 204 | 172 | 0 | 0.13 | 0.26 | 0.08 | 30.97 | 0.6 | 0.8 |
Hex | EA | CC | AC | 0 | D | 1A | 8 | 1F | 3C | 50 |
Octal | 352 | 314 | 254 | 0 | 15 | 32 | 10 | 37 | 74 | 120 |
Binary | 11101010 | 11001100 | 10101100 | 0 | 1101 | 11010 | 1000 | 11111 | 111100 | 1010000 |
Color Harmonies of #EACCAC
Complementary color
Monochromatic Colors of #EACCAC
Black with #EACCAC
Text Example
Text Example
White with #EACCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCAC; }
p { color: rgb(234,204,172); }
H1.HeaderClassName
{
color: #EACCAC;
}
.AnyTagClassName
{
color: #EACCAC;
}
</style>
background-color css
<style>
a { background-color: #EACCAC; }
a { background-color: rgb(234,204,172); }
div.DivClassName
{
background-color: #EACCAC;
}
.BgClassName
{
background-color: #EACCAC;
}
</style>
border-color css
<style>
span { border-color: #EACCAC; }
span { border-color: rgb(234,204,172); }
td.TdClassName
{
border-color: #EACCAC;
}
.TagClassName
{
border-color: #EACCAC;
}
</style>