#EAABAF

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

Shades of Pale Chestnut #EAABAF

Tints of Pale Chestnut #EAABAF

Color information

#EAABAF (or 0xEAABAF) is unknown color: approx Pale Chestnut. HEX triplet: EA, AB and AF. RGB value is (234,171,175). Sum of RGB (Red+Green+Blue) = 234+171+175=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAF is #155450. Grayscale: #BEBEBE. Windows color (decimal): -1397841 or 11512810. OLE color: 11512810.

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

Color convert

RGB234171175-
CMYK00.270.250.08
HSL356.19º60%79.41%-
HSV(B)356.19º26.92%91.76%-
XYZ56.2349.7147.19-
YUV190.29119.37159.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=40.34%
G=29.48%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417117500.270.250.08356.196079.41
HexEAABAF01B1981643c4f
Octal352253257033311054474117
Binary1110101010101011101011110110111100110001011001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABAF; }

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

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

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

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

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

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

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

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