Shades of Spring Wood #EAE3DC
Tints of Spring Wood #EAE3DC
RGB
CMYK
RGB Variations
Color information
#EAE3DC (or 0xEAE3DC) is known color: Spring Wood. HEX triplet: EA, E3 and DC. RGB value is (234,227,220). Sum of RGB (Red+Green+Blue) = 234+227+220=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3DC is #151C23. Grayscale: #E4E4E4. Windows color (decimal): -1383460 or 14476266. OLE color: 14476266.
HSL color Cylindrical-coordinate representation of color #EAE3DC: hue angle of 30º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE3DC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 220 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.08 |
| HSL | 30º | 0.25% | 0.89% | - |
| HSV(B) | 30º | 0.06% | 0.92% | - |
| XYZ | 74.32 | 77.6 | 78.77 | - |
| YUV | 228.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 220 | 0 | 0.03 | 0.06 | 0.08 | 30 | 0.25 | 0.89 |
| Hex | EA | E3 | DC | 0 | 3 | 6 | 8 | 1E | 19 | 59 |
| Octal | 352 | 343 | 334 | 0 | 3 | 6 | 10 | 36 | 31 | 131 |
| Binary | 11101010 | 11100011 | 11011100 | 0 | 11 | 110 | 1000 | 11110 | 11001 | 1011001 |
Color Harmonies of #EAE3DC
Complementary color
Monochromatic Colors of #EAE3DC
Black with #EAE3DC
Text Example
Text Example
White with #EAE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE3DC; }
p { color: rgb(234,227,220); }
H1.HeaderClassName
{
color: #EAE3DC;
}
.AnyTagClassName
{
color: #EAE3DC;
}
</style>
background-color css
<style>
a { background-color: #EAE3DC; }
a { background-color: rgb(234,227,220); }
div.DivClassName
{
background-color: #EAE3DC;
}
.BgClassName
{
background-color: #EAE3DC;
}
</style>
border-color css
<style>
span { border-color: #EAE3DC; }
span { border-color: rgb(234,227,220); }
td.TdClassName
{
border-color: #EAE3DC;
}
.TagClassName
{
border-color: #EAE3DC;
}
</style>