#EFAAAC

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

Shades of Pale Chestnut #EFAAAC

Tints of Pale Chestnut #EFAAAC

Color information

#EFAAAC (or 0xEFAAAC) is unknown color: approx Pale Chestnut. HEX triplet: EF, AA and AC. RGB value is (239,170,172). Sum of RGB (Red+Green+Blue) = 239+170+172=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAAC is #105553. Grayscale: #BEBEBE. Windows color (decimal): -1070420 or 11315951. OLE color: 11315951.

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

Color convert

RGB239170172-
CMYK00.290.280.06
HSL358.26º68.32%80.2%-
HSV(B)358.26º28.87%93.73%-
XYZ57.4250.0845.67-
YUV190.86117.36162.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=41.14%
G=29.26%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917017200.290.280.06358.2668.3280.2
HexEFAAAC01D1C61664450
Octal357252254035346546104120
Binary1110111110101010101011000111011110011010110011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAAC; }

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

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

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

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

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

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

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

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