Shades of Spring Wood #E6E0DA
Tints of Spring Wood #E6E0DA
RGB
CMYK
RGB Variations
Color information
#E6E0DA (or 0xE6E0DA) is known color: Spring Wood. HEX triplet: E6, E0 and DA. RGB value is (230,224,218). Sum of RGB (Red+Green+Blue) = 230+224+218=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0DA is #191F25. Grayscale: #E1E1E1. Windows color (decimal): -1646374 or 14344422. OLE color: 14344422.
HSL color Cylindrical-coordinate representation of color #E6E0DA: hue angle of 30º 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 #E6E0DA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 218 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.10 |
| HSL | 30º | 0.19% | 0.88% | - |
| HSV(B) | 30º | 0.05% | 0.9% | - |
| XYZ | 71.94 | 75.2 | 77.05 | - |
| YUV | 225.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 218 | 0 | 0.03 | 0.05 | 0.10 | 30 | 0.19 | 0.88 |
| Hex | E6 | E0 | DA | 0 | 3 | 5 | A | 1E | 13 | 58 |
| Octal | 346 | 340 | 332 | 0 | 3 | 5 | 12 | 36 | 23 | 130 |
| Binary | 11100110 | 11100000 | 11011010 | 0 | 11 | 101 | 1010 | 11110 | 10011 | 1011000 |
Color Harmonies of #E6E0DA
Complementary color
Monochromatic Colors of #E6E0DA
Black with #E6E0DA
Text Example
Text Example
White with #E6E0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E0DA; }
p { color: rgb(230,224,218); }
H1.HeaderClassName
{
color: #E6E0DA;
}
.AnyTagClassName
{
color: #E6E0DA;
}
</style>
background-color css
<style>
a { background-color: #E6E0DA; }
a { background-color: rgb(230,224,218); }
div.DivClassName
{
background-color: #E6E0DA;
}
.BgClassName
{
background-color: #E6E0DA;
}
</style>
border-color css
<style>
span { border-color: #E6E0DA; }
span { border-color: rgb(230,224,218); }
td.TdClassName
{
border-color: #E6E0DA;
}
.TagClassName
{
border-color: #E6E0DA;
}
</style>