#EFA9AB

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

Shades of Pale Chestnut #EFA9AB

Tints of Pale Chestnut #EFA9AB

Color information

#EFA9AB (or 0xEFA9AB) is unknown color: approx Pale Chestnut. HEX triplet: EF, A9 and AB. RGB value is (239,169,171). Sum of RGB (Red+Green+Blue) = 239+169+171=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AB is #105654. Grayscale: #BEBEBE. Windows color (decimal): -1070677 or 11250159. OLE color: 11250159.

HSL color Cylindrical-coordinate representation of color #EFA9AB: hue angle of 358.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9AB is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239169171-
CMYK00.290.280.06
HSL358.29º68.63%80%-
HSV(B)358.29º29.29%93.73%-
XYZ57.1449.6745.1-
YUV190.16117.19162.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=41.28%
G=29.19%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916917100.290.280.06358.2968.6380
HexEFA9AB01D1C61664550
Octal357251253035346546105120
Binary1110111110101001101010110111011110011010110011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9AB; }

 p { color: rgb(239,169,171); }

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

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

 a { background-color: rgb(239,169,171); }

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

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

 span { border-color: rgb(239,169,171); }

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