#EBAAAB

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

Shades of Pale Chestnut #EBAAAB

Tints of Pale Chestnut #EBAAAB

Color information

#EBAAAB (or 0xEBAAAB) is unknown color: approx Pale Chestnut. HEX triplet: EB, AA and AB. RGB value is (235,170,171). Sum of RGB (Red+Green+Blue) = 235+170+171=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAB is #145554. Grayscale: #BDBDBD. Windows color (decimal): -1332565 or 11250411. OLE color: 11250411.

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

Color convert

RGB235170171-
CMYK00.280.270.08
HSL359.08º61.9%79.41%-
HSV(B)359.08º27.66%92.16%-
XYZ55.9949.3545.1-
YUV189.55117.53160.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=40.80%
G=29.51%
B=29.69%

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
Decimal23517017100.280.270.08359.0861.979.41
HexEBAAAB01C1B81673e4f
Octal353252253034331054776117
Binary1110101110101010101010110111001101110001011001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAAB; }

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

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

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

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

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

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

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

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