#EDA7AD

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

Shades of Pale Chestnut #EDA7AD

Tints of Pale Chestnut #EDA7AD

Color information

#EDA7AD (or 0xEDA7AD) is unknown color: approx Pale Chestnut. HEX triplet: ED, A7 and AD. RGB value is (237,167,173). Sum of RGB (Red+Green+Blue) = 237+167+173=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7AD is #125852. Grayscale: #BCBCBC. Windows color (decimal): -1202259 or 11380717. OLE color: 11380717.

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

Color convert

RGB237167173-
CMYK00.300.270.07
HSL354.86º66.04%79.22%-
HSV(B)354.86º29.54%92.94%-
XYZ56.2948.6645.96-
YUV188.61119.19162.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=41.07%
G=28.94%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716717300.300.270.07354.8666.0479.22
HexEDA7AD01E1B7163424f
Octal355247255036337543102117
Binary1110110110100111101011010111101101111110110001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7AD; }

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

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

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

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

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

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

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

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