#EFA8AB

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

Shades of Pale Chestnut #EFA8AB

Tints of Pale Chestnut #EFA8AB

Color information

#EFA8AB (or 0xEFA8AB) is unknown color: approx Pale Chestnut. HEX triplet: EF, A8 and AB. RGB value is (239,168,171). Sum of RGB (Red+Green+Blue) = 239+168+171=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8AB is #105754. Grayscale: #BDBDBD. Windows color (decimal): -1070933 or 11249903. OLE color: 11249903.

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

Color convert

RGB239168171-
CMYK00.300.280.06
HSL357.46º68.93%79.8%-
HSV(B)357.46º29.71%93.73%-
XYZ56.9549.345.04-
YUV189.57117.52163.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 29.58%
R=41.35%
G=29.07%
B=29.58%

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
Decimal23916817100.300.280.06357.4668.9379.8
HexEFA8AB01E1C61654550
Octal357250253036346545105120
Binary1110111110101000101010110111101110011010110010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8AB; }

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

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

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

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

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

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

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

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