Shades of Spring Wood #ECE3DA
Tints of Spring Wood #ECE3DA
RGB
CMYK
RGB Variations
Color information
#ECE3DA (or 0xECE3DA) is known color: Spring Wood. HEX triplet: EC, E3 and DA. RGB value is (236,227,218). Sum of RGB (Red+Green+Blue) = 236+227+218=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3DA is #131C25. Grayscale: #E4E4E4. Windows color (decimal): -1252390 or 14345196. OLE color: 14345196.
HSL color Cylindrical-coordinate representation of color #ECE3DA: hue angle of 30º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE3DA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 227 | 218 | - |
CMYK | 0 | 0.04 | 0.08 | 0.07 |
HSL | 30º | 0.32% | 0.89% | - |
HSV(B) | 30º | 0.08% | 0.93% | - |
XYZ | 74.72 | 77.83 | 77.41 | - |
YUV | 228.67 | 121.98 | 133.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 218 | 0 | 0.04 | 0.08 | 0.07 | 30 | 0.32 | 0.89 |
Hex | EC | E3 | DA | 0 | 4 | 8 | 7 | 1E | 20 | 59 |
Octal | 354 | 343 | 332 | 0 | 4 | 10 | 7 | 36 | 40 | 131 |
Binary | 11101100 | 11100011 | 11011010 | 0 | 100 | 1000 | 111 | 11110 | 100000 | 1011001 |
Color Harmonies of #ECE3DA
Complementary color
Monochromatic Colors of #ECE3DA
Black with #ECE3DA
Text Example
Text Example
White with #ECE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3DA; }
p { color: rgb(236,227,218); }
H1.HeaderClassName
{
color: #ECE3DA;
}
.AnyTagClassName
{
color: #ECE3DA;
}
</style>
background-color css
<style>
a { background-color: #ECE3DA; }
a { background-color: rgb(236,227,218); }
div.DivClassName
{
background-color: #ECE3DA;
}
.BgClassName
{
background-color: #ECE3DA;
}
</style>
border-color css
<style>
span { border-color: #ECE3DA; }
span { border-color: rgb(236,227,218); }
td.TdClassName
{
border-color: #ECE3DA;
}
.TagClassName
{
border-color: #ECE3DA;
}
</style>