#EAACAE

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

Shades of Pale Chestnut #EAACAE

Tints of Pale Chestnut #EAACAE

Color information

#EAACAE (or 0xEAACAE) is unknown color: approx Pale Chestnut. HEX triplet: EA, AC and AE. RGB value is (234,172,174). Sum of RGB (Red+Green+Blue) = 234+172+174=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACAE is #155351. Grayscale: #BEBEBE. Windows color (decimal): -1397586 or 11447530. OLE color: 11447530.

HSL color Cylindrical-coordinate representation of color #EAACAE: hue angle of 358.06º 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 #EAACAE is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234172174-
CMYK00.260.260.08
HSL358.06º59.62%79.61%-
HSV(B)358.06º26.5%91.76%-
XYZ56.3250.0546.74-
YUV190.77118.54158.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 174 (68.36% from 255) = 30%
R=40.34%
G=29.66%
B=30%

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
Decimal23417217400.260.260.08358.0659.6279.61
HexEAACAE01A1A81663c50
Octal352254256032321054674120
Binary1110101010101100101011100110101101010001011001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACAE; }

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

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

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

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

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

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

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

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