#EAAEAF

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

Shades of Pale Chestnut #EAAEAF

Tints of Pale Chestnut #EAAEAF

Color information

#EAAEAF (or 0xEAAEAF) is unknown color: approx Pale Chestnut. HEX triplet: EA, AE and AF. RGB value is (234,174,175). Sum of RGB (Red+Green+Blue) = 234+174+175=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEAF is #155150. Grayscale: #C0C0C0. Windows color (decimal): -1397073 or 11513578. OLE color: 11513578.

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

Color convert

RGB234174175-
CMYK00.260.250.08
HSL359º58.82%80%-
HSV(B)359º25.64%91.76%-
XYZ56.8150.8647.38-
YUV192.05118.38157.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=40.14%
G=29.85%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417417500.260.250.0835958.8280
HexEAAEAF01A1981673b50
Octal352256257032311054773120
Binary1110101010101110101011110110101100110001011001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEAF; }

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

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

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

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

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

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

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

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