#ECE0D5

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

Shades of Spring Wood #ECE0D5

Tints of Spring Wood #ECE0D5

Color information

#ECE0D5 (or 0xECE0D5) is unknown color: approx Spring Wood. HEX triplet: EC, E0 and D5. RGB value is (236,224,213). Sum of RGB (Red+Green+Blue) = 236+224+213=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0D5 is #131F2A. Grayscale: #E2E2E2. Windows color (decimal): -1253163 or 14016748. OLE color: 14016748.

HSL color Cylindrical-coordinate representation of color #ECE0D5: hue angle of 28.7º degrees, saturation: 0.38, 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 #ECE0D5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236224213-
CMYK00.050.100.07
HSL28.7º37.7%88.04%-
HSV(B)28.7º9.75%92.55%-
XYZ73.2675.9573.75-
YUV226.33120.48134.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=35.07%
G=33.28%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622421300.050.100.0728.737.788.04
HexECE0D505A71d2658
Octal354340325051273546130
Binary11101100111000001101010101011010111111011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0D5; }

 p { color: rgb(236,224,213); }

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

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

 a { background-color: rgb(236,224,213); }

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

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

 span { border-color: rgb(236,224,213); }

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