#EAAAAC

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

Shades of Pale Chestnut #EAAAAC

Tints of Pale Chestnut #EAAAAC

Color information

#EAAAAC (or 0xEAAAAC) is unknown color: approx Pale Chestnut. HEX triplet: EA, AA and AC. RGB value is (234,170,172). Sum of RGB (Red+Green+Blue) = 234+170+172=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAAC is #155553. Grayscale: #BDBDBD. Windows color (decimal): -1398100 or 11315946. OLE color: 11315946.

HSL color Cylindrical-coordinate representation of color #EAAAAC: hue angle of 358.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAAC is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234170172-
CMYK00.270.260.08
HSL358.12º60.38%79.22%-
HSV(B)358.12º27.35%91.76%-
XYZ55.7549.2245.59-
YUV189.36118.2159.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=40.62%
G=29.51%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417017200.270.260.08358.1260.3879.22
HexEAAAAC01B1A81663c4f
Octal352252254033321054674117
Binary1110101010101010101011000110111101010001011001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAAC; }

 p { color: rgb(234,170,172); }

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

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

 a { background-color: rgb(234,170,172); }

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

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

 span { border-color: rgb(234,170,172); }

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