#E4ACAF

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

Shades of Pale Chestnut #E4ACAF

Tints of Pale Chestnut #E4ACAF

Color information

#E4ACAF (or 0xE4ACAF) is unknown color: approx Pale Chestnut. HEX triplet: E4, AC and AF. RGB value is (228,172,175). Sum of RGB (Red+Green+Blue) = 228+172+175=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4ACAF is #1B5350. Grayscale: #BDBDBD. Windows color (decimal): -1790801 or 11513060. OLE color: 11513060.

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

Color convert

RGB228172175-
CMYK00.250.230.11
HSL356.79º50.91%78.43%-
HSV(B)356.79º24.56%89.41%-
XYZ54.4949.0947.16-
YUV189.09120.05155.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.65%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=39.65%
G=29.91%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817217500.250.230.11356.7950.9178.43
HexE4ACAF01917B165334e
Octal344254257031271354563116
Binary1110010010101100101011110110011011110111011001011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4ACAF; }

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

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

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

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

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

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

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

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