#EAE2E1

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

Shades of Soft Peach #EAE2E1

Tints of Soft Peach #EAE2E1

Color information

#EAE2E1 (or 0xEAE2E1) is unknown color: approx Soft Peach. HEX triplet: EA, E2 and E1. RGB value is (234,226,225). Sum of RGB (Red+Green+Blue) = 234+226+225=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2E1 is #151D1E. Grayscale: #E4E4E4. Windows color (decimal): -1383711 or 14803690. OLE color: 14803690.

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

Color convert

RGB234226225-
CMYK00.030.040.08
HSL6.67º17.65%90%-
HSV(B)6.67º3.85%91.76%-
XYZ74.7277.3282.22-
YUV228.28126.15132.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=34.16%
G=32.99%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422622500.030.040.086.6717.6590
HexEAE2E103487125a
Octal35234234103410722132
Binary1110101011100010111000010111001000111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2E1; }

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

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

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

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

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

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

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

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