#EFA7AB

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

Shades of Pale Chestnut #EFA7AB

Tints of Pale Chestnut #EFA7AB

Color information

#EFA7AB (or 0xEFA7AB) is unknown color: approx Pale Chestnut. HEX triplet: EF, A7 and AB. RGB value is (239,167,171). Sum of RGB (Red+Green+Blue) = 239+167+171=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7AB is #105854. Grayscale: #BDBDBD. Windows color (decimal): -1071189 or 11249647. OLE color: 11249647.

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

Color convert

RGB239167171-
CMYK00.300.280.06
HSL356.67º69.23%79.61%-
HSV(B)356.67º30.13%93.73%-
XYZ56.7748.9344.98-
YUV188.98117.85163.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=41.42%
G=28.94%
B=29.64%

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
Decimal23916717100.300.280.06356.6769.2379.61
HexEFA7AB01E1C61654550
Octal357247253036346545105120
Binary1110111110100111101010110111101110011010110010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7AB; }

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

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

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

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

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

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

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

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