Shades of Wild Sand #E6E2DA
Tints of Wild Sand #E6E2DA
RGB
CMYK
RGB Variations
Color information
#E6E2DA (or 0xE6E2DA) is known color: Wild Sand. HEX triplet: E6, E2 and DA. RGB value is (230,226,218). Sum of RGB (Red+Green+Blue) = 230+226+218=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2DA is #191D25. Grayscale: #E2E2E2. Windows color (decimal): -1645862 or 14344934. OLE color: 14344934.
HSL color Cylindrical-coordinate representation of color #E6E2DA: hue angle of 40º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E2DA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 226 | 218 | - |
CMYK | 0 | 0.02 | 0.05 | 0.10 |
HSL | 40º | 0.19% | 0.88% | - |
HSV(B) | 40º | 0.05% | 0.9% | - |
XYZ | 72.48 | 76.28 | 77.23 | - |
YUV | 226.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 226 | 218 | 0 | 0.02 | 0.05 | 0.10 | 40 | 0.19 | 0.88 |
Hex | E6 | E2 | DA | 0 | 2 | 5 | A | 28 | 13 | 58 |
Octal | 346 | 342 | 332 | 0 | 2 | 5 | 12 | 50 | 23 | 130 |
Binary | 11100110 | 11100010 | 11011010 | 0 | 10 | 101 | 1010 | 101000 | 10011 | 1011000 |
Color Harmonies of #E6E2DA
Complementary color
Monochromatic Colors of #E6E2DA
Black with #E6E2DA
Text Example
Text Example
White with #E6E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2DA; }
p { color: rgb(230,226,218); }
H1.HeaderClassName
{
color: #E6E2DA;
}
.AnyTagClassName
{
color: #E6E2DA;
}
</style>
background-color css
<style>
a { background-color: #E6E2DA; }
a { background-color: rgb(230,226,218); }
div.DivClassName
{
background-color: #E6E2DA;
}
.BgClassName
{
background-color: #E6E2DA;
}
</style>
border-color css
<style>
span { border-color: #E6E2DA; }
span { border-color: rgb(230,226,218); }
td.TdClassName
{
border-color: #E6E2DA;
}
.TagClassName
{
border-color: #E6E2DA;
}
</style>