#EDACAD

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

Shades of Pale Chestnut #EDACAD

Tints of Pale Chestnut #EDACAD

Color information

#EDACAD (or 0xEDACAD) is unknown color: approx Pale Chestnut. HEX triplet: ED, AC and AD. RGB value is (237,172,173). Sum of RGB (Red+Green+Blue) = 237+172+173=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACAD is #125352. Grayscale: #BFBFBF. Windows color (decimal): -1200979 or 11381997. OLE color: 11381997.

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

Color convert

RGB237172173-
CMYK00.270.270.07
HSL359.08º64.36%80.2%-
HSV(B)359.08º27.43%92.94%-
XYZ57.2250.5346.27-
YUV191.55117.53160.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 173 (67.97% from 255) = 29.73%
R=40.72%
G=29.55%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717217300.270.270.07359.0864.3680.2
HexEDACAD01B1B71674050
Octal355254255033337547100120
Binary1110110110101100101011010110111101111110110011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACAD; }

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

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

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

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

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

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

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

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