#EBA7AE

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

Shades of Pale Chestnut #EBA7AE

Tints of Pale Chestnut #EBA7AE

Color information

#EBA7AE (or 0xEBA7AE) is unknown color: approx Pale Chestnut. HEX triplet: EB, A7 and AE. RGB value is (235,167,174). Sum of RGB (Red+Green+Blue) = 235+167+174=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7AE is #145851. Grayscale: #BCBCBC. Windows color (decimal): -1333330 or 11446251. OLE color: 11446251.

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

Color convert

RGB235167174-
CMYK00.290.260.08
HSL353.82º62.96%78.82%-
HSV(B)353.82º28.94%92.16%-
XYZ55.7248.3646.44-
YUV188.13120.03161.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=40.80%
G=28.99%
B=30.21%

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
Decimal23516717400.290.260.08353.8262.9678.82
HexEBA7AE01D1A81623f4f
Octal353247256035321054277117
Binary1110101110100111101011100111011101010001011000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7AE; }

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

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

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

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

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

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

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

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