#EDA9AF

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

Shades of Pale Chestnut #EDA9AF

Tints of Pale Chestnut #EDA9AF

Color information

#EDA9AF (or 0xEDA9AF) is unknown color: approx Pale Chestnut. HEX triplet: ED, A9 and AF. RGB value is (237,169,175). Sum of RGB (Red+Green+Blue) = 237+169+175=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AF is #125650. Grayscale: #BEBEBE. Windows color (decimal): -1201745 or 11512301. OLE color: 11512301.

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

Color convert

RGB237169175-
CMYK00.290.260.07
HSL354.71º65.38%79.61%-
HSV(B)354.71º28.69%92.94%-
XYZ56.8549.4847.11-
YUV190.02119.53161.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=40.79%
G=29.09%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716917500.290.260.07354.7165.3879.61
HexEDA9AF01D1A71634150
Octal355251257035327543101120
Binary1110110110101001101011110111011101011110110001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA9AF; }

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

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

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

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

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

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

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

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