#EAE0E5

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

Shades of Amour #EAE0E5

Tints of Amour #EAE0E5

Color information

#EAE0E5 (or 0xEAE0E5) is unknown color: approx Amour. HEX triplet: EA, E0 and E5. RGB value is (234,224,229). Sum of RGB (Red+Green+Blue) = 234+224+229=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0E5 is #151F1A. Grayscale: #E3E3E3. Windows color (decimal): -1384219 or 15065322. OLE color: 15065322.

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

Color convert

RGB234224229-
CMYK00.040.020.08
HSL330º19.23%89.8%-
HSV(B)330º4.27%91.76%-
XYZ74.7376.4684.95-
YUV227.56128.81132.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=34.06%
G=32.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422422900.040.020.0833019.2389.8
HexEAE0E5042814a135a
Octal3523403450421051223132
Binary1110101011100000111001010100101000101001010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0E5; }

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

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

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

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

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

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

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

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