Shades of Spring Wood #EFDED0
Tints of Spring Wood #EFDED0
RGB
CMYK
RGB Variations
Color information
#EFDED0 (or 0xEFDED0) is known color: Spring Wood. HEX triplet: EF, DE and D0. RGB value is (239,222,208). Sum of RGB (Red+Green+Blue) = 239+222+208=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED0 is #10212F. Grayscale: #E1E1E1. Windows color (decimal): -1057072 or 13688559. OLE color: 13688559.
HSL color Cylindrical-coordinate representation of color #EFDED0: hue angle of 27.1º degrees, saturation: 0.49, 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 #EFDED0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 208 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.06 |
| HSL | 27.1º | 0.49% | 0.88% | - |
| HSV(B) | 27.1º | 0.13% | 0.94% | - |
| XYZ | 73.1 | 75.15 | 70.33 | - |
| YUV | 225.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 208 | 0 | 0.07 | 0.13 | 0.06 | 27.1 | 0.49 | 0.88 |
| Hex | EF | DE | D0 | 0 | 7 | D | 6 | 1B | 31 | 58 |
| Octal | 357 | 336 | 320 | 0 | 7 | 15 | 6 | 33 | 61 | 130 |
| Binary | 11101111 | 11011110 | 11010000 | 0 | 111 | 1101 | 110 | 11011 | 110001 | 1011000 |
Color Harmonies of #EFDED0
Complementary color
Monochromatic Colors of #EFDED0
Black with #EFDED0
Text Example
Text Example
White with #EFDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDED0; }
p { color: rgb(239,222,208); }
H1.HeaderClassName
{
color: #EFDED0;
}
.AnyTagClassName
{
color: #EFDED0;
}
</style>
background-color css
<style>
a { background-color: #EFDED0; }
a { background-color: rgb(239,222,208); }
div.DivClassName
{
background-color: #EFDED0;
}
.BgClassName
{
background-color: #EFDED0;
}
</style>
border-color css
<style>
span { border-color: #EFDED0; }
span { border-color: rgb(239,222,208); }
td.TdClassName
{
border-color: #EFDED0;
}
.TagClassName
{
border-color: #EFDED0;
}
</style>