#EAE2D9

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

Shades of Spring Wood #EAE2D9

Tints of Spring Wood #EAE2D9

Color information

#EAE2D9 (or 0xEAE2D9) is unknown color: approx Spring Wood. HEX triplet: EA, E2 and D9. RGB value is (234,226,217). Sum of RGB (Red+Green+Blue) = 234+226+217=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2D9 is #151D26. Grayscale: #E3E3E3. Windows color (decimal): -1383719 or 14279402. OLE color: 14279402.

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

Color convert

RGB234226217-
CMYK00.030.070.08
HSL31.76º28.81%88.43%-
HSV(B)31.76º7.26%91.76%-
XYZ73.6576.8976.61-
YUV227.37122.15132.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=34.56%
G=33.38%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422621700.030.070.0831.7628.8188.43
HexEAE2D90378201d58
Octal352342331037104035130
Binary1110101011100010110110010111111000100000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2D9; }

 p { color: rgb(234,226,217); }

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

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

 a { background-color: rgb(234,226,217); }

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

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

 span { border-color: rgb(234,226,217); }

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