#EDE3DA

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

Shades of Spring Wood #EDE3DA

Tints of Spring Wood #EDE3DA

Color information

#EDE3DA (or 0xEDE3DA) is unknown color: approx Spring Wood. HEX triplet: ED, E3 and DA. RGB value is (237,227,218). Sum of RGB (Red+Green+Blue) = 237+227+218=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DA is #121C25. Grayscale: #E5E5E5. Windows color (decimal): -1186854 or 14345197. OLE color: 14345197.

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

Color convert

RGB237227218-
CMYK00.040.080.07
HSL28.42º34.55%89.22%-
HSV(B)28.42º8.02%92.94%-
XYZ75.057877.43-
YUV228.96121.81133.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=34.75%
G=33.28%
B=31.96%

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
Decimal23722721800.040.080.0728.4234.5589.22
HexEDE3DA04871c2359
Octal355343332041073443131
Binary11101101111000111101101001001000111111001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3DA; }

 p { color: rgb(237,227,218); }

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

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

 a { background-color: rgb(237,227,218); }

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

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

 span { border-color: rgb(237,227,218); }

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