#EBACB0

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

Shades of Pale Chestnut #EBACB0

Tints of Pale Chestnut #EBACB0

Color information

#EBACB0 (or 0xEBACB0) is unknown color: approx Pale Chestnut. HEX triplet: EB, AC and B0. RGB value is (235,172,176). Sum of RGB (Red+Green+Blue) = 235+172+176=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACB0 is #14534F. Grayscale: #BFBFBF. Windows color (decimal): -1332048 or 11578603. OLE color: 11578603.

HSL color Cylindrical-coordinate representation of color #EBACB0: hue angle of 356.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACB0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235172176-
CMYK00.270.250.08
HSL356.19º61.17%79.8%-
HSV(B)356.19º26.81%92.16%-
XYZ56.8550.347.79-
YUV191.29119.37159.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=40.31%
G=29.50%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517217600.270.250.08356.1961.1779.8
HexEBACB001B1981643d50
Octal353254260033311054475120
Binary1110101110101100101100000110111100110001011001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACB0; }

 p { color: rgb(235,172,176); }

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

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

 a { background-color: rgb(235,172,176); }

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

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

 span { border-color: rgb(235,172,176); }

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