#EBAAAC

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

Shades of Pale Chestnut #EBAAAC

Tints of Pale Chestnut #EBAAAC

Color information

#EBAAAC (or 0xEBAAAC) is unknown color: approx Pale Chestnut. HEX triplet: EB, AA and AC. RGB value is (235,170,172). Sum of RGB (Red+Green+Blue) = 235+170+172=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAC is #145553. Grayscale: #BDBDBD. Windows color (decimal): -1332564 or 11315947. OLE color: 11315947.

HSL color Cylindrical-coordinate representation of color #EBAAAC: hue angle of 358.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAAC is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235170172-
CMYK00.280.270.08
HSL358.15º61.9%79.41%-
HSV(B)358.15º27.66%92.16%-
XYZ56.0849.3945.61-
YUV189.66118.03160.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.73%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=40.73%
G=29.46%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517017200.280.270.08358.1561.979.41
HexEBAAAC01C1B81663e4f
Octal353252254034331054676117
Binary1110101110101010101011000111001101110001011001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAAC; }

 p { color: rgb(235,170,172); }

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

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

 a { background-color: rgb(235,170,172); }

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

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

 span { border-color: rgb(235,170,172); }

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