Shades of Spring Wood #EAE0D9
Tints of Spring Wood #EAE0D9
RGB
CMYK
RGB Variations
Color information
#EAE0D9 (or 0xEAE0D9) is known color: Spring Wood. HEX triplet: EA, E0 and D9. RGB value is (234,224,217). Sum of RGB (Red+Green+Blue) = 234+224+217=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0D9 is #151F26. Grayscale: #E2E2E2. Windows color (decimal): -1384231 or 14278890. OLE color: 14278890.
HSL color Cylindrical-coordinate representation of color #EAE0D9: hue angle of 24.71º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAE0D9 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 217 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.08 |
| HSL | 24.71º | 0.29% | 0.88% | - |
| HSV(B) | 24.71º | 0.07% | 0.92% | - |
| XYZ | 73.11 | 75.81 | 76.43 | - |
| YUV | 226.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 217 | 0 | 0.04 | 0.07 | 0.08 | 24.71 | 0.29 | 0.88 |
| Hex | EA | E0 | D9 | 0 | 4 | 7 | 8 | 19 | 1D | 58 |
| Octal | 352 | 340 | 331 | 0 | 4 | 7 | 10 | 31 | 35 | 130 |
| Binary | 11101010 | 11100000 | 11011001 | 0 | 100 | 111 | 1000 | 11001 | 11101 | 1011000 |
Color Harmonies of #EAE0D9
Complementary color
Monochromatic Colors of #EAE0D9
Black with #EAE0D9
Text Example
Text Example
White with #EAE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0D9; }
p { color: rgb(234,224,217); }
H1.HeaderClassName
{
color: #EAE0D9;
}
.AnyTagClassName
{
color: #EAE0D9;
}
</style>
background-color css
<style>
a { background-color: #EAE0D9; }
a { background-color: rgb(234,224,217); }
div.DivClassName
{
background-color: #EAE0D9;
}
.BgClassName
{
background-color: #EAE0D9;
}
</style>
border-color css
<style>
span { border-color: #EAE0D9; }
span { border-color: rgb(234,224,217); }
td.TdClassName
{
border-color: #EAE0D9;
}
.TagClassName
{
border-color: #EAE0D9;
}
</style>