#EBA7AA

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

Shades of Pale Chestnut #EBA7AA

Tints of Pale Chestnut #EBA7AA

Color information

#EBA7AA (or 0xEBA7AA) is unknown color: approx Pale Chestnut. HEX triplet: EB, A7 and AA. RGB value is (235,167,170). Sum of RGB (Red+Green+Blue) = 235+167+170=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7AA is #145855. Grayscale: #BBBBBB. Windows color (decimal): -1333334 or 11184107. OLE color: 11184107.

HSL color Cylindrical-coordinate representation of color #EBA7AA: hue angle of 357.35º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7AA is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235167170-
CMYK00.290.280.08
HSL357.35º62.96%78.82%-
HSV(B)357.35º28.94%92.16%-
XYZ55.3448.244.42-
YUV187.67118.03161.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=41.08%
G=29.20%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516717000.290.280.08357.3562.9678.82
HexEBA7AA01D1C81653f4f
Octal353247252035341054577117
Binary1110101110100111101010100111011110010001011001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7AA; }

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

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

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

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

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

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

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

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