Shades of Spring Wood #EFE3D8
Tints of Spring Wood #EFE3D8
RGB
CMYK
RGB Variations
Color information
#EFE3D8 (or 0xEFE3D8) is known color: Spring Wood. HEX triplet: EF, E3 and D8. RGB value is (239,227,216). Sum of RGB (Red+Green+Blue) = 239+227+216=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D8 is #101C27. Grayscale: #E5E5E5. Windows color (decimal): -1055784 or 14214127. OLE color: 14214127.
HSL color Cylindrical-coordinate representation of color #EFE3D8: hue angle of 28.7º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE3D8 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 216 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.06 |
| HSL | 28.7º | 0.42% | 0.89% | - |
| HSV(B) | 28.7º | 0.1% | 0.94% | - |
| XYZ | 75.46 | 78.25 | 76.09 | - |
| YUV | 229.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 216 | 0 | 0.05 | 0.10 | 0.06 | 28.7 | 0.42 | 0.89 |
| Hex | EF | E3 | D8 | 0 | 5 | A | 6 | 1D | 2A | 59 |
| Octal | 357 | 343 | 330 | 0 | 5 | 12 | 6 | 35 | 52 | 131 |
| Binary | 11101111 | 11100011 | 11011000 | 0 | 101 | 1010 | 110 | 11101 | 101010 | 1011001 |
Color Harmonies of #EFE3D8
Complementary color
Monochromatic Colors of #EFE3D8
Black with #EFE3D8
Text Example
Text Example
White with #EFE3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3D8; }
p { color: rgb(239,227,216); }
H1.HeaderClassName
{
color: #EFE3D8;
}
.AnyTagClassName
{
color: #EFE3D8;
}
</style>
background-color css
<style>
a { background-color: #EFE3D8; }
a { background-color: rgb(239,227,216); }
div.DivClassName
{
background-color: #EFE3D8;
}
.BgClassName
{
background-color: #EFE3D8;
}
</style>
border-color css
<style>
span { border-color: #EFE3D8; }
span { border-color: rgb(239,227,216); }
td.TdClassName
{
border-color: #EFE3D8;
}
.TagClassName
{
border-color: #EFE3D8;
}
</style>