#EFAAAF

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

Shades of Pale Chestnut #EFAAAF

Tints of Pale Chestnut #EFAAAF

Color information

#EFAAAF (or 0xEFAAAF) is unknown color: approx Pale Chestnut. HEX triplet: EF, AA and AF. RGB value is (239,170,175). Sum of RGB (Red+Green+Blue) = 239+170+175=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAAF is #105550. Grayscale: #BFBFBF. Windows color (decimal): -1070417 or 11512559. OLE color: 11512559.

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

Color convert

RGB239170175-
CMYK00.290.270.06
HSL355.65º68.32%80.2%-
HSV(B)355.65º28.87%93.73%-
XYZ57.7150.247.2-
YUV191.2118.86162.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=40.92%
G=29.11%
B=29.97%

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
Decimal23917017500.290.270.06355.6568.3280.2
HexEFAAAF01D1B61644450
Octal357252257035336544104120
Binary1110111110101010101011110111011101111010110010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAAF; }

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

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

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

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

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

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

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

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