#efa4ab

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

Shades of Pale Chestnut #EFA4AB

Tints of Pale Chestnut #EFA4AB

Color information

#EFA4AB (or 0xEFA4AB) is unknown color: approx Pale Chestnut. HEX triplet: EF, A4 and AB. RGB value is (239,164,171). Sum of RGB (Red+Green+Blue) = 239+164+171=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4AB is #105B54. Grayscale: #BBBBBB. Windows color (decimal): -1071957 or 11248879. OLE color: 11248879.

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

Color convert

RGB239164171-
CMYK00.310.280.06
HSL354.4º70.09%79.02%-
HSV(B)354.4º31.38%93.73%-
XYZ56.2247.8444.8-
YUV187.22118.85164.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=41.64%
G=28.57%
B=29.79%

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
Decimal23916417100.310.280.06354.470.0979.02
HexEFA4AB01F1C6162464f
Octal357244253037346542106117
Binary1110111110100100101010110111111110011010110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa4ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa4ab; }

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

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

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

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

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

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

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

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