#EBA4AB

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

Shades of Pale Chestnut #EBA4AB

Tints of Pale Chestnut #EBA4AB

Color information

#EBA4AB (or 0xEBA4AB) is unknown color: approx Pale Chestnut. HEX triplet: EB, A4 and AB. RGB value is (235,164,171). Sum of RGB (Red+Green+Blue) = 235+164+171=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AB is #145B54. Grayscale: #BABABA. Windows color (decimal): -1334101 or 11248875. OLE color: 11248875.

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

Color convert

RGB235164171-
CMYK00.300.270.08
HSL354.08º63.96%78.24%-
HSV(B)354.08º30.21%92.16%-
XYZ54.8947.1544.74-
YUV186.03119.52162.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 171 (67.19% from 255) = 30%
R=41.23%
G=28.77%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516417100.300.270.08354.0863.9678.24
HexEBA4AB01E1B8162404e
Octal3532442530363310542100116
Binary11101011101001001010101101111011011100010110001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4AB; }

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

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

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

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

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

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

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

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