#EBA2A9

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

Shades of Pale Chestnut #EBA2A9

Tints of Pale Chestnut #EBA2A9

Color information

#EBA2A9 (or 0xEBA2A9) is unknown color: approx Pale Chestnut. HEX triplet: EB, A2 and A9. RGB value is (235,162,169). Sum of RGB (Red+Green+Blue) = 235+162+169=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2A9 is #145D56. Grayscale: #B8B8B8. Windows color (decimal): -1334615 or 11117291. OLE color: 11117291.

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

Color convert

RGB235162169-
CMYK00.310.280.08
HSL354.25º64.6%77.84%-
HSV(B)354.25º31.06%92.16%-
XYZ54.3446.3743.62-
YUV184.62119.18163.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=41.52%
G=28.62%
B=29.86%

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
Decimal23516216900.310.280.08354.2564.677.84
HexEBA2A901F1C8162414e
Octal3532422510373410542101116
Binary11101011101000101010100101111111100100010110001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2A9; }

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

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

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

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

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

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

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

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