#EBA5A7

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

Shades of Pale Chestnut #EBA5A7

Tints of Pale Chestnut #EBA5A7

Color information

#EBA5A7 (or 0xEBA5A7) is unknown color: approx Pale Chestnut. HEX triplet: EB, A5 and A7. RGB value is (235,165,167). Sum of RGB (Red+Green+Blue) = 235+165+167=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5A7 is #145A58. Grayscale: #BABABA. Windows color (decimal): -1333849 or 10986987. OLE color: 10986987.

HSL color Cylindrical-coordinate representation of color #EBA5A7: hue angle of 358.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5A7 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235165167-
CMYK00.300.290.08
HSL358.29º63.64%78.43%-
HSV(B)358.29º29.79%92.16%-
XYZ54.6947.3642.82-
YUV186.16117.19162.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=41.45%
G=29.10%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516516700.300.290.08358.2963.6478.43
HexEBA5A701E1D8166404e
Octal3532452470363510546100116
Binary11101011101001011010011101111011101100010110011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5A7; }

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

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

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

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

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

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

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

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