#EDA9AE

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

Shades of Pale Chestnut #EDA9AE

Tints of Pale Chestnut #EDA9AE

Color information

#EDA9AE (or 0xEDA9AE) is unknown color: approx Pale Chestnut. HEX triplet: ED, A9 and AE. RGB value is (237,169,174). Sum of RGB (Red+Green+Blue) = 237+169+174=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AE is #125651. Grayscale: #BDBDBD. Windows color (decimal): -1201746 or 11446765. OLE color: 11446765.

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

Color convert

RGB237169174-
CMYK00.290.270.07
HSL355.59º65.38%79.61%-
HSV(B)355.59º28.69%92.94%-
XYZ56.7549.4446.6-
YUV189.9119.03161.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 30%
R=40.86%
G=29.14%
B=30%

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
Decimal23716917400.290.270.07355.5965.3879.61
HexEDA9AE01D1B71644150
Octal355251256035337544101120
Binary1110110110101001101011100111011101111110110010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9AE; }

 p { color: rgb(237,169,174); }

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

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

 a { background-color: rgb(237,169,174); }

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

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

 span { border-color: rgb(237,169,174); }

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