#EFA4A6

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

Shades of Pale Chestnut #EFA4A6

Tints of Pale Chestnut #EFA4A6

Color information

#EFA4A6 (or 0xEFA4A6) is unknown color: approx Pale Chestnut. HEX triplet: EF, A4 and A6. RGB value is (239,164,166). Sum of RGB (Red+Green+Blue) = 239+164+166=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4A6 is #105B59. Grayscale: #BABABA. Windows color (decimal): -1071962 or 10921199. OLE color: 10921199.

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

Color convert

RGB239164166-
CMYK00.310.310.06
HSL358.4º70.09%79.02%-
HSV(B)358.4º31.38%93.73%-
XYZ55.7647.6542.34-
YUV186.65116.35165.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=42.00%
G=28.82%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916416600.310.310.06358.470.0979.02
HexEFA4A601F1F6166464f
Octal357244246037376546106117
Binary1110111110100100101001100111111111111010110011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4A6; }

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

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

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

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

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

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

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

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