#EFA6AB

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

Shades of Pale Chestnut #EFA6AB

Tints of Pale Chestnut #EFA6AB

Color information

#EFA6AB (or 0xEFA6AB) is unknown color: approx Pale Chestnut. HEX triplet: EF, A6 and AB. RGB value is (239,166,171). Sum of RGB (Red+Green+Blue) = 239+166+171=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AB is #105954. Grayscale: #BCBCBC. Windows color (decimal): -1071445 or 11249391. OLE color: 11249391.

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

Color convert

RGB239166171-
CMYK00.310.280.06
HSL355.89º69.52%79.41%-
HSV(B)355.89º30.54%93.73%-
XYZ56.5848.5644.92-
YUV188.4118.18164.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=41.49%
G=28.82%
B=29.69%

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
Decimal23916617100.310.280.06355.8969.5279.41
HexEFA6AB01F1C6164464f
Octal357246253037346544106117
Binary1110111110100110101010110111111110011010110010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6AB; }

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

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

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

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

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

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

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

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