#E2ACAF

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

Shades of Pale Chestnut #E2ACAF

Tints of Pale Chestnut #E2ACAF

Color information

#E2ACAF (or 0xE2ACAF) is unknown color: approx Pale Chestnut. HEX triplet: E2, AC and AF. RGB value is (226,172,175). Sum of RGB (Red+Green+Blue) = 226+172+175=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ACAF is #1D5350. Grayscale: #BCBCBC. Windows color (decimal): -1921873 or 11513058. OLE color: 11513058.

HSL color Cylindrical-coordinate representation of color #E2ACAF: hue angle of 356.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACAF is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226172175-
CMYK00.240.230.11
HSL356.67º48.21%78.04%-
HSV(B)356.67º23.89%88.63%-
XYZ53.8548.7747.13-
YUV188.49120.39154.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=39.44%
G=30.02%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617217500.240.230.11356.6748.2178.04
HexE2ACAF01817B165304e
Octal342254257030271354560116
Binary1110001010101100101011110110001011110111011001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACAF; }

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

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

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

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

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

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

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

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