#EDA6AB

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

Shades of Pale Chestnut #EDA6AB

Tints of Pale Chestnut #EDA6AB

Color information

#EDA6AB (or 0xEDA6AB) is unknown color: approx Pale Chestnut. HEX triplet: ED, A6 and AB. RGB value is (237,166,171). Sum of RGB (Red+Green+Blue) = 237+166+171=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AB is #125954. Grayscale: #BBBBBB. Windows color (decimal): -1202517 or 11249389. OLE color: 11249389.

HSL color Cylindrical-coordinate representation of color #EDA6AB: hue angle of 355.77º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6AB is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237166171-
CMYK00.300.280.07
HSL355.77º66.36%79.02%-
HSV(B)355.77º29.96%92.94%-
XYZ55.9148.2244.89-
YUV187.8118.52163.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=41.29%
G=28.92%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716617100.300.280.07355.7766.3679.02
HexEDA6AB01E1C7164424f
Octal355246253036347544102117
Binary1110110110100110101010110111101110011110110010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6AB; }

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

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

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

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

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

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

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

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