#EEABAC

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

Shades of Pale Chestnut #EEABAC

Tints of Pale Chestnut #EEABAC

Color information

#EEABAC (or 0xEEABAC) is unknown color: approx Pale Chestnut. HEX triplet: EE, AB and AC. RGB value is (238,171,172). Sum of RGB (Red+Green+Blue) = 238+171+172=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABAC is #115453. Grayscale: #BFBFBF. Windows color (decimal): -1135700 or 11316206. OLE color: 11316206.

HSL color Cylindrical-coordinate representation of color #EEABAC: hue angle of 359.1º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABAC is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238171172-
CMYK00.280.280.07
HSL359.1º66.34%80.2%-
HSV(B)359.1º28.15%93.33%-
XYZ57.2750.2845.72-
YUV191.15117.2161.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.96%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 172 (67.58% from 255) = 29.60%
R=40.96%
G=29.43%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817117200.280.280.07359.166.3480.2
HexEEABAC01C1C71674250
Octal356253254034347547102120
Binary1110111010101011101011000111001110011110110011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABAC; }

 p { color: rgb(238,171,172); }

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

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

 a { background-color: rgb(238,171,172); }

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

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

 span { border-color: rgb(238,171,172); }

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