#EBACAE

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

Shades of Pale Chestnut #EBACAE

Tints of Pale Chestnut #EBACAE

Color information

#EBACAE (or 0xEBACAE) is unknown color: approx Pale Chestnut. HEX triplet: EB, AC and AE. RGB value is (235,172,174). Sum of RGB (Red+Green+Blue) = 235+172+174=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACAE is #145351. Grayscale: #BFBFBF. Windows color (decimal): -1332050 or 11447531. OLE color: 11447531.

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

Color convert

RGB235172174-
CMYK00.270.260.08
HSL358.1º61.17%79.8%-
HSV(B)358.1º26.81%92.16%-
XYZ56.6550.2246.75-
YUV191.06118.37159.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=40.45%
G=29.60%
B=29.95%

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
Decimal23517217400.270.260.08358.161.1779.8
HexEBACAE01B1A81663d50
Octal353254256033321054675120
Binary1110101110101100101011100110111101010001011001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACAE; }

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

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

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

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

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

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

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

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