#EDA8AA

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

Shades of Pale Chestnut #EDA8AA

Tints of Pale Chestnut #EDA8AA

Color information

#EDA8AA (or 0xEDA8AA) is unknown color: approx Pale Chestnut. HEX triplet: ED, A8 and AA. RGB value is (237,168,170). Sum of RGB (Red+Green+Blue) = 237+168+170=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AA is #125755. Grayscale: #BCBCBC. Windows color (decimal): -1202006 or 11184365. OLE color: 11184365.

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

Color convert

RGB237168170-
CMYK00.290.280.07
HSL358.26º65.71%79.41%-
HSV(B)358.26º29.11%92.94%-
XYZ56.1848.9144.51-
YUV188.86117.36162.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 168 (66.02% from 255) = 29.22%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=41.22%
G=29.22%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716817000.290.280.07358.2665.7179.41
HexEDA8AA01D1C7166424f
Octal355250252035347546102117
Binary1110110110101000101010100111011110011110110011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8AA; }

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

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

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

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

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

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

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

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