#EDA8AE

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

Shades of Pale Chestnut #EDA8AE

Tints of Pale Chestnut #EDA8AE

Color information

#EDA8AE (or 0xEDA8AE) is unknown color: approx Pale Chestnut. HEX triplet: ED, A8 and AE. RGB value is (237,168,174). Sum of RGB (Red+Green+Blue) = 237+168+174=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AE is #125751. Grayscale: #BDBDBD. Windows color (decimal): -1202002 or 11446509. OLE color: 11446509.

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

Color convert

RGB237168174-
CMYK00.290.270.07
HSL354.78º65.71%79.41%-
HSV(B)354.78º29.11%92.94%-
XYZ56.5749.0746.53-
YUV189.32119.36162.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=40.93%
G=29.02%
B=30.05%

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
Decimal23716817400.290.270.07354.7865.7179.41
HexEDA8AE01D1B7163424f
Octal355250256035337543102117
Binary1110110110101000101011100111011101111110110001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8AE; }

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

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

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

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

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

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

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

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