Shades of Spring Wood #EFE0D0
Tints of Spring Wood #EFE0D0
RGB
CMYK
RGB Variations
Color information
#EFE0D0 (or 0xEFE0D0) is known color: Spring Wood. HEX triplet: EF, E0 and D0. RGB value is (239,224,208). Sum of RGB (Red+Green+Blue) = 239+224+208=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0D0 is #101F2F. Grayscale: #E2E2E2. Windows color (decimal): -1056560 or 13689071. OLE color: 13689071.
HSL color Cylindrical-coordinate representation of color #EFE0D0: hue angle of 30.97º 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 #EFE0D0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 208 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.06 |
| HSL | 30.97º | 0.49% | 0.88% | - |
| HSV(B) | 30.97º | 0.13% | 0.94% | - |
| XYZ | 73.64 | 76.22 | 70.5 | - |
| YUV | 226.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 208 | 0 | 0.06 | 0.13 | 0.06 | 30.97 | 0.49 | 0.88 |
| Hex | EF | E0 | D0 | 0 | 6 | D | 6 | 1F | 31 | 58 |
| Octal | 357 | 340 | 320 | 0 | 6 | 15 | 6 | 37 | 61 | 130 |
| Binary | 11101111 | 11100000 | 11010000 | 0 | 110 | 1101 | 110 | 11111 | 110001 | 1011000 |
Color Harmonies of #EFE0D0
Complementary color
Monochromatic Colors of #EFE0D0
Black with #EFE0D0
Text Example
Text Example
White with #EFE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0D0; }
p { color: rgb(239,224,208); }
H1.HeaderClassName
{
color: #EFE0D0;
}
.AnyTagClassName
{
color: #EFE0D0;
}
</style>
background-color css
<style>
a { background-color: #EFE0D0; }
a { background-color: rgb(239,224,208); }
div.DivClassName
{
background-color: #EFE0D0;
}
.BgClassName
{
background-color: #EFE0D0;
}
</style>
border-color css
<style>
span { border-color: #EFE0D0; }
span { border-color: rgb(239,224,208); }
td.TdClassName
{
border-color: #EFE0D0;
}
.TagClassName
{
border-color: #EFE0D0;
}
</style>