#EBA6AE

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

Shades of Pale Chestnut #EBA6AE

Tints of Pale Chestnut #EBA6AE

Color information

#EBA6AE (or 0xEBA6AE) is unknown color: approx Pale Chestnut. HEX triplet: EB, A6 and AE. RGB value is (235,166,174). Sum of RGB (Red+Green+Blue) = 235+166+174=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6AE is #145951. Grayscale: #BBBBBB. Windows color (decimal): -1333586 or 11445995. OLE color: 11445995.

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

Color convert

RGB235166174-
CMYK00.290.260.08
HSL353.04º63.3%78.63%-
HSV(B)353.04º29.36%92.16%-
XYZ55.5447.9946.38-
YUV187.54120.36161.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=40.87%
G=28.87%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516617400.290.260.08353.0463.378.63
HexEBA6AE01D1A81613f4f
Octal353246256035321054177117
Binary1110101110100110101011100111011101010001011000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6AE; }

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

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

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

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

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

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

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

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