#EBA3A9

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

Shades of Pale Chestnut #EBA3A9

Tints of Pale Chestnut #EBA3A9

Color information

#EBA3A9 (or 0xEBA3A9) is unknown color: approx Pale Chestnut. HEX triplet: EB, A3 and A9. RGB value is (235,163,169). Sum of RGB (Red+Green+Blue) = 235+163+169=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A9 is #145C56. Grayscale: #B9B9B9. Windows color (decimal): -1334359 or 11117547. OLE color: 11117547.

HSL color Cylindrical-coordinate representation of color #EBA3A9: hue angle of 355º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA3A9 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235163169-
CMYK00.310.280.08
HSL355º64.29%78.04%-
HSV(B)355º30.64%92.16%-
XYZ54.5246.7243.68-
YUV185.21118.85163.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 163 (64.06% from 255) = 28.75%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=41.45%
G=28.75%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516316900.310.280.0835564.2978.04
HexEBA3A901F1C8163404e
Octal3532432510373410543100116
Binary11101011101000111010100101111111100100010110001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3A9; }

 p { color: rgb(235,163,169); }

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

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

 a { background-color: rgb(235,163,169); }

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

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

 span { border-color: rgb(235,163,169); }

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