#EAAAAB

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

Shades of Pale Chestnut #EAAAAB

Tints of Pale Chestnut #EAAAAB

Color information

#EAAAAB (or 0xEAAAAB) is unknown color: approx Pale Chestnut. HEX triplet: EA, AA and AB. RGB value is (234,170,171). Sum of RGB (Red+Green+Blue) = 234+170+171=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAAB is #155554. Grayscale: #BDBDBD. Windows color (decimal): -1398101 or 11250410. OLE color: 11250410.

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

Color convert

RGB234170171-
CMYK00.270.270.08
HSL359.06º60.38%79.22%-
HSV(B)359.06º27.35%91.76%-
XYZ55.6649.1845.09-
YUV189.25117.7159.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=40.70%
G=29.57%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417017100.270.270.08359.0660.3879.22
HexEAAAAB01B1B81673c4f
Octal352252253033331054774117
Binary1110101010101010101010110110111101110001011001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAAB; }

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

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

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

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

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

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

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

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