Shades of Spring Wood #EFE3D7
Tints of Spring Wood #EFE3D7
RGB
CMYK
RGB Variations
Color information
#EFE3D7 (or 0xEFE3D7) is known color: Spring Wood. HEX triplet: EF, E3 and D7. RGB value is (239,227,215). Sum of RGB (Red+Green+Blue) = 239+227+215=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 215 (84.38% from 255 or 31.57% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3D7 is #101C28. Grayscale: #E5E5E5. Windows color (decimal): -1055785 or 14148591. OLE color: 14148591.
HSL color Cylindrical-coordinate representation of color #EFE3D7: hue angle of 30º degrees, saturation: 0.43, 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 #EFE3D7 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 215 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.06 |
| HSL | 30º | 0.43% | 0.89% | - |
| HSV(B) | 30º | 0.1% | 0.94% | - |
| XYZ | 75.33 | 78.2 | 75.41 | - |
| YUV | 229.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 215 | 0 | 0.05 | 0.10 | 0.06 | 30 | 0.43 | 0.89 |
| Hex | EF | E3 | D7 | 0 | 5 | A | 6 | 1E | 2B | 59 |
| Octal | 357 | 343 | 327 | 0 | 5 | 12 | 6 | 36 | 53 | 131 |
| Binary | 11101111 | 11100011 | 11010111 | 0 | 101 | 1010 | 110 | 11110 | 101011 | 1011001 |
Color Harmonies of #EFE3D7
Complementary color
Monochromatic Colors of #EFE3D7
Black with #EFE3D7
Text Example
Text Example
White with #EFE3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3D7; }
p { color: rgb(239,227,215); }
H1.HeaderClassName
{
color: #EFE3D7;
}
.AnyTagClassName
{
color: #EFE3D7;
}
</style>
background-color css
<style>
a { background-color: #EFE3D7; }
a { background-color: rgb(239,227,215); }
div.DivClassName
{
background-color: #EFE3D7;
}
.BgClassName
{
background-color: #EFE3D7;
}
</style>
border-color css
<style>
span { border-color: #EFE3D7; }
span { border-color: rgb(239,227,215); }
td.TdClassName
{
border-color: #EFE3D7;
}
.TagClassName
{
border-color: #EFE3D7;
}
</style>