#EAABAE

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

Shades of Pale Chestnut #EAABAE

Tints of Pale Chestnut #EAABAE

Color information

#EAABAE (or 0xEAABAE) is unknown color: approx Pale Chestnut. HEX triplet: EA, AB and AE. RGB value is (234,171,174). Sum of RGB (Red+Green+Blue) = 234+171+174=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAE is #155451. Grayscale: #BEBEBE. Windows color (decimal): -1397842 or 11447274. OLE color: 11447274.

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

Color convert

RGB234171174-
CMYK00.270.260.08
HSL357.14º60%79.41%-
HSV(B)357.14º26.92%91.76%-
XYZ56.1349.6746.67-
YUV190.18118.87159.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=40.41%
G=29.53%
B=30.05%

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
Decimal23417117400.270.260.08357.146079.41
HexEAABAE01B1A81653c4f
Octal352253256033321054574117
Binary1110101010101011101011100110111101010001011001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABAE; }

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

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

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

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

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

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

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

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