#EEE1D4

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

Shades of Spring Wood #EEE1D4

Tints of Spring Wood #EEE1D4

Color information

#EEE1D4 (or 0xEEE1D4) is unknown color: approx Spring Wood. HEX triplet: EE, E1 and D4. RGB value is (238,225,212). Sum of RGB (Red+Green+Blue) = 238+225+212=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1D4 is #111E2B. Grayscale: #E3E3E3. Windows color (decimal): -1121836 or 13951470. OLE color: 13951470.

HSL color Cylindrical-coordinate representation of color #EEE1D4: hue angle of 30º degrees, saturation: 0.43, 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 #EEE1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238225212-
CMYK00.050.110.07
HSL30º43.33%88.24%-
HSV(B)30º10.92%93.33%-
XYZ74.0776.7873.2-
YUV227.4119.31135.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 33.33%
BLUE value IS 212 (83.20% from 255) = 31.41%
R=35.26%
G=33.33%
B=31.41%

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
Decimal23822521200.050.110.073043.3388.24
HexEEE1D405B71e2b58
Octal356341324051373653130
Binary11101110111000011101010001011011111111101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1D4; }

 p { color: rgb(238,225,212); }

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

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

 a { background-color: rgb(238,225,212); }

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

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

 span { border-color: rgb(238,225,212); }

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