#EBA5AE

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

Shades of Pale Chestnut #EBA5AE

Tints of Pale Chestnut #EBA5AE

Color information

#EBA5AE (or 0xEBA5AE) is unknown color: approx Pale Chestnut. HEX triplet: EB, A5 and AE. RGB value is (235,165,174). Sum of RGB (Red+Green+Blue) = 235+165+174=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5AE is #145A51. Grayscale: #BABABA. Windows color (decimal): -1333842 or 11445739. OLE color: 11445739.

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

Color convert

RGB235165174-
CMYK00.300.260.08
HSL352.29º63.64%78.43%-
HSV(B)352.29º29.79%92.16%-
XYZ55.3647.6346.32-
YUV186.96120.69162.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=40.94%
G=28.75%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516517400.300.260.08352.2963.6478.43
HexEBA5AE01E1A8160404e
Octal3532452560363210540100116
Binary11101011101001011010111001111011010100010110000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5AE; }

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

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

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

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

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

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

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

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