#ECE2DA

Color #ECE2DA Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #ECE2DA

Tints of Spring Wood #ECE2DA

Color information

#ECE2DA (or 0xECE2DA) is unknown color: approx Spring Wood. HEX triplet: EC, E2 and DA. RGB value is (236,226,218). Sum of RGB (Red+Green+Blue) = 236+226+218=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2DA is #131D25. Grayscale: #E4E4E4. Windows color (decimal): -1252646 or 14344940. OLE color: 14344940.

HSL color Cylindrical-coordinate representation of color #ECE2DA: hue angle of 26.67º 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 #ECE2DA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236226218-
CMYK00.040.080.07
HSL26.67º32.14%89.02%-
HSV(B)26.67º7.63%92.55%-
XYZ74.4477.2977.32-
YUV228.08122.31133.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 34.71%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=34.71%
G=33.24%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622621800.040.080.0726.6732.1489.02
HexECE2DA04871b2059
Octal354342332041073340131
Binary11101100111000101101101001001000111110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2DA; }

 p { color: rgb(236,226,218); }

 H1.HeaderClassName
 {
   color: #ECE2DA;
 }
 .AnyTagClassName
 {
   color: #ECE2DA;
 }
</style>
background-color css

<style>
 a { background-color: #ECE2DA; }

 a { background-color: rgb(236,226,218); }

 div.DivClassName
 {
   background-color: #ECE2DA;
 }
 .BgClassName
 {
   background-color: #ECE2DA;
 }
</style>
border-color css

<style>
 span { border-color: #ECE2DA; }

 span { border-color: rgb(236,226,218); }

 td.TdClassName
 {
   border-color: #ECE2DA;
 }
 .TagClassName
 {
   border-color: #ECE2DA;
 }
</style>