#EDA3AA

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

Shades of Pale Chestnut #EDA3AA

Tints of Pale Chestnut #EDA3AA

Color information

#EDA3AA (or 0xEDA3AA) is unknown color: approx Pale Chestnut. HEX triplet: ED, A3 and AA. RGB value is (237,163,170). Sum of RGB (Red+Green+Blue) = 237+163+170=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA3AA is #125C55. Grayscale: #B9B9B9. Windows color (decimal): -1203286 or 11183085. OLE color: 11183085.

HSL color Cylindrical-coordinate representation of color #EDA3AA: hue angle of 354.32º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3AA is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237163170-
CMYK00.310.280.07
HSL354.32º67.27%78.43%-
HSV(B)354.32º31.22%92.94%-
XYZ55.2847.144.21-
YUV185.92119.02164.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=41.58%
G=28.60%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716317000.310.280.07354.3267.2778.43
HexEDA3AA01F1C7162434e
Octal355243252037347542103116
Binary1110110110100011101010100111111110011110110001010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3AA; }

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

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

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

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

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

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

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

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