#EAE0DE

Color #EAE0DE Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #EAE0DE

Tints of Soft Peach #EAE0DE

Color information

#EAE0DE (or 0xEAE0DE) is unknown color: approx Soft Peach. HEX triplet: EA, E0 and DE. RGB value is (234,224,222). Sum of RGB (Red+Green+Blue) = 234+224+222=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DE is #151F21. Grayscale: #E2E2E2. Windows color (decimal): -1384226 or 14606570. OLE color: 14606570.

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

Color convert

RGB234224222-
CMYK00.040.050.08
HSL10º22.22%89.41%-
HSV(B)10º5.13%91.76%-
XYZ73.7776.0879.9-
YUV226.76125.31133.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=34.41%
G=32.94%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422422200.040.050.081022.2289.41
HexEAE0DE0458a1659
Octal352340336045101226131
Binary111010101110000011011110010010110001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0DE; }

 p { color: rgb(234,224,222); }

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

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

 a { background-color: rgb(234,224,222); }

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

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

 span { border-color: rgb(234,224,222); }

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