#EFA8AA

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

Shades of Pale Chestnut #EFA8AA

Tints of Pale Chestnut #EFA8AA

Color information

#EFA8AA (or 0xEFA8AA) is unknown color: approx Pale Chestnut. HEX triplet: EF, A8 and AA. RGB value is (239,168,170). Sum of RGB (Red+Green+Blue) = 239+168+170=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8AA is #105755. Grayscale: #BDBDBD. Windows color (decimal): -1070934 or 11184367. OLE color: 11184367.

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

Color convert

RGB239168170-
CMYK00.300.290.06
HSL358.31º68.93%79.8%-
HSV(B)358.31º29.71%93.73%-
XYZ56.8549.2644.54-
YUV189.46117.02163.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=41.42%
G=29.12%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916817000.300.290.06358.3168.9379.8
HexEFA8AA01E1D61664550
Octal357250252036356546105120
Binary1110111110101000101010100111101110111010110011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8AA; }

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

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

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

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

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

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

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

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