Shades of Spring Wood #EAE1D7
Tints of Spring Wood #EAE1D7
RGB
CMYK
RGB Variations
Color information
#EAE1D7 (or 0xEAE1D7) is known color: Spring Wood. HEX triplet: EA, E1 and D7. RGB value is (234,225,215). Sum of RGB (Red+Green+Blue) = 234+225+215=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1D7 is #151E28. Grayscale: #E2E2E2. Windows color (decimal): -1383977 or 14148074. OLE color: 14148074.
HSL color Cylindrical-coordinate representation of color #EAE1D7: hue angle of 31.58º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAE1D7 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 215 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.08 |
| HSL | 31.58º | 0.31% | 0.88% | - |
| HSV(B) | 31.58º | 0.08% | 0.92% | - |
| XYZ | 73.12 | 76.25 | 75.15 | - |
| YUV | 226.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 215 | 0 | 0.04 | 0.08 | 0.08 | 31.58 | 0.31 | 0.88 |
| Hex | EA | E1 | D7 | 0 | 4 | 8 | 8 | 20 | 1F | 58 |
| Octal | 352 | 341 | 327 | 0 | 4 | 10 | 10 | 40 | 37 | 130 |
| Binary | 11101010 | 11100001 | 11010111 | 0 | 100 | 1000 | 1000 | 100000 | 11111 | 1011000 |
Color Harmonies of #EAE1D7
Complementary color
Monochromatic Colors of #EAE1D7
Black with #EAE1D7
Text Example
Text Example
White with #EAE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1D7; }
p { color: rgb(234,225,215); }
H1.HeaderClassName
{
color: #EAE1D7;
}
.AnyTagClassName
{
color: #EAE1D7;
}
</style>
background-color css
<style>
a { background-color: #EAE1D7; }
a { background-color: rgb(234,225,215); }
div.DivClassName
{
background-color: #EAE1D7;
}
.BgClassName
{
background-color: #EAE1D7;
}
</style>
border-color css
<style>
span { border-color: #EAE1D7; }
span { border-color: rgb(234,225,215); }
td.TdClassName
{
border-color: #EAE1D7;
}
.TagClassName
{
border-color: #EAE1D7;
}
</style>