#EAE1E0

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

Shades of Soft Peach #EAE1E0

Tints of Soft Peach #EAE1E0

Color information

#EAE1E0 (or 0xEAE1E0) is unknown color: approx Soft Peach. HEX triplet: EA, E1 and E0. RGB value is (234,225,224). Sum of RGB (Red+Green+Blue) = 234+225+224=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1E0 is #151E1F. Grayscale: #E3E3E3. Windows color (decimal): -1383968 or 14737898. OLE color: 14737898.

HSL color Cylindrical-coordinate representation of color #EAE1E0: hue angle of 6º degrees, saturation: 0.19, 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 #EAE1E0 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234225224-
CMYK00.040.040.08
HSL19.23%89.8%-
HSV(B)4.27%91.76%-
XYZ74.3176.7281.41-
YUV227.58125.98132.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=34.26%
G=32.94%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422522400.040.040.08619.2389.8
HexEAE1E004486135a
Octal35234134004410623132
Binary11101010111000011110000001001001000110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1E0; }

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

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

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

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

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

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

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

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