Shades of Spring Wood #ECE0D4
Tints of Spring Wood #ECE0D4
RGB
CMYK
RGB Variations
Color information
#ECE0D4 (or 0xECE0D4) is known color: Spring Wood. HEX triplet: EC, E0 and D4. RGB value is (236,224,212). Sum of RGB (Red+Green+Blue) = 236+224+212=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0D4 is #131F2B. Grayscale: #E2E2E2. Windows color (decimal): -1253164 or 13951212. OLE color: 13951212.
HSL color Cylindrical-coordinate representation of color #ECE0D4: hue angle of 30º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE0D4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 212 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.07 |
| HSL | 30º | 0.39% | 0.88% | - |
| HSV(B) | 30º | 0.1% | 0.93% | - |
| XYZ | 73.13 | 75.9 | 73.08 | - |
| YUV | 226.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 212 | 0 | 0.05 | 0.10 | 0.07 | 30 | 0.39 | 0.88 |
| Hex | EC | E0 | D4 | 0 | 5 | A | 7 | 1E | 27 | 58 |
| Octal | 354 | 340 | 324 | 0 | 5 | 12 | 7 | 36 | 47 | 130 |
| Binary | 11101100 | 11100000 | 11010100 | 0 | 101 | 1010 | 111 | 11110 | 100111 | 1011000 |
Color Harmonies of #ECE0D4
Complementary color
Monochromatic Colors of #ECE0D4
Black with #ECE0D4
Text Example
Text Example
White with #ECE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0D4; }
p { color: rgb(236,224,212); }
H1.HeaderClassName
{
color: #ECE0D4;
}
.AnyTagClassName
{
color: #ECE0D4;
}
</style>
background-color css
<style>
a { background-color: #ECE0D4; }
a { background-color: rgb(236,224,212); }
div.DivClassName
{
background-color: #ECE0D4;
}
.BgClassName
{
background-color: #ECE0D4;
}
</style>
border-color css
<style>
span { border-color: #ECE0D4; }
span { border-color: rgb(236,224,212); }
td.TdClassName
{
border-color: #ECE0D4;
}
.TagClassName
{
border-color: #ECE0D4;
}
</style>