Shades of Spring Wood #EFE1D4
Tints of Spring Wood #EFE1D4
RGB
CMYK
RGB Variations
Color information
#EFE1D4 (or 0xEFE1D4) is known color: Spring Wood. HEX triplet: EF, E1 and D4. RGB value is (239,225,212). Sum of RGB (Red+Green+Blue) = 239+225+212=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 212 (83.20% from 255 or 31.36% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1D4 is #101E2B. Grayscale: #E3E3E3. Windows color (decimal): -1056300 or 13951471. OLE color: 13951471.
HSL color Cylindrical-coordinate representation of color #EFE1D4: hue angle of 28.89º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE1D4 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 212 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.06 |
| HSL | 28.89º | 0.46% | 0.88% | - |
| HSV(B) | 28.89º | 0.11% | 0.94% | - |
| XYZ | 74.41 | 76.95 | 73.22 | - |
| YUV | 227.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 212 | 0 | 0.06 | 0.11 | 0.06 | 28.89 | 0.46 | 0.88 |
| Hex | EF | E1 | D4 | 0 | 6 | B | 6 | 1D | 2E | 58 |
| Octal | 357 | 341 | 324 | 0 | 6 | 13 | 6 | 35 | 56 | 130 |
| Binary | 11101111 | 11100001 | 11010100 | 0 | 110 | 1011 | 110 | 11101 | 101110 | 1011000 |
Color Harmonies of #EFE1D4
Complementary color
Monochromatic Colors of #EFE1D4
Black with #EFE1D4
Text Example
Text Example
White with #EFE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1D4; }
p { color: rgb(239,225,212); }
H1.HeaderClassName
{
color: #EFE1D4;
}
.AnyTagClassName
{
color: #EFE1D4;
}
</style>
background-color css
<style>
a { background-color: #EFE1D4; }
a { background-color: rgb(239,225,212); }
div.DivClassName
{
background-color: #EFE1D4;
}
.BgClassName
{
background-color: #EFE1D4;
}
</style>
border-color css
<style>
span { border-color: #EFE1D4; }
span { border-color: rgb(239,225,212); }
td.TdClassName
{
border-color: #EFE1D4;
}
.TagClassName
{
border-color: #EFE1D4;
}
</style>