#EDA8AF

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

Shades of Pale Chestnut #EDA8AF

Tints of Pale Chestnut #EDA8AF

Color information

#EDA8AF (or 0xEDA8AF) is unknown color: approx Pale Chestnut. HEX triplet: ED, A8 and AF. RGB value is (237,168,175). Sum of RGB (Red+Green+Blue) = 237+168+175=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AF is #125750. Grayscale: #BDBDBD. Windows color (decimal): -1202001 or 11512045. OLE color: 11512045.

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

Color convert

RGB237168175-
CMYK00.290.260.07
HSL353.91º65.71%79.41%-
HSV(B)353.91º29.11%92.94%-
XYZ56.6749.147.05-
YUV189.43119.86161.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 168 (66.02% from 255) = 28.97%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=40.86%
G=28.97%
B=30.17%

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
Decimal23716817500.290.260.07353.9165.7179.41
HexEDA8AF01D1A7162424f
Octal355250257035327542102117
Binary1110110110101000101011110111011101011110110001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA8AF; }

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

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

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

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

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

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

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

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