#EBA3A5

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

Shades of Pale Chestnut #EBA3A5

Tints of Pale Chestnut #EBA3A5

Color information

#EBA3A5 (or 0xEBA3A5) is unknown color: approx Pale Chestnut. HEX triplet: EB, A3 and A5. RGB value is (235,163,165). Sum of RGB (Red+Green+Blue) = 235+163+165=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A5 is #145C5A. Grayscale: #B8B8B8. Windows color (decimal): -1334363 or 10855403. OLE color: 10855403.

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

Color convert

RGB235163165-
CMYK00.310.300.08
HSL358.33º64.29%78.04%-
HSV(B)358.33º30.64%92.16%-
XYZ54.1546.5741.73-
YUV184.76116.85163.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=41.74%
G=28.95%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516316500.310.300.08358.3364.2978.04
HexEBA3A501F1E8166404e
Octal3532432450373610546100116
Binary11101011101000111010010101111111110100010110011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3A5; }

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

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

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

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

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

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

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

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