Shades of Spring Wood #EFE3D5
Tints of Spring Wood #EFE3D5
RGB
CMYK
RGB Variations
Color information
#EFE3D5 (or 0xEFE3D5) is known color: Spring Wood. HEX triplet: EF, E3 and D5. RGB value is (239,227,213). Sum of RGB (Red+Green+Blue) = 239+227+213=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D5 is #101C2A. Grayscale: #E5E5E5. Windows color (decimal): -1055787 or 14017519. OLE color: 14017519.
HSL color Cylindrical-coordinate representation of color #EFE3D5: hue angle of 32.31º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE3D5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 213 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.06 |
| HSL | 32.31º | 0.45% | 0.89% | - |
| HSV(B) | 32.31º | 0.11% | 0.94% | - |
| XYZ | 75.08 | 78.09 | 74.07 | - |
| YUV | 228.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 213 | 0 | 0.05 | 0.11 | 0.06 | 32.31 | 0.45 | 0.89 |
| Hex | EF | E3 | D5 | 0 | 5 | B | 6 | 20 | 2D | 59 |
| Octal | 357 | 343 | 325 | 0 | 5 | 13 | 6 | 40 | 55 | 131 |
| Binary | 11101111 | 11100011 | 11010101 | 0 | 101 | 1011 | 110 | 100000 | 101101 | 1011001 |
Color Harmonies of #EFE3D5
Complementary color
Monochromatic Colors of #EFE3D5
Black with #EFE3D5
Text Example
Text Example
White with #EFE3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3D5; }
p { color: rgb(239,227,213); }
H1.HeaderClassName
{
color: #EFE3D5;
}
.AnyTagClassName
{
color: #EFE3D5;
}
</style>
background-color css
<style>
a { background-color: #EFE3D5; }
a { background-color: rgb(239,227,213); }
div.DivClassName
{
background-color: #EFE3D5;
}
.BgClassName
{
background-color: #EFE3D5;
}
</style>
border-color css
<style>
span { border-color: #EFE3D5; }
span { border-color: rgb(239,227,213); }
td.TdClassName
{
border-color: #EFE3D5;
}
.TagClassName
{
border-color: #EFE3D5;
}
</style>