#EADED5

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

Shades of Spring Wood #EADED5

Tints of Spring Wood #EADED5

Color information

#EADED5 (or 0xEADED5) is unknown color: approx Spring Wood. HEX triplet: EA, DE and D5. RGB value is (234,222,213). Sum of RGB (Red+Green+Blue) = 234+222+213=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED5 is #15212A. Grayscale: #E0E0E0. Windows color (decimal): -1384747 or 14016234. OLE color: 14016234.

HSL color Cylindrical-coordinate representation of color #EADED5: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADED5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234222213-
CMYK00.050.090.08
HSL25.71º33.33%87.65%-
HSV(B)25.71º8.97%91.76%-
XYZ72.0674.5473.54-
YUV224.56121.48134.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=34.98%
G=33.18%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422221300.050.090.0825.7133.3387.65
HexEADED505981a2158
Octal3523363250511103241130
Binary111010101101111011010101010110011000110101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADED5; }

 p { color: rgb(234,222,213); }

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

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

 a { background-color: rgb(234,222,213); }

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

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

 span { border-color: rgb(234,222,213); }

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