#EAAEB1

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

Shades of Pale Chestnut #EAAEB1

Tints of Pale Chestnut #EAAEB1

Color information

#EAAEB1 (or 0xEAAEB1) is unknown color: approx Pale Chestnut. HEX triplet: EA, AE and B1. RGB value is (234,174,177). Sum of RGB (Red+Green+Blue) = 234+174+177=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEB1 is #15514E. Grayscale: #C0C0C0. Windows color (decimal): -1397071 or 11644650. OLE color: 11644650.

HSL color Cylindrical-coordinate representation of color #EAAEB1: hue angle of 357º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEB1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234174177-
CMYK00.260.240.08
HSL357º58.82%80%-
HSV(B)357º25.64%91.76%-
XYZ5750.9448.42-
YUV192.28119.38157.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=40%
G=29.74%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417417700.260.240.0835758.8280
HexEAAEB101A1881653b50
Octal352256261032301054573120
Binary1110101010101110101100010110101100010001011001011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEB1; }

 p { color: rgb(234,174,177); }

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

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

 a { background-color: rgb(234,174,177); }

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

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

 span { border-color: rgb(234,174,177); }

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