#EEE0D1

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

Shades of Spring Wood #EEE0D1

Tints of Spring Wood #EEE0D1

Color information

#EEE0D1 (or 0xEEE0D1) is unknown color: approx Spring Wood. HEX triplet: EE, E0 and D1. RGB value is (238,224,209). Sum of RGB (Red+Green+Blue) = 238+224+209=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0D1 is #111F2E. Grayscale: #E2E2E2. Windows color (decimal): -1122095 or 13754606. OLE color: 13754606.

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

Color convert

RGB238224209-
CMYK00.060.120.07
HSL31.03º46.03%87.65%-
HSV(B)31.03º12.18%93.33%-
XYZ73.4276.0971.14-
YUV226.48118.14136.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 209 (82.03% from 255) = 31.15%
R=35.47%
G=33.38%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822420900.060.120.0731.0346.0387.65
HexEEE0D106C71f2e58
Octal356340321061473756130
Binary11101110111000001101000101101100111111111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0D1; }

 p { color: rgb(238,224,209); }

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

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

 a { background-color: rgb(238,224,209); }

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

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

 span { border-color: rgb(238,224,209); }

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