Shades of Spring Wood #EBE1D8
Tints of Spring Wood #EBE1D8
RGB
CMYK
RGB Variations
Color information
#EBE1D8 (or 0xEBE1D8) is known color: Spring Wood. HEX triplet: EB, E1 and D8. RGB value is (235,225,216). Sum of RGB (Red+Green+Blue) = 235+225+216=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1D8 is #141E27. Grayscale: #E3E3E3. Windows color (decimal): -1318440 or 14213611. OLE color: 14213611.
HSL color Cylindrical-coordinate representation of color #EBE1D8: hue angle of 28.42º degrees, saturation: 0.32, 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 #EBE1D8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 216 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.08 |
| HSL | 28.42º | 0.32% | 0.88% | - |
| HSV(B) | 28.42º | 0.08% | 0.92% | - |
| XYZ | 73.58 | 76.47 | 75.85 | - |
| YUV | 226.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 216 | 0 | 0.04 | 0.08 | 0.08 | 28.42 | 0.32 | 0.88 |
| Hex | EB | E1 | D8 | 0 | 4 | 8 | 8 | 1C | 20 | 58 |
| Octal | 353 | 341 | 330 | 0 | 4 | 10 | 10 | 34 | 40 | 130 |
| Binary | 11101011 | 11100001 | 11011000 | 0 | 100 | 1000 | 1000 | 11100 | 100000 | 1011000 |
Color Harmonies of #EBE1D8
Complementary color
Monochromatic Colors of #EBE1D8
Black with #EBE1D8
Text Example
Text Example
White with #EBE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1D8; }
p { color: rgb(235,225,216); }
H1.HeaderClassName
{
color: #EBE1D8;
}
.AnyTagClassName
{
color: #EBE1D8;
}
</style>
background-color css
<style>
a { background-color: #EBE1D8; }
a { background-color: rgb(235,225,216); }
div.DivClassName
{
background-color: #EBE1D8;
}
.BgClassName
{
background-color: #EBE1D8;
}
</style>
border-color css
<style>
span { border-color: #EBE1D8; }
span { border-color: rgb(235,225,216); }
td.TdClassName
{
border-color: #EBE1D8;
}
.TagClassName
{
border-color: #EBE1D8;
}
</style>