Shades of Spring Wood #EBE3DA
Tints of Spring Wood #EBE3DA
RGB
CMYK
RGB Variations
Color information
#EBE3DA (or 0xEBE3DA) is known color: Spring Wood. HEX triplet: EB, E3 and DA. RGB value is (235,227,218). Sum of RGB (Red+Green+Blue) = 235+227+218=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DA is #141C25. Grayscale: #E4E4E4. Windows color (decimal): -1317926 or 14345195. OLE color: 14345195.
HSL color Cylindrical-coordinate representation of color #EBE3DA: hue angle of 31.76º degrees, saturation: 0.3, 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 #EBE3DA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 227 | 218 | - |
CMYK | 0 | 0.03 | 0.07 | 0.08 |
HSL | 31.76º | 0.3% | 0.89% | - |
HSV(B) | 31.76º | 0.07% | 0.92% | - |
XYZ | 74.38 | 77.66 | 77.4 | - |
YUV | 228.37 | 122.15 | 132.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 227 | 218 | 0 | 0.03 | 0.07 | 0.08 | 31.76 | 0.3 | 0.89 |
Hex | EB | E3 | DA | 0 | 3 | 7 | 8 | 20 | 1E | 59 |
Octal | 353 | 343 | 332 | 0 | 3 | 7 | 10 | 40 | 36 | 131 |
Binary | 11101011 | 11100011 | 11011010 | 0 | 11 | 111 | 1000 | 100000 | 11110 | 1011001 |
Color Harmonies of #EBE3DA
Complementary color
Monochromatic Colors of #EBE3DA
Black with #EBE3DA
Text Example
Text Example
White with #EBE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3DA; }
p { color: rgb(235,227,218); }
H1.HeaderClassName
{
color: #EBE3DA;
}
.AnyTagClassName
{
color: #EBE3DA;
}
</style>
background-color css
<style>
a { background-color: #EBE3DA; }
a { background-color: rgb(235,227,218); }
div.DivClassName
{
background-color: #EBE3DA;
}
.BgClassName
{
background-color: #EBE3DA;
}
</style>
border-color css
<style>
span { border-color: #EBE3DA; }
span { border-color: rgb(235,227,218); }
td.TdClassName
{
border-color: #EBE3DA;
}
.TagClassName
{
border-color: #EBE3DA;
}
</style>