#EFA9AF

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

Shades of Pale Chestnut #EFA9AF

Tints of Pale Chestnut #EFA9AF

Color information

#EFA9AF (or 0xEFA9AF) is unknown color: approx Pale Chestnut. HEX triplet: EF, A9 and AF. RGB value is (239,169,175). Sum of RGB (Red+Green+Blue) = 239+169+175=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AF is #105650. Grayscale: #BEBEBE. Windows color (decimal): -1070673 or 11512303. OLE color: 11512303.

HSL color Cylindrical-coordinate representation of color #EFA9AF: hue angle of 354.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9AF is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239169175-
CMYK00.290.270.06
HSL354.86º68.63%80%-
HSV(B)354.86º29.29%93.73%-
XYZ57.5249.8247.14-
YUV190.61119.19162.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=40.99%
G=28.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916917500.290.270.06354.8668.6380
HexEFA9AF01D1B61634550
Octal357251257035336543105120
Binary1110111110101001101011110111011101111010110001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9AF; }

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

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

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

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

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

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

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

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