#EFA5AC

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

Shades of Pale Chestnut #EFA5AC

Tints of Pale Chestnut #EFA5AC

Color information

#EFA5AC (or 0xEFA5AC) is unknown color: approx Pale Chestnut. HEX triplet: EF, A5 and AC. RGB value is (239,165,172). Sum of RGB (Red+Green+Blue) = 239+165+172=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5AC is #105A53. Grayscale: #BBBBBB. Windows color (decimal): -1071700 or 11314671. OLE color: 11314671.

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

Color convert

RGB239165172-
CMYK00.310.280.06
HSL354.32º69.81%79.22%-
HSV(B)354.32º30.96%93.73%-
XYZ56.548.2445.36-
YUV187.92119.02164.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 165 (64.84% from 255) = 28.65%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=41.49%
G=28.65%
B=29.86%

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
Decimal23916517200.310.280.06354.3269.8179.22
HexEFA5AC01F1C6162464f
Octal357245254037346542106117
Binary1110111110100101101011000111111110011010110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5AC; }

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

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

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

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

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

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

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

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