#EAABAC

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

Shades of Pale Chestnut #EAABAC

Tints of Pale Chestnut #EAABAC

Color information

#EAABAC (or 0xEAABAC) is unknown color: approx Pale Chestnut. HEX triplet: EA, AB and AC. RGB value is (234,171,172). Sum of RGB (Red+Green+Blue) = 234+171+172=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAC is #155453. Grayscale: #BEBEBE. Windows color (decimal): -1397844 or 11316202. OLE color: 11316202.

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

Color convert

RGB234171172-
CMYK00.270.260.08
HSL359.05º60%79.41%-
HSV(B)359.05º26.92%91.76%-
XYZ55.9449.645.65-
YUV189.95117.87159.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=40.55%
G=29.64%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417117200.270.260.08359.056079.41
HexEAABAC01B1A81673c4f
Octal352253254033321054774117
Binary1110101010101011101011000110111101010001011001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABAC; }

 p { color: rgb(234,171,172); }

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

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

 a { background-color: rgb(234,171,172); }

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

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

 span { border-color: rgb(234,171,172); }

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