Shades of Desert Sand #EACFB5
Tints of Desert Sand #EACFB5
RGB
CMYK
RGB Variations
Color information
#EACFB5 (or 0xEACFB5) is known color: Desert Sand. HEX triplet: EA, CF and B5. RGB value is (234,207,181). Sum of RGB (Red+Green+Blue) = 234+207+181=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFB5 is #15304A. Grayscale: #D4D4D4. Windows color (decimal): -1388619 or 11915242. OLE color: 11915242.
HSL color Cylindrical-coordinate representation of color #EACFB5: hue angle of 29.43º 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 #EACFB5 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 181 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.08 |
| HSL | 29.43º | 0.56% | 0.81% | - |
| HSV(B) | 29.43º | 0.23% | 0.92% | - |
| XYZ | 64.59 | 65.45 | 52.95 | - |
| YUV | 212.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 181 | 0 | 0.12 | 0.23 | 0.08 | 29.43 | 0.56 | 0.81 |
| Hex | EA | CF | B5 | 0 | C | 17 | 8 | 1D | 38 | 51 |
| Octal | 352 | 317 | 265 | 0 | 14 | 27 | 10 | 35 | 70 | 121 |
| Binary | 11101010 | 11001111 | 10110101 | 0 | 1100 | 10111 | 1000 | 11101 | 111000 | 1010001 |
Color Harmonies of #EACFB5
Complementary color
Monochromatic Colors of #EACFB5
Black with #EACFB5
Text Example
Text Example
White with #EACFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFB5; }
p { color: rgb(234,207,181); }
H1.HeaderClassName
{
color: #EACFB5;
}
.AnyTagClassName
{
color: #EACFB5;
}
</style>
background-color css
<style>
a { background-color: #EACFB5; }
a { background-color: rgb(234,207,181); }
div.DivClassName
{
background-color: #EACFB5;
}
.BgClassName
{
background-color: #EACFB5;
}
</style>
border-color css
<style>
span { border-color: #EACFB5; }
span { border-color: rgb(234,207,181); }
td.TdClassName
{
border-color: #EACFB5;
}
.TagClassName
{
border-color: #EACFB5;
}
</style>