#EBA3AA

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

Shades of Pale Chestnut #EBA3AA

Tints of Pale Chestnut #EBA3AA

Color information

#EBA3AA (or 0xEBA3AA) is unknown color: approx Pale Chestnut. HEX triplet: EB, A3 and AA. RGB value is (235,163,170). Sum of RGB (Red+Green+Blue) = 235+163+170=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3AA is #145C55. Grayscale: #B9B9B9. Windows color (decimal): -1334358 or 11183083. OLE color: 11183083.

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

Color convert

RGB235163170-
CMYK00.310.280.08
HSL354.17º64.29%78.04%-
HSV(B)354.17º30.64%92.16%-
XYZ54.6146.7644.18-
YUV185.33119.35163.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=41.37%
G=28.70%
B=29.93%

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
Decimal23516317000.310.280.08354.1764.2978.04
HexEBA3AA01F1C8162404e
Octal3532432520373410542100116
Binary11101011101000111010101001111111100100010110001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3AA; }

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

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

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

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

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

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

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

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