#EFA5A6

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

Shades of Pale Chestnut #EFA5A6

Tints of Pale Chestnut #EFA5A6

Color information

#EFA5A6 (or 0xEFA5A6) is unknown color: approx Pale Chestnut. HEX triplet: EF, A5 and A6. RGB value is (239,165,166). Sum of RGB (Red+Green+Blue) = 239+165+166=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5A6 is #105A59. Grayscale: #BBBBBB. Windows color (decimal): -1071706 or 10921455. OLE color: 10921455.

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

Color convert

RGB239165166-
CMYK00.310.310.06
HSL359.19º69.81%79.22%-
HSV(B)359.19º30.96%93.73%-
XYZ55.9348.0142.4-
YUV187.24116.02164.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 165 (64.84% from 255) = 28.95%
BLUE value IS 166 (65.23% from 255) = 29.12%
R=41.93%
G=28.95%
B=29.12%

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
Decimal23916516600.310.310.06359.1969.8179.22
HexEFA5A601F1F6167464f
Octal357245246037376547106117
Binary1110111110100101101001100111111111111010110011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5A6; }

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

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

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

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

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

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

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

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