#EBA6A7

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

Shades of Pale Chestnut #EBA6A7

Tints of Pale Chestnut #EBA6A7

Color information

#EBA6A7 (or 0xEBA6A7) is unknown color: approx Pale Chestnut. HEX triplet: EB, A6 and A7. RGB value is (235,166,167). Sum of RGB (Red+Green+Blue) = 235+166+167=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6A7 is #145958. Grayscale: #BABABA. Windows color (decimal): -1333593 or 10987243. OLE color: 10987243.

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

Color convert

RGB235166167-
CMYK00.290.290.08
HSL359.13º63.3%78.63%-
HSV(B)359.13º29.36%92.16%-
XYZ54.8747.7242.88-
YUV186.74116.86162.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 167 (65.62% from 255) = 29.40%
R=41.37%
G=29.23%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516616700.290.290.08359.1363.378.63
HexEBA6A701D1D81673f4f
Octal353246247035351054777117
Binary1110101110100110101001110111011110110001011001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6A7; }

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

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

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

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

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

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

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

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