#EAE4DF

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

Shades of Spring Wood #EAE4DF

Tints of Spring Wood #EAE4DF

Color information

#EAE4DF (or 0xEAE4DF) is unknown color: approx Spring Wood. HEX triplet: EA, E4 and DF. RGB value is (234,228,223). Sum of RGB (Red+Green+Blue) = 234+228+223=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4DF is #151B20. Grayscale: #E5E5E5. Windows color (decimal): -1383201 or 14673130. OLE color: 14673130.

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

Color convert

RGB234228223-
CMYK00.030.050.08
HSL27.27º20.75%89.61%-
HSV(B)27.27º4.7%91.76%-
XYZ74.9978.3180.97-
YUV229.22124.49131.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=34.16%
G=33.28%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422822300.030.050.0827.2720.7589.61
HexEAE4DF03581b155a
Octal352344337035103325132
Binary111010101110010011011111011101100011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4DF; }

 p { color: rgb(234,228,223); }

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

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

 a { background-color: rgb(234,228,223); }

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

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

 span { border-color: rgb(234,228,223); }

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