Shades of Spring Wood #EBE1D5
Tints of Spring Wood #EBE1D5
RGB
CMYK
RGB Variations
Color information
#EBE1D5 (or 0xEBE1D5) is known color: Spring Wood. HEX triplet: EB, E1 and D5. RGB value is (235,225,213). Sum of RGB (Red+Green+Blue) = 235+225+213=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D5 is #141E2A. Grayscale: #E2E2E2. Windows color (decimal): -1318443 or 14017003. OLE color: 14017003.
HSL color Cylindrical-coordinate representation of color #EBE1D5: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBE1D5 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 213 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.08 |
| HSL | 32.73º | 0.35% | 0.88% | - |
| HSV(B) | 32.73º | 0.09% | 0.92% | - |
| XYZ | 73.2 | 76.32 | 73.82 | - |
| YUV | 226.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 213 | 0 | 0.04 | 0.09 | 0.08 | 32.73 | 0.35 | 0.88 |
| Hex | EB | E1 | D5 | 0 | 4 | 9 | 8 | 21 | 23 | 58 |
| Octal | 353 | 341 | 325 | 0 | 4 | 11 | 10 | 41 | 43 | 130 |
| Binary | 11101011 | 11100001 | 11010101 | 0 | 100 | 1001 | 1000 | 100001 | 100011 | 1011000 |
Color Harmonies of #EBE1D5
Complementary color
Monochromatic Colors of #EBE1D5
Black with #EBE1D5
Text Example
Text Example
White with #EBE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1D5; }
p { color: rgb(235,225,213); }
H1.HeaderClassName
{
color: #EBE1D5;
}
.AnyTagClassName
{
color: #EBE1D5;
}
</style>
background-color css
<style>
a { background-color: #EBE1D5; }
a { background-color: rgb(235,225,213); }
div.DivClassName
{
background-color: #EBE1D5;
}
.BgClassName
{
background-color: #EBE1D5;
}
</style>
border-color css
<style>
span { border-color: #EBE1D5; }
span { border-color: rgb(235,225,213); }
td.TdClassName
{
border-color: #EBE1D5;
}
.TagClassName
{
border-color: #EBE1D5;
}
</style>