#EBAAAF

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

Shades of Pale Chestnut #EBAAAF

Tints of Pale Chestnut #EBAAAF

Color information

#EBAAAF (or 0xEBAAAF) is unknown color: approx Pale Chestnut. HEX triplet: EB, AA and AF. RGB value is (235,170,175). Sum of RGB (Red+Green+Blue) = 235+170+175=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAF is #145550. Grayscale: #BEBEBE. Windows color (decimal): -1332561 or 11512555. OLE color: 11512555.

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

Color convert

RGB235170175-
CMYK00.280.260.08
HSL355.38º61.9%79.41%-
HSV(B)355.38º27.66%92.16%-
XYZ56.3749.5147.14-
YUV190119.53160.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=40.52%
G=29.31%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517017500.280.260.08355.3861.979.41
HexEBAAAF01C1A81633e4f
Octal353252257034321054376117
Binary1110101110101010101011110111001101010001011000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAAF; }

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

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

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

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

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

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

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

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