#EFA4AA

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

Shades of Pale Chestnut #EFA4AA

Tints of Pale Chestnut #EFA4AA

Color information

#EFA4AA (or 0xEFA4AA) is unknown color: approx Pale Chestnut. HEX triplet: EF, A4 and AA. RGB value is (239,164,170). Sum of RGB (Red+Green+Blue) = 239+164+170=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4AA is #105B55. Grayscale: #BBBBBB. Windows color (decimal): -1071958 or 11183343. OLE color: 11183343.

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

Color convert

RGB239164170-
CMYK00.310.290.06
HSL355.2º70.09%79.02%-
HSV(B)355.2º31.38%93.73%-
XYZ56.1347.844.3-
YUV187.11118.35165.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=41.71%
G=28.62%
B=29.67%

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
Decimal23916417000.310.290.06355.270.0979.02
HexEFA4AA01F1D6163464f
Octal357244252037356543106117
Binary1110111110100100101010100111111110111010110001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4AA; }

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

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

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

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

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

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

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

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