Shades of Spring Wood #EFE3D6
Tints of Spring Wood #EFE3D6
RGB
CMYK
RGB Variations
Color information
#EFE3D6 (or 0xEFE3D6) is known color: Spring Wood. HEX triplet: EF, E3 and D6. RGB value is (239,227,214). Sum of RGB (Red+Green+Blue) = 239+227+214=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D6 is #101C29. Grayscale: #E5E5E5. Windows color (decimal): -1055786 or 14083055. OLE color: 14083055.
HSL color Cylindrical-coordinate representation of color #EFE3D6: hue angle of 31.2º degrees, saturation: 0.44, 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 #EFE3D6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 214 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.06 |
| HSL | 31.2º | 0.44% | 0.89% | - |
| HSV(B) | 31.2º | 0.1% | 0.94% | - |
| XYZ | 75.2 | 78.14 | 74.74 | - |
| YUV | 229.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 214 | 0 | 0.05 | 0.10 | 0.06 | 31.2 | 0.44 | 0.89 |
| Hex | EF | E3 | D6 | 0 | 5 | A | 6 | 1F | 2C | 59 |
| Octal | 357 | 343 | 326 | 0 | 5 | 12 | 6 | 37 | 54 | 131 |
| Binary | 11101111 | 11100011 | 11010110 | 0 | 101 | 1010 | 110 | 11111 | 101100 | 1011001 |
Color Harmonies of #EFE3D6
Complementary color
Monochromatic Colors of #EFE3D6
Black with #EFE3D6
Text Example
Text Example
White with #EFE3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3D6; }
p { color: rgb(239,227,214); }
H1.HeaderClassName
{
color: #EFE3D6;
}
.AnyTagClassName
{
color: #EFE3D6;
}
</style>
background-color css
<style>
a { background-color: #EFE3D6; }
a { background-color: rgb(239,227,214); }
div.DivClassName
{
background-color: #EFE3D6;
}
.BgClassName
{
background-color: #EFE3D6;
}
</style>
border-color css
<style>
span { border-color: #EFE3D6; }
span { border-color: rgb(239,227,214); }
td.TdClassName
{
border-color: #EFE3D6;
}
.TagClassName
{
border-color: #EFE3D6;
}
</style>