Shades of Desert Sand #EACDB3
Tints of Desert Sand #EACDB3
RGB
CMYK
RGB Variations
Color information
#EACDB3 (or 0xEACDB3) is known color: Desert Sand. HEX triplet: EA, CD and B3. RGB value is (234,205,179). Sum of RGB (Red+Green+Blue) = 234+205+179=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDB3 is #15324C. Grayscale: #D2D2D2. Windows color (decimal): -1389133 or 11783658. OLE color: 11783658.
HSL color Cylindrical-coordinate representation of color #EACDB3: hue angle of 28.36º degrees, saturation: 0.57, 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 #EACDB3 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 205 | 179 | - |
CMYK | 0 | 0.12 | 0.24 | 0.08 |
HSL | 28.36º | 0.57% | 0.81% | - |
HSV(B) | 28.36º | 0.24% | 0.92% | - |
XYZ | 63.9 | 64.41 | 51.71 | - |
YUV | 210.71 | 110.11 | 144.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 205 | 179 | 0 | 0.12 | 0.24 | 0.08 | 28.36 | 0.57 | 0.81 |
Hex | EA | CD | B3 | 0 | C | 18 | 8 | 1C | 39 | 51 |
Octal | 352 | 315 | 263 | 0 | 14 | 30 | 10 | 34 | 71 | 121 |
Binary | 11101010 | 11001101 | 10110011 | 0 | 1100 | 11000 | 1000 | 11100 | 111001 | 1010001 |
Color Harmonies of #EACDB3
Complementary color
Monochromatic Colors of #EACDB3
Black with #EACDB3
Text Example
Text Example
White with #EACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDB3; }
p { color: rgb(234,205,179); }
H1.HeaderClassName
{
color: #EACDB3;
}
.AnyTagClassName
{
color: #EACDB3;
}
</style>
background-color css
<style>
a { background-color: #EACDB3; }
a { background-color: rgb(234,205,179); }
div.DivClassName
{
background-color: #EACDB3;
}
.BgClassName
{
background-color: #EACDB3;
}
</style>
border-color css
<style>
span { border-color: #EACDB3; }
span { border-color: rgb(234,205,179); }
td.TdClassName
{
border-color: #EACDB3;
}
.TagClassName
{
border-color: #EACDB3;
}
</style>