#EFA9AC

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

Shades of Pale Chestnut #EFA9AC

Tints of Pale Chestnut #EFA9AC

Color information

#EFA9AC (or 0xEFA9AC) is unknown color: approx Pale Chestnut. HEX triplet: EF, A9 and AC. RGB value is (239,169,172). Sum of RGB (Red+Green+Blue) = 239+169+172=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AC is #105653. Grayscale: #BEBEBE. Windows color (decimal): -1070676 or 11315695. OLE color: 11315695.

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

Color convert

RGB239169172-
CMYK00.290.280.06
HSL357.43º68.63%80%-
HSV(B)357.43º29.29%93.73%-
XYZ57.2349.7145.61-
YUV190.27117.69162.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 172 (67.58% from 255) = 29.66%
R=41.21%
G=29.14%
B=29.66%

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
Decimal23916917200.290.280.06357.4368.6380
HexEFA9AC01D1C61654550
Octal357251254035346545105120
Binary1110111110101001101011000111011110011010110010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9AC; }

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

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

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

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

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

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

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

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