#EDA6AF

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

Shades of Pale Chestnut #EDA6AF

Tints of Pale Chestnut #EDA6AF

Color information

#EDA6AF (or 0xEDA6AF) is unknown color: approx Pale Chestnut. HEX triplet: ED, A6 and AF. RGB value is (237,166,175). Sum of RGB (Red+Green+Blue) = 237+166+175=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AF is #125950. Grayscale: #BCBCBC. Windows color (decimal): -1202513 or 11511533. OLE color: 11511533.

HSL color Cylindrical-coordinate representation of color #EDA6AF: hue angle of 352.39º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6AF is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237166175-
CMYK00.300.260.07
HSL352.39º66.36%79.02%-
HSV(B)352.39º29.96%92.94%-
XYZ56.348.3746.93-
YUV188.26120.52162.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=41.00%
G=28.72%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716617500.300.260.07352.3966.3679.02
HexEDA6AF01E1A7160424f
Octal355246257036327540102117
Binary1110110110100110101011110111101101011110110000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA6AF; }

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

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

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

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

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

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

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

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