#EFA6AD

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

Shades of Pale Chestnut #EFA6AD

Tints of Pale Chestnut #EFA6AD

Color information

#EFA6AD (or 0xEFA6AD) is unknown color: approx Pale Chestnut. HEX triplet: EF, A6 and AD. RGB value is (239,166,173). Sum of RGB (Red+Green+Blue) = 239+166+173=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AD is #105952. Grayscale: #BCBCBC. Windows color (decimal): -1071443 or 11380463. OLE color: 11380463.

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

Color convert

RGB239166173-
CMYK00.310.280.06
HSL354.25º69.52%79.41%-
HSV(B)354.25º30.54%93.73%-
XYZ56.7848.6445.93-
YUV188.62119.18163.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=41.35%
G=28.72%
B=29.93%

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
Decimal23916617300.310.280.06354.2569.5279.41
HexEFA6AD01F1C6162464f
Octal357246255037346542106117
Binary1110111110100110101011010111111110011010110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6AD; }

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

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

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

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

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

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

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

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