#EDA4AB

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

Shades of Pale Chestnut #EDA4AB

Tints of Pale Chestnut #EDA4AB

Color information

#EDA4AB (or 0xEDA4AB) is unknown color: approx Pale Chestnut. HEX triplet: ED, A4 and AB. RGB value is (237,164,171). Sum of RGB (Red+Green+Blue) = 237+164+171=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AB is #125B54. Grayscale: #BABABA. Windows color (decimal): -1203029 or 11248877. OLE color: 11248877.

HSL color Cylindrical-coordinate representation of color #EDA4AB: hue angle of 354.25º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4AB is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237164171-
CMYK00.310.280.07
HSL354.25º66.97%78.63%-
HSV(B)354.25º30.8%92.94%-
XYZ55.5547.544.77-
YUV186.62119.18163.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=41.43%
G=28.67%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417100.310.280.07354.2566.9778.63
HexEDA4AB01F1C7162434f
Octal355244253037347542103117
Binary1110110110100100101010110111111110011110110001010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4AB; }

 p { color: rgb(237,164,171); }

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

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

 a { background-color: rgb(237,164,171); }

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

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

 span { border-color: rgb(237,164,171); }

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