#EDE0D4

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

Shades of Spring Wood #EDE0D4

Tints of Spring Wood #EDE0D4

Color information

#EDE0D4 (or 0xEDE0D4) is unknown color: approx Spring Wood. HEX triplet: ED, E0 and D4. RGB value is (237,224,212). Sum of RGB (Red+Green+Blue) = 237+224+212=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0D4 is #121F2B. Grayscale: #E2E2E2. Windows color (decimal): -1187628 or 13951213. OLE color: 13951213.

HSL color Cylindrical-coordinate representation of color #EDE0D4: hue angle of 28.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE0D4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237224212-
CMYK00.050.110.07
HSL28.8º40.98%88.04%-
HSV(B)28.8º10.55%92.94%-
XYZ73.4676.0773.1-
YUV226.52119.81135.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 212 (83.20% from 255) = 31.50%
R=35.22%
G=33.28%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722421200.050.110.0728.840.9888.04
HexEDE0D405B71d2958
Octal355340324051373551130
Binary11101101111000001101010001011011111111011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0D4; }

 p { color: rgb(237,224,212); }

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

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

 a { background-color: rgb(237,224,212); }

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

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

 span { border-color: rgb(237,224,212); }

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