Shades of Spring Wood #ECE4DC
Tints of Spring Wood #ECE4DC
RGB
CMYK
RGB Variations
Color information
#ECE4DC (or 0xECE4DC) is known color: Spring Wood. HEX triplet: EC, E4 and DC. RGB value is (236,228,220). Sum of RGB (Red+Green+Blue) = 236+228+220=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DC is #131B23. Grayscale: #E5E5E5. Windows color (decimal): -1252132 or 14476524. OLE color: 14476524.
HSL color Cylindrical-coordinate representation of color #ECE4DC: hue angle of 30º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE4DC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 220 | - |
CMYK | 0 | 0.03 | 0.07 | 0.07 |
HSL | 30º | 0.3% | 0.89% | - |
HSV(B) | 30º | 0.07% | 0.93% | - |
XYZ | 75.25 | 78.49 | 78.89 | - |
YUV | 229.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 220 | 0 | 0.03 | 0.07 | 0.07 | 30 | 0.3 | 0.89 |
Hex | EC | E4 | DC | 0 | 3 | 7 | 7 | 1E | 1E | 59 |
Octal | 354 | 344 | 334 | 0 | 3 | 7 | 7 | 36 | 36 | 131 |
Binary | 11101100 | 11100100 | 11011100 | 0 | 11 | 111 | 111 | 11110 | 11110 | 1011001 |
Color Harmonies of #ECE4DC
Complementary color
Monochromatic Colors of #ECE4DC
Black with #ECE4DC
Text Example
Text Example
White with #ECE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4DC; }
p { color: rgb(236,228,220); }
H1.HeaderClassName
{
color: #ECE4DC;
}
.AnyTagClassName
{
color: #ECE4DC;
}
</style>
background-color css
<style>
a { background-color: #ECE4DC; }
a { background-color: rgb(236,228,220); }
div.DivClassName
{
background-color: #ECE4DC;
}
.BgClassName
{
background-color: #ECE4DC;
}
</style>
border-color css
<style>
span { border-color: #ECE4DC; }
span { border-color: rgb(236,228,220); }
td.TdClassName
{
border-color: #ECE4DC;
}
.TagClassName
{
border-color: #ECE4DC;
}
</style>