#EFA6AA

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

Shades of Pale Chestnut #EFA6AA

Tints of Pale Chestnut #EFA6AA

Color information

#EFA6AA (or 0xEFA6AA) is unknown color: approx Pale Chestnut. HEX triplet: EF, A6 and AA. RGB value is (239,166,170). Sum of RGB (Red+Green+Blue) = 239+166+170=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AA is #105955. Grayscale: #BCBCBC. Windows color (decimal): -1071446 or 11183855. OLE color: 11183855.

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

Color convert

RGB239166170-
CMYK00.310.290.06
HSL356.71º69.52%79.41%-
HSV(B)356.71º30.54%93.73%-
XYZ56.4948.5344.42-
YUV188.28117.68164.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=41.57%
G=28.87%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916617000.310.290.06356.7169.5279.41
HexEFA6AA01F1D6165464f
Octal357246252037356545106117
Binary1110111110100110101010100111111110111010110010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6AA; }

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

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

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

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

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

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

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

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