#EDE4DC

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

Shades of Spring Wood #EDE4DC

Tints of Spring Wood #EDE4DC

Color information

#EDE4DC (or 0xEDE4DC) is unknown color: approx Spring Wood. HEX triplet: ED, E4 and DC. RGB value is (237,228,220). Sum of RGB (Red+Green+Blue) = 237+228+220=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DC is #121B23. Grayscale: #E5E5E5. Windows color (decimal): -1186596 or 14476525. OLE color: 14476525.

HSL color Cylindrical-coordinate representation of color #EDE4DC: hue angle of 28.24º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE4DC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237228220-
CMYK00.040.070.07
HSL28.24º32.08%89.61%-
HSV(B)28.24º7.17%92.94%-
XYZ75.5978.6678.91-
YUV229.78122.48133.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=34.60%
G=33.28%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722822000.040.070.0728.2432.0889.61
HexEDE4DC04771c205a
Octal35534433404773440132
Binary1110110111100100110111000100111111111001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4DC; }

 p { color: rgb(237,228,220); }

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

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

 a { background-color: rgb(237,228,220); }

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

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

 span { border-color: rgb(237,228,220); }

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