Shades of Spring Wood #EBE2D9
Tints of Spring Wood #EBE2D9
RGB
CMYK
RGB Variations
Color information
#EBE2D9 (or 0xEBE2D9) is known color: Spring Wood. HEX triplet: EB, E2 and D9. RGB value is (235,226,217). Sum of RGB (Red+Green+Blue) = 235+226+217=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2D9 is #141D26. Grayscale: #E3E3E3. Windows color (decimal): -1318183 or 14279403. OLE color: 14279403.
HSL color Cylindrical-coordinate representation of color #EBE2D9: hue angle of 30º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE2D9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 226 | 217 | - |
CMYK | 0 | 0.04 | 0.08 | 0.08 |
HSL | 30º | 0.31% | 0.89% | - |
HSV(B) | 30º | 0.08% | 0.92% | - |
XYZ | 73.98 | 77.06 | 76.62 | - |
YUV | 227.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 226 | 217 | 0 | 0.04 | 0.08 | 0.08 | 30 | 0.31 | 0.89 |
Hex | EB | E2 | D9 | 0 | 4 | 8 | 8 | 1E | 1F | 59 |
Octal | 353 | 342 | 331 | 0 | 4 | 10 | 10 | 36 | 37 | 131 |
Binary | 11101011 | 11100010 | 11011001 | 0 | 100 | 1000 | 1000 | 11110 | 11111 | 1011001 |
Color Harmonies of #EBE2D9
Complementary color
Monochromatic Colors of #EBE2D9
Black with #EBE2D9
Text Example
Text Example
White with #EBE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2D9; }
p { color: rgb(235,226,217); }
H1.HeaderClassName
{
color: #EBE2D9;
}
.AnyTagClassName
{
color: #EBE2D9;
}
</style>
background-color css
<style>
a { background-color: #EBE2D9; }
a { background-color: rgb(235,226,217); }
div.DivClassName
{
background-color: #EBE2D9;
}
.BgClassName
{
background-color: #EBE2D9;
}
</style>
border-color css
<style>
span { border-color: #EBE2D9; }
span { border-color: rgb(235,226,217); }
td.TdClassName
{
border-color: #EBE2D9;
}
.TagClassName
{
border-color: #EBE2D9;
}
</style>