#EFA6AC

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

Shades of Pale Chestnut #EFA6AC

Tints of Pale Chestnut #EFA6AC

Color information

#EFA6AC (or 0xEFA6AC) is unknown color: approx Pale Chestnut. HEX triplet: EF, A6 and AC. RGB value is (239,166,172). Sum of RGB (Red+Green+Blue) = 239+166+172=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AC is #105953. Grayscale: #BCBCBC. Windows color (decimal): -1071444 or 11314927. OLE color: 11314927.

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

Color convert

RGB239166172-
CMYK00.310.280.06
HSL355.07º69.52%79.41%-
HSV(B)355.07º30.54%93.73%-
XYZ56.6848.645.42-
YUV188.51118.68164.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=41.42%
G=28.77%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916617200.310.280.06355.0769.5279.41
HexEFA6AC01F1C6163464f
Octal357246254037346543106117
Binary1110111110100110101011000111111110011010110001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6AC; }

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

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

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

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

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

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

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

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