#EDA3A6

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

Shades of Pale Chestnut #EDA3A6

Tints of Pale Chestnut #EDA3A6

Color information

#EDA3A6 (or 0xEDA3A6) is unknown color: approx Pale Chestnut. HEX triplet: ED, A3 and A6. RGB value is (237,163,166). Sum of RGB (Red+Green+Blue) = 237+163+166=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3A6 is #125C59. Grayscale: #B9B9B9. Windows color (decimal): -1203290 or 10920941. OLE color: 10920941.

HSL color Cylindrical-coordinate representation of color #EDA3A6: hue angle of 357.57º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3A6 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237163166-
CMYK00.310.300.07
HSL357.57º67.27%78.43%-
HSV(B)357.57º31.22%92.94%-
XYZ54.9146.9542.25-
YUV185.47117.02164.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 163 (64.06% from 255) = 28.80%
BLUE value IS 166 (65.23% from 255) = 29.33%
R=41.87%
G=28.80%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716316600.310.300.07357.5767.2778.43
HexEDA3A601F1E7166434e
Octal355243246037367546103116
Binary1110110110100011101001100111111111011110110011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3A6; }

 p { color: rgb(237,163,166); }

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

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

 a { background-color: rgb(237,163,166); }

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

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

 span { border-color: rgb(237,163,166); }

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