Shades of Spring Wood #EFDED1
Tints of Spring Wood #EFDED1
RGB
CMYK
RGB Variations
Color information
#EFDED1 (or 0xEFDED1) is known color: Spring Wood. HEX triplet: EF, DE and D1. RGB value is (239,222,209). Sum of RGB (Red+Green+Blue) = 239+222+209=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED1 is #10212E. Grayscale: #E1E1E1. Windows color (decimal): -1057071 or 13754095. OLE color: 13754095.
HSL color Cylindrical-coordinate representation of color #EFDED1: hue angle of 26º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFDED1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 209 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.06 |
| HSL | 26º | 0.48% | 0.88% | - |
| HSV(B) | 26º | 0.13% | 0.94% | - |
| XYZ | 73.23 | 75.2 | 70.98 | - |
| YUV | 225.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 209 | 0 | 0.07 | 0.13 | 0.06 | 26 | 0.48 | 0.88 |
| Hex | EF | DE | D1 | 0 | 7 | D | 6 | 1A | 30 | 58 |
| Octal | 357 | 336 | 321 | 0 | 7 | 15 | 6 | 32 | 60 | 130 |
| Binary | 11101111 | 11011110 | 11010001 | 0 | 111 | 1101 | 110 | 11010 | 110000 | 1011000 |
Color Harmonies of #EFDED1
Complementary color
Monochromatic Colors of #EFDED1
Black with #EFDED1
Text Example
Text Example
White with #EFDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDED1; }
p { color: rgb(239,222,209); }
H1.HeaderClassName
{
color: #EFDED1;
}
.AnyTagClassName
{
color: #EFDED1;
}
</style>
background-color css
<style>
a { background-color: #EFDED1; }
a { background-color: rgb(239,222,209); }
div.DivClassName
{
background-color: #EFDED1;
}
.BgClassName
{
background-color: #EFDED1;
}
</style>
border-color css
<style>
span { border-color: #EFDED1; }
span { border-color: rgb(239,222,209); }
td.TdClassName
{
border-color: #EFDED1;
}
.TagClassName
{
border-color: #EFDED1;
}
</style>