#EDA7AA

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

Shades of Pale Chestnut #EDA7AA

Tints of Pale Chestnut #EDA7AA

Color information

#EDA7AA (or 0xEDA7AA) is unknown color: approx Pale Chestnut. HEX triplet: ED, A7 and AA. RGB value is (237,167,170). Sum of RGB (Red+Green+Blue) = 237+167+170=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7AA is #125855. Grayscale: #BCBCBC. Windows color (decimal): -1202262 or 11184109. OLE color: 11184109.

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

Color convert

RGB237167170-
CMYK00.300.280.07
HSL357.43º66.04%79.22%-
HSV(B)357.43º29.54%92.94%-
XYZ5648.5444.45-
YUV188.27117.69162.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=41.29%
G=29.09%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716717000.300.280.07357.4366.0479.22
HexEDA7AA01E1C7165424f
Octal355247252036347545102117
Binary1110110110100111101010100111101110011110110010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA7AA; }

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

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

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

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

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

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

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

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