#EDACAF

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

Shades of Pale Chestnut #EDACAF

Tints of Pale Chestnut #EDACAF

Color information

#EDACAF (or 0xEDACAF) is unknown color: approx Pale Chestnut. HEX triplet: ED, AC and AF. RGB value is (237,172,175). Sum of RGB (Red+Green+Blue) = 237+172+175=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACAF is #125350. Grayscale: #BFBFBF. Windows color (decimal): -1200977 or 11513069. OLE color: 11513069.

HSL color Cylindrical-coordinate representation of color #EDACAF: hue angle of 357.23º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDACAF is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237172175-
CMYK00.270.260.07
HSL357.23º64.36%80.2%-
HSV(B)357.23º27.43%92.94%-
XYZ57.4250.647.3-
YUV191.78118.53160.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 175 (68.75% from 255) = 29.97%
R=40.58%
G=29.45%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717217500.270.260.07357.2364.3680.2
HexEDACAF01B1A71654050
Octal355254257033327545100120
Binary1110110110101100101011110110111101011110110010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACAF; }

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

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

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

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

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

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

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

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