#EDA8AD

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

Shades of Pale Chestnut #EDA8AD

Tints of Pale Chestnut #EDA8AD

Color information

#EDA8AD (or 0xEDA8AD) is unknown color: approx Pale Chestnut. HEX triplet: ED, A8 and AD. RGB value is (237,168,173). Sum of RGB (Red+Green+Blue) = 237+168+173=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AD is #125752. Grayscale: #BDBDBD. Windows color (decimal): -1202003 or 11380973. OLE color: 11380973.

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

Color convert

RGB237168173-
CMYK00.290.270.07
HSL355.65º65.71%79.41%-
HSV(B)355.65º29.11%92.94%-
XYZ56.4749.0346.02-
YUV189.2118.86162.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=41.00%
G=29.07%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716817300.290.270.07355.6565.7179.41
HexEDA8AD01D1B7164424f
Octal355250255035337544102117
Binary1110110110101000101011010111011101111110110010010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8AD; }

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

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

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

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

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

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

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

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