#EDA7AB

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

Shades of Pale Chestnut #EDA7AB

Tints of Pale Chestnut #EDA7AB

Color information

#EDA7AB (or 0xEDA7AB) is unknown color: approx Pale Chestnut. HEX triplet: ED, A7 and AB. RGB value is (237,167,171). Sum of RGB (Red+Green+Blue) = 237+167+171=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7AB is #125854. Grayscale: #BCBCBC. Windows color (decimal): -1202261 or 11249645. OLE color: 11249645.

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

Color convert

RGB237167171-
CMYK00.300.280.07
HSL356.57º66.04%79.22%-
HSV(B)356.57º29.54%92.94%-
XYZ56.0948.5844.95-
YUV188.39118.19162.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=41.22%
G=29.04%
B=29.74%

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
Decimal23716717100.300.280.07356.5766.0479.22
HexEDA7AB01E1C7165424f
Octal355247253036347545102117
Binary1110110110100111101010110111101110011110110010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7AB; }

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

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

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

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

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

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

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

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