COLOR #EDA589

HEX: #EDA589
RGB: (237,165,137)

Color info

#EDA589 contains mainly red color. Web safe color of #EDA589 is #FF9999 (or #F99).

RGB color model

#EDA589 color RGB value is (237,165,137).

  • red value is 237;
  • green value is 165;
  • blue value is 137.
RGB:
(237,165,137)
(93%,65%,54%)

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 137 of 255 = 54%

237
165
137

R + G + B ~ 71%. #EDA589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 165 + 137 = 539 (100%)
R 237 of 539 ~ 43.97%
G 165 of 539 ~ 30.61%
B 137 of 539 ~ 25.42%

%43.97
%30.61
%25.42

CMYK color model

#EDA589 color CMYK value is (0,30,42,7).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 42.19%
  • key color value is 7.06%
CMYK:
(0,30,42,7)
C0M30Y42K7 
(0%,30%,42%,7%)
(0.00/0.30/0.42/0.07)	

CMYK percentages

%0
%30.38
%42.19
%7.06

Codes

Color #EDA589 in popluar color models

EDA589
RGB237165137
HSL17°73.53%73.33%
HSB/HSV17°42.19%92.94%
CMYK0.00%30.38%42.19%
7.06%

Color #EDA589 in popluar number systems.

HEXEDA589
Decimal237165137
Binary111011011010010110001001
Octal355245211

Shades and tints

Shades of #EDA589

#EDA589
(237,165,137)
#D8967D
(216,150,125)
#C38771
(195,135,113)
#AE7865
(174,120,101)
#996959
(153,105,89)
#845A4D
(132,90,77)
#6F4B41
(111,75,65)
#5A3C35
(90,60,53)
#452D29
(69,45,41)
#301E1D
(48,30,29)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #EDA589

#EDA589
(237,165,137)
#EEAD93
(238,173,147)
#EFB59D
(239,181,157)
#F0BDA7
(240,189,167)
#F1C5B1
(241,197,177)
#F2CDBB
(242,205,187)
#F3D5C5
(243,213,197)
#F4DDCF
(244,221,207)
#F5E5D9
(245,229,217)
#F6EDE3
(246,237,227)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA589 color. Also use rgb(237,165,137) instead hex code.

Text Font Color

.myTextColor { color: #EDA589; }

<p style="color:#EDA589">This sample text font color is #EDA589.</p>

This text font color is #EDA589.


Background Color

.myBgColor { background-color: #EDA589; }

<div style="background-color:#EDA589">Inner text</div>

This div background color is #EDA589.


Border color

.myBorderColor { border: 1px solid #EDA589; }

<div style="border:3px solid #EDA589">Div</div>

This div border color is #EDA589.


Opacity

.myOpacity80 { color: #EDA589; opacity: 0.8; }

<p style="color:#EDA589;opacity:0.8;">80%</p>

Text with #EDA589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDA589;}

<p style="text-shadow: 3px 3px 1px #EDA589">Text here.</p>

This text has shadow with #EDA589 color.

.textShadow {text-shadow: 3px 3px 1px #EDA589, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDA589, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDA589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDA589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDA589, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDA589 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDA589;
  -webkit-box-shadow:	1px 1px 3px 2px #EDA589;
  box-shadow:		1px 1px 3px 2px #EDA589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDA589;
-webkit-box-shadow: 1px 1px 3px 2px #EDA589;
box-shadow:1px 1px 3px 2px #EDA589;">
Div content here</div>
This div box has shadow with color #EDA589.

Preview

Color preview on black background

This text has color #EDA589 on black background.


Color preview on white background

This text has color #EDA589 on white background.



Black color preview on #EDA589 background

This text has black color on #EDA589 background.


White color preview on #EDA589 background

This text has white color on #EDA589 background.