#EBA8AA

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

Shades of Pale Chestnut #EBA8AA

Tints of Pale Chestnut #EBA8AA

Color information

#EBA8AA (or 0xEBA8AA) is unknown color: approx Pale Chestnut. HEX triplet: EB, A8 and AA. RGB value is (235,168,170). Sum of RGB (Red+Green+Blue) = 235+168+170=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8AA is #145755. Grayscale: #BCBCBC. Windows color (decimal): -1333078 or 11184363. OLE color: 11184363.

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

Color convert

RGB235168170-
CMYK00.290.280.08
HSL358.21º62.62%79.02%-
HSV(B)358.21º28.51%92.16%-
XYZ55.5248.5744.48-
YUV188.26117.7161.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=41.01%
G=29.32%
B=29.67%

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
Decimal23516817000.290.280.08358.2162.6279.02
HexEBA8AA01D1C81663f4f
Octal353250252035341054677117
Binary1110101110101000101010100111011110010001011001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA8AA; }

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

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

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

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

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

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

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

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