#EFA8A9

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

Shades of Pale Chestnut #EFA8A9

Tints of Pale Chestnut #EFA8A9

Color information

#EFA8A9 (or 0xEFA8A9) is unknown color: approx Pale Chestnut. HEX triplet: EF, A8 and A9. RGB value is (239,168,169). Sum of RGB (Red+Green+Blue) = 239+168+169=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8A9 is #105756. Grayscale: #BDBDBD. Windows color (decimal): -1070935 or 11118831. OLE color: 11118831.

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

Color convert

RGB239168169-
CMYK00.300.290.06
HSL359.15º68.93%79.8%-
HSV(B)359.15º29.71%93.73%-
XYZ56.7649.2244.05-
YUV189.34116.52163.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 169 (66.41% from 255) = 29.34%
R=41.49%
G=29.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916816900.300.290.06359.1568.9379.8
HexEFA8A901E1D61674550
Octal357250251036356547105120
Binary1110111110101000101010010111101110111010110011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8A9; }

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

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

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

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

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

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

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

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