#EBACAF

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

Shades of Pale Chestnut #EBACAF

Tints of Pale Chestnut #EBACAF

Color information

#EBACAF (or 0xEBACAF) is unknown color: approx Pale Chestnut. HEX triplet: EB, AC and AF. RGB value is (235,172,175). Sum of RGB (Red+Green+Blue) = 235+172+175=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACAF is #145350. Grayscale: #BFBFBF. Windows color (decimal): -1332049 or 11513067. OLE color: 11513067.

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

Color convert

RGB235172175-
CMYK00.270.260.08
HSL357.14º61.17%79.8%-
HSV(B)357.14º26.81%92.16%-
XYZ56.7550.2647.27-
YUV191.18118.87159.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=40.38%
G=29.55%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517217500.270.260.08357.1461.1779.8
HexEBACAF01B1A81653d50
Octal353254257033321054575120
Binary1110101110101100101011110110111101010001011001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACAF; }

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

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

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

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

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

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

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

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