COLOR #EDA586

HEX: #EDA586
RGB: (237,165,134)

Color info

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

RGB color model

#EDA586 color RGB value is (237,165,134).

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

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 134 of 255 = 53%

237
165
134

R + G + B ~ 70%. #EDA586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 165 + 134 = 536 (100%)
R 237 of 536 ~ 44.22%
G 165 of 536 ~ 30.78%
B 134 of 536 ~ 25%

%44.22
%30.78
%25

CMYK color model

#EDA586 color CMYK value is (0,30,43,7).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 43.46%
  • key color value is 7.06%
CMYK:
(0,30,43,7)
C0M30Y43K7 
(0%,30%,43%,7%)
(0.00/0.30/0.43/0.07)	

CMYK percentages

%0
%30.38
%43.46
%7.06

Codes

Color #EDA586 in popluar color models

EDA586
RGB237165134
HSL18°74.10%72.75%
HSB/HSV18°43.46%92.94%
CMYK0.00%30.38%43.46%
7.06%

Color #EDA586 in popluar number systems.

HEXEDA586
Decimal237165134
Binary111011011010010110000110
Octal355245206

Shades and tints

Shades of #EDA586

#EDA586
(237,165,134)
#D8967A
(216,150,122)
#C3876E
(195,135,110)
#AE7862
(174,120,98)
#996956
(153,105,86)
#845A4A
(132,90,74)
#6F4B3E
(111,75,62)
#5A3C32
(90,60,50)
#452D26
(69,45,38)
#301E1A
(48,30,26)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #EDA586

#EDA586
(237,165,134)
#EEAD91
(238,173,145)
#EFB59C
(239,181,156)
#F0BDA7
(240,189,167)
#F1C5B2
(241,197,178)
#F2CDBD
(242,205,189)
#F3D5C8
(243,213,200)
#F4DDD3
(244,221,211)
#F5E5DE
(245,229,222)
#F6EDE9
(246,237,233)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA586; }

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

This text font color is #EDA586.


Background Color

.myBgColor { background-color: #EDA586; }

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

This div background color is #EDA586.


Border color

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

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

This div border color is #EDA586.


Opacity

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

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

Text with #EDA586 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 #EDA586;}

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

This text has shadow with #EDA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA586 on black background.


Color preview on white background

This text has color #EDA586 on white background.



Black color preview on #EDA586 background

This text has black color on #EDA586 background.


White color preview on #EDA586 background

This text has white color on #EDA586 background.