#EBA4AE

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

Shades of Pale Chestnut #EBA4AE

Tints of Pale Chestnut #EBA4AE

Color information

#EBA4AE (or 0xEBA4AE) is unknown color: approx Pale Chestnut. HEX triplet: EB, A4 and AE. RGB value is (235,164,174). Sum of RGB (Red+Green+Blue) = 235+164+174=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AE is #145B51. Grayscale: #BABABA. Windows color (decimal): -1334098 or 11445483. OLE color: 11445483.

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

Color convert

RGB235164174-
CMYK00.300.260.08
HSL351.55º63.96%78.24%-
HSV(B)351.55º30.21%92.16%-
XYZ55.1847.2746.26-
YUV186.37121.02162.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=41.01%
G=28.62%
B=30.37%

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
Decimal23516417400.300.260.08351.5563.9678.24
HexEBA4AE01E1A8160404e
Octal3532442560363210540100116
Binary11101011101001001010111001111011010100010110000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4AE; }

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

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

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

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

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

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

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

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