#EBA4AA

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

Shades of Pale Chestnut #EBA4AA

Tints of Pale Chestnut #EBA4AA

Color information

#EBA4AA (or 0xEBA4AA) is unknown color: approx Pale Chestnut. HEX triplet: EB, A4 and AA. RGB value is (235,164,170). Sum of RGB (Red+Green+Blue) = 235+164+170=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AA is #145B55. Grayscale: #B9B9B9. Windows color (decimal): -1334102 or 11183339. OLE color: 11183339.

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

Color convert

RGB235164170-
CMYK00.300.280.08
HSL354.93º63.96%78.24%-
HSV(B)354.93º30.21%92.16%-
XYZ54.7947.1244.24-
YUV185.91119.02163.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=41.30%
G=28.82%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516417000.300.280.08354.9363.9678.24
HexEBA4AA01E1C8163404e
Octal3532442520363410543100116
Binary11101011101001001010101001111011100100010110001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4AA; }

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

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

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

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

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

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

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

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