Shades of Spring Wood #E9E2DA
Tints of Spring Wood #E9E2DA
RGB
CMYK
RGB Variations
Color information
#E9E2DA (or 0xE9E2DA) is known color: Spring Wood. HEX triplet: E9, E2 and DA. RGB value is (233,226,218). Sum of RGB (Red+Green+Blue) = 233+226+218=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2DA is #161D25. Grayscale: #E3E3E3. Windows color (decimal): -1449254 or 14344937. OLE color: 14344937.
HSL color Cylindrical-coordinate representation of color #E9E2DA: hue angle of 32º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9E2DA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 226 | 218 | - |
CMYK | 0 | 0.03 | 0.06 | 0.09 |
HSL | 32º | 0.25% | 0.88% | - |
HSV(B) | 32º | 0.06% | 0.91% | - |
XYZ | 73.46 | 76.78 | 77.28 | - |
YUV | 227.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 226 | 218 | 0 | 0.03 | 0.06 | 0.09 | 32 | 0.25 | 0.88 |
Hex | E9 | E2 | DA | 0 | 3 | 6 | 9 | 20 | 19 | 58 |
Octal | 351 | 342 | 332 | 0 | 3 | 6 | 11 | 40 | 31 | 130 |
Binary | 11101001 | 11100010 | 11011010 | 0 | 11 | 110 | 1001 | 100000 | 11001 | 1011000 |
Color Harmonies of #E9E2DA
Complementary color
Monochromatic Colors of #E9E2DA
Black with #E9E2DA
Text Example
Text Example
White with #E9E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2DA; }
p { color: rgb(233,226,218); }
H1.HeaderClassName
{
color: #E9E2DA;
}
.AnyTagClassName
{
color: #E9E2DA;
}
</style>
background-color css
<style>
a { background-color: #E9E2DA; }
a { background-color: rgb(233,226,218); }
div.DivClassName
{
background-color: #E9E2DA;
}
.BgClassName
{
background-color: #E9E2DA;
}
</style>
border-color css
<style>
span { border-color: #E9E2DA; }
span { border-color: rgb(233,226,218); }
td.TdClassName
{
border-color: #E9E2DA;
}
.TagClassName
{
border-color: #E9E2DA;
}
</style>