#EFA8AC

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

Shades of Pale Chestnut #EFA8AC

Tints of Pale Chestnut #EFA8AC

Color information

#EFA8AC (or 0xEFA8AC) is unknown color: approx Pale Chestnut. HEX triplet: EF, A8 and AC. RGB value is (239,168,172). Sum of RGB (Red+Green+Blue) = 239+168+172=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8AC is #105753. Grayscale: #BDBDBD. Windows color (decimal): -1070932 or 11315439. OLE color: 11315439.

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

Color convert

RGB239168172-
CMYK00.300.280.06
HSL356.62º68.93%79.8%-
HSV(B)356.62º29.71%93.73%-
XYZ57.0549.3345.55-
YUV189.68118.02163.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=41.28%
G=29.02%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916817200.300.280.06356.6268.9379.8
HexEFA8AC01E1C61654550
Octal357250254036346545105120
Binary1110111110101000101011000111101110011010110010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8AC; }

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

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

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

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

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

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

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

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