#EFACAE

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

Shades of Pale Chestnut #EFACAE

Tints of Pale Chestnut #EFACAE

Color information

#EFACAE (or 0xEFACAE) is unknown color: approx Pale Chestnut. HEX triplet: EF, AC and AE. RGB value is (239,172,174). Sum of RGB (Red+Green+Blue) = 239+172+174=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACAE is #105351. Grayscale: #C0C0C0. Windows color (decimal): -1069906 or 11447535. OLE color: 11447535.

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

Color convert

RGB239172174-
CMYK00.280.270.06
HSL358.21º67.68%80.59%-
HSV(B)358.21º28.03%93.73%-
XYZ57.9950.9146.81-
YUV192.26117.7161.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=40.85%
G=29.40%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917217400.280.270.06358.2167.6880.59
HexEFACAE01C1B61664451
Octal357254256034336546104121
Binary1110111110101100101011100111001101111010110011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACAE; }

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

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

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

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

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

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

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

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