#EAE2DC

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

Shades of Spring Wood #EAE2DC

Tints of Spring Wood #EAE2DC

Color information

#EAE2DC (or 0xEAE2DC) is unknown color: approx Spring Wood. HEX triplet: EA, E2 and DC. RGB value is (234,226,220). Sum of RGB (Red+Green+Blue) = 234+226+220=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2DC is #151D23. Grayscale: #E3E3E3. Windows color (decimal): -1383716 or 14476010. OLE color: 14476010.

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

Color convert

RGB234226220-
CMYK00.030.060.08
HSL25.71º25%89.02%-
HSV(B)25.71º5.98%91.76%-
XYZ74.0577.0578.68-
YUV227.71123.65132.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=34.41%
G=33.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422622000.030.060.0825.712589.02
HexEAE2DC03681a1959
Octal352342334036103231131
Binary111010101110001011011100011110100011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2DC; }

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

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

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

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

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

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

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

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