#EEACAF

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

Shades of Pale Chestnut #EEACAF

Tints of Pale Chestnut #EEACAF

Color information

#EEACAF (or 0xEEACAF) is unknown color: approx Pale Chestnut. HEX triplet: EE, AC and AF. RGB value is (238,172,175). Sum of RGB (Red+Green+Blue) = 238+172+175=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEACAF is #115350. Grayscale: #C0C0C0. Windows color (decimal): -1135441 or 11513070. OLE color: 11513070.

HSL color Cylindrical-coordinate representation of color #EEACAF: hue angle of 357.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACAF is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238172175-
CMYK00.280.260.07
HSL357.27º66%80.39%-
HSV(B)357.27º27.73%93.33%-
XYZ57.7550.7847.31-
YUV192.08118.37160.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=40.68%
G=29.40%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817217500.280.260.07357.276680.39
HexEEACAF01C1A71654250
Octal356254257034327545102120
Binary1110111010101100101011110111001101011110110010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACAF; }

 p { color: rgb(238,172,175); }

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

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

 a { background-color: rgb(238,172,175); }

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

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

 span { border-color: rgb(238,172,175); }

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