Shades of Wild Sand #EAE5DA
Tints of Wild Sand #EAE5DA
RGB
CMYK
RGB Variations
Color information
#EAE5DA (or 0xEAE5DA) is known color: Wild Sand. HEX triplet: EA, E5 and DA. RGB value is (234,229,218). Sum of RGB (Red+Green+Blue) = 234+229+218=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DA is #151A25. Grayscale: #E5E5E5. Windows color (decimal): -1382950 or 14345706. OLE color: 14345706.
HSL color Cylindrical-coordinate representation of color #EAE5DA: hue angle of 41.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE5DA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 218 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.08 |
| HSL | 41.25º | 0.28% | 0.89% | - |
| HSV(B) | 41.25º | 0.07% | 0.92% | - |
| XYZ | 74.61 | 78.59 | 77.57 | - |
| YUV | 229.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 218 | 0 | 0.02 | 0.07 | 0.08 | 41.25 | 0.28 | 0.89 |
| Hex | EA | E5 | DA | 0 | 2 | 7 | 8 | 29 | 1C | 59 |
| Octal | 352 | 345 | 332 | 0 | 2 | 7 | 10 | 51 | 34 | 131 |
| Binary | 11101010 | 11100101 | 11011010 | 0 | 10 | 111 | 1000 | 101001 | 11100 | 1011001 |
Color Harmonies of #EAE5DA
Complementary color
Monochromatic Colors of #EAE5DA
Black with #EAE5DA
Text Example
Text Example
White with #EAE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5DA; }
p { color: rgb(234,229,218); }
H1.HeaderClassName
{
color: #EAE5DA;
}
.AnyTagClassName
{
color: #EAE5DA;
}
</style>
background-color css
<style>
a { background-color: #EAE5DA; }
a { background-color: rgb(234,229,218); }
div.DivClassName
{
background-color: #EAE5DA;
}
.BgClassName
{
background-color: #EAE5DA;
}
</style>
border-color css
<style>
span { border-color: #EAE5DA; }
span { border-color: rgb(234,229,218); }
td.TdClassName
{
border-color: #EAE5DA;
}
.TagClassName
{
border-color: #EAE5DA;
}
</style>