#EFA6A9

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

Shades of Pale Chestnut #EFA6A9

Tints of Pale Chestnut #EFA6A9

Color information

#EFA6A9 (or 0xEFA6A9) is unknown color: approx Pale Chestnut. HEX triplet: EF, A6 and A9. RGB value is (239,166,169). Sum of RGB (Red+Green+Blue) = 239+166+169=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6A9 is #105956. Grayscale: #BCBCBC. Windows color (decimal): -1071447 or 11118319. OLE color: 11118319.

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

Color convert

RGB239166169-
CMYK00.310.290.06
HSL357.53º69.52%79.41%-
HSV(B)357.53º30.54%93.73%-
XYZ56.3948.4943.92-
YUV188.17117.18164.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=41.64%
G=28.92%
B=29.44%

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
Decimal23916616900.310.290.06357.5369.5279.41
HexEFA6A901F1D6166464f
Octal357246251037356546106117
Binary1110111110100110101010010111111110111010110011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6A9; }

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

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

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

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

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

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

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

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