Shades of Spring Wood #EAE2DB
Tints of Spring Wood #EAE2DB
RGB
CMYK
RGB Variations
Color information
#EAE2DB (or 0xEAE2DB) is known color: Spring Wood. HEX triplet: EA, E2 and DB. RGB value is (234,226,219). Sum of RGB (Red+Green+Blue) = 234+226+219=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2DB is #151D24. Grayscale: #E3E3E3. Windows color (decimal): -1383717 or 14410474. OLE color: 14410474.
HSL color Cylindrical-coordinate representation of color #EAE2DB: hue angle of 28º degrees, saturation: 0.26, 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 #EAE2DB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 226 | 219 | - |
CMYK | 0 | 0.03 | 0.06 | 0.08 |
HSL | 28º | 0.26% | 0.89% | - |
HSV(B) | 28º | 0.06% | 0.92% | - |
XYZ | 73.91 | 77 | 77.98 | - |
YUV | 227.59 | 123.15 | 132.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 226 | 219 | 0 | 0.03 | 0.06 | 0.08 | 28 | 0.26 | 0.89 |
Hex | EA | E2 | DB | 0 | 3 | 6 | 8 | 1C | 1A | 59 |
Octal | 352 | 342 | 333 | 0 | 3 | 6 | 10 | 34 | 32 | 131 |
Binary | 11101010 | 11100010 | 11011011 | 0 | 11 | 110 | 1000 | 11100 | 11010 | 1011001 |
Color Harmonies of #EAE2DB
Complementary color
Monochromatic Colors of #EAE2DB
Black with #EAE2DB
Text Example
Text Example
White with #EAE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2DB; }
p { color: rgb(234,226,219); }
H1.HeaderClassName
{
color: #EAE2DB;
}
.AnyTagClassName
{
color: #EAE2DB;
}
</style>
background-color css
<style>
a { background-color: #EAE2DB; }
a { background-color: rgb(234,226,219); }
div.DivClassName
{
background-color: #EAE2DB;
}
.BgClassName
{
background-color: #EAE2DB;
}
</style>
border-color css
<style>
span { border-color: #EAE2DB; }
span { border-color: rgb(234,226,219); }
td.TdClassName
{
border-color: #EAE2DB;
}
.TagClassName
{
border-color: #EAE2DB;
}
</style>