Shades of Wild Sand #EAE5DB
Tints of Wild Sand #EAE5DB
RGB
CMYK
RGB Variations
Color information
#EAE5DB (or 0xEAE5DB) is known color: Wild Sand. HEX triplet: EA, E5 and DB. RGB value is (234,229,219). Sum of RGB (Red+Green+Blue) = 234+229+219=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DB is #151A24. Grayscale: #E5E5E5. Windows color (decimal): -1382949 or 14411242. OLE color: 14411242.
HSL color Cylindrical-coordinate representation of color #EAE5DB: hue angle of 40º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE5DB is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 219 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.08 |
| HSL | 40º | 0.26% | 0.89% | - |
| HSV(B) | 40º | 0.06% | 0.92% | - |
| XYZ | 74.74 | 78.65 | 78.26 | - |
| YUV | 229.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 219 | 0 | 0.02 | 0.06 | 0.08 | 40 | 0.26 | 0.89 |
| Hex | EA | E5 | DB | 0 | 2 | 6 | 8 | 28 | 1A | 59 |
| Octal | 352 | 345 | 333 | 0 | 2 | 6 | 10 | 50 | 32 | 131 |
| Binary | 11101010 | 11100101 | 11011011 | 0 | 10 | 110 | 1000 | 101000 | 11010 | 1011001 |
Color Harmonies of #EAE5DB
Complementary color
Monochromatic Colors of #EAE5DB
Black with #EAE5DB
Text Example
Text Example
White with #EAE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5DB; }
p { color: rgb(234,229,219); }
H1.HeaderClassName
{
color: #EAE5DB;
}
.AnyTagClassName
{
color: #EAE5DB;
}
</style>
background-color css
<style>
a { background-color: #EAE5DB; }
a { background-color: rgb(234,229,219); }
div.DivClassName
{
background-color: #EAE5DB;
}
.BgClassName
{
background-color: #EAE5DB;
}
</style>
border-color css
<style>
span { border-color: #EAE5DB; }
span { border-color: rgb(234,229,219); }
td.TdClassName
{
border-color: #EAE5DB;
}
.TagClassName
{
border-color: #EAE5DB;
}
</style>