#EFA9AA

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

Shades of Pale Chestnut #EFA9AA

Tints of Pale Chestnut #EFA9AA

Color information

#EFA9AA (or 0xEFA9AA) is unknown color: approx Pale Chestnut. HEX triplet: EF, A9 and AA. RGB value is (239,169,170). Sum of RGB (Red+Green+Blue) = 239+169+170=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AA is #105655. Grayscale: #BEBEBE. Windows color (decimal): -1070678 or 11184623. OLE color: 11184623.

HSL color Cylindrical-coordinate representation of color #EFA9AA: hue angle of 359.14º 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 #EFA9AA is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239169170-
CMYK00.290.290.06
HSL359.14º68.63%80%-
HSV(B)359.14º29.29%93.73%-
XYZ57.0449.6344.6-
YUV190.04116.69162.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=41.35%
G=29.24%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916917000.290.290.06359.1468.6380
HexEFA9AA01D1D61674550
Octal357251252035356547105120
Binary1110111110101001101010100111011110111010110011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9AA; }

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

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

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

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

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

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

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

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