#EAAAAF

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

Shades of Pale Chestnut #EAAAAF

Tints of Pale Chestnut #EAAAAF

Color information

#EAAAAF (or 0xEAAAAF) is unknown color: approx Pale Chestnut. HEX triplet: EA, AA and AF. RGB value is (234,170,175). Sum of RGB (Red+Green+Blue) = 234+170+175=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAAF is #155550. Grayscale: #BDBDBD. Windows color (decimal): -1398097 or 11512554. OLE color: 11512554.

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

Color convert

RGB234170175-
CMYK00.270.250.08
HSL355.31º60.38%79.22%-
HSV(B)355.31º27.35%91.76%-
XYZ56.0449.3447.13-
YUV189.71119.7159.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=40.41%
G=29.36%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417017500.270.250.08355.3160.3879.22
HexEAAAAF01B1981633c4f
Octal352252257033311054374117
Binary1110101010101010101011110110111100110001011000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAAF; }

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

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

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

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

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

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

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

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