Shades of Spring Wood #EBE3DB
Tints of Spring Wood #EBE3DB
RGB
CMYK
RGB Variations
Color information
#EBE3DB (or 0xEBE3DB) is known color: Spring Wood. HEX triplet: EB, E3 and DB. RGB value is (235,227,219). Sum of RGB (Red+Green+Blue) = 235+227+219=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DB is #141C24. Grayscale: #E4E4E4. Windows color (decimal): -1317925 or 14410731. OLE color: 14410731.
HSL color Cylindrical-coordinate representation of color #EBE3DB: hue angle of 30º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE3DB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 227 | 219 | - |
CMYK | 0 | 0.03 | 0.07 | 0.08 |
HSL | 30º | 0.29% | 0.89% | - |
HSV(B) | 30º | 0.07% | 0.92% | - |
XYZ | 74.52 | 77.71 | 78.09 | - |
YUV | 228.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 227 | 219 | 0 | 0.03 | 0.07 | 0.08 | 30 | 0.29 | 0.89 |
Hex | EB | E3 | DB | 0 | 3 | 7 | 8 | 1E | 1D | 59 |
Octal | 353 | 343 | 333 | 0 | 3 | 7 | 10 | 36 | 35 | 131 |
Binary | 11101011 | 11100011 | 11011011 | 0 | 11 | 111 | 1000 | 11110 | 11101 | 1011001 |
Color Harmonies of #EBE3DB
Complementary color
Monochromatic Colors of #EBE3DB
Black with #EBE3DB
Text Example
Text Example
White with #EBE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3DB; }
p { color: rgb(235,227,219); }
H1.HeaderClassName
{
color: #EBE3DB;
}
.AnyTagClassName
{
color: #EBE3DB;
}
</style>
background-color css
<style>
a { background-color: #EBE3DB; }
a { background-color: rgb(235,227,219); }
div.DivClassName
{
background-color: #EBE3DB;
}
.BgClassName
{
background-color: #EBE3DB;
}
</style>
border-color css
<style>
span { border-color: #EBE3DB; }
span { border-color: rgb(235,227,219); }
td.TdClassName
{
border-color: #EBE3DB;
}
.TagClassName
{
border-color: #EBE3DB;
}
</style>