#EBAAB0

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

Shades of Pale Chestnut #EBAAB0

Tints of Pale Chestnut #EBAAB0

Color information

#EBAAB0 (or 0xEBAAB0) is unknown color: approx Pale Chestnut. HEX triplet: EB, AA and B0. RGB value is (235,170,176). Sum of RGB (Red+Green+Blue) = 235+170+176=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAB0 is #14554F. Grayscale: #BEBEBE. Windows color (decimal): -1332560 or 11578091. OLE color: 11578091.

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

Color convert

RGB235170176-
CMYK00.280.250.08
HSL354.46º61.9%79.41%-
HSV(B)354.46º27.66%92.16%-
XYZ56.4749.5547.66-
YUV190.12120.03160.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=40.45%
G=29.26%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517017600.280.250.08354.4661.979.41
HexEBAAB001C1981623e4f
Octal353252260034311054276117
Binary1110101110101010101100000111001100110001011000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAB0; }

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

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

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

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

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

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

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

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