#EBA6A9

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

Shades of Pale Chestnut #EBA6A9

Tints of Pale Chestnut #EBA6A9

Color information

#EBA6A9 (or 0xEBA6A9) is unknown color: approx Pale Chestnut. HEX triplet: EB, A6 and A9. RGB value is (235,166,169). Sum of RGB (Red+Green+Blue) = 235+166+169=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6A9 is #145956. Grayscale: #BBBBBB. Windows color (decimal): -1333591 or 11118315. OLE color: 11118315.

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

Color convert

RGB235166169-
CMYK00.290.280.08
HSL357.39º63.3%78.63%-
HSV(B)357.39º29.36%92.16%-
XYZ55.0647.843.86-
YUV186.97117.86162.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=41.23%
G=29.12%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516616900.290.280.08357.3963.378.63
HexEBA6A901D1C81653f4f
Octal353246251035341054577117
Binary1110101110100110101010010111011110010001011001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6A9; }

 p { color: rgb(235,166,169); }

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

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

 a { background-color: rgb(235,166,169); }

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

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

 span { border-color: rgb(235,166,169); }

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