Shades of Spring Wood #EBE0D6
Tints of Spring Wood #EBE0D6
RGB
CMYK
RGB Variations
Color information
#EBE0D6 (or 0xEBE0D6) is known color: Spring Wood. HEX triplet: EB, E0 and D6. RGB value is (235,224,214). Sum of RGB (Red+Green+Blue) = 235+224+214=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0D6 is #141F29. Grayscale: #E2E2E2. Windows color (decimal): -1318698 or 14082283. OLE color: 14082283.
HSL color Cylindrical-coordinate representation of color #EBE0D6: hue angle of 28.57º degrees, saturation: 0.34, 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 #EBE0D6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 214 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.08 |
| HSL | 28.57º | 0.34% | 0.88% | - |
| HSV(B) | 28.57º | 0.09% | 0.92% | - |
| XYZ | 73.05 | 75.83 | 74.4 | - |
| YUV | 226.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 214 | 0 | 0.05 | 0.09 | 0.08 | 28.57 | 0.34 | 0.88 |
| Hex | EB | E0 | D6 | 0 | 5 | 9 | 8 | 1D | 22 | 58 |
| Octal | 353 | 340 | 326 | 0 | 5 | 11 | 10 | 35 | 42 | 130 |
| Binary | 11101011 | 11100000 | 11010110 | 0 | 101 | 1001 | 1000 | 11101 | 100010 | 1011000 |
Color Harmonies of #EBE0D6
Complementary color
Monochromatic Colors of #EBE0D6
Black with #EBE0D6
Text Example
Text Example
White with #EBE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0D6; }
p { color: rgb(235,224,214); }
H1.HeaderClassName
{
color: #EBE0D6;
}
.AnyTagClassName
{
color: #EBE0D6;
}
</style>
background-color css
<style>
a { background-color: #EBE0D6; }
a { background-color: rgb(235,224,214); }
div.DivClassName
{
background-color: #EBE0D6;
}
.BgClassName
{
background-color: #EBE0D6;
}
</style>
border-color css
<style>
span { border-color: #EBE0D6; }
span { border-color: rgb(235,224,214); }
td.TdClassName
{
border-color: #EBE0D6;
}
.TagClassName
{
border-color: #EBE0D6;
}
</style>