#EAACAD

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

Shades of Pale Chestnut #EAACAD

Tints of Pale Chestnut #EAACAD

Color information

#EAACAD (or 0xEAACAD) is unknown color: approx Pale Chestnut. HEX triplet: EA, AC and AD. RGB value is (234,172,173). Sum of RGB (Red+Green+Blue) = 234+172+173=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACAD is #155352. Grayscale: #BEBEBE. Windows color (decimal): -1397587 or 11381994. OLE color: 11381994.

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

Color convert

RGB234172173-
CMYK00.260.260.08
HSL359.03º59.62%79.61%-
HSV(B)359.03º26.5%91.76%-
XYZ56.2350.0146.23-
YUV190.65118.04158.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=40.41%
G=29.71%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417217300.260.260.08359.0359.6279.61
HexEAACAD01A1A81673c50
Octal352254255032321054774120
Binary1110101010101100101011010110101101010001011001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACAD; }

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

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

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

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

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

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

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

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