COLOR #EDB893

HEX: #EDB893
RGB: (237,184,147)

Color info

#EDB893 contains mainly red and green colors. Web safe color of #EDB893 is #FFCC99 (or #FC9).

RGB color model

#EDB893 color RGB value is (237,184,147).

  • red value is 237;
  • green value is 184;
  • blue value is 147.
RGB:
(237,184,147)
(93%,72%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 147 of 255 = 58%

237
184
147

R + G + B ~ 74%. #EDB893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 184 + 147 = 568 (100%)
R 237 of 568 ~ 41.73%
G 184 of 568 ~ 32.39%
B 147 of 568 ~ 25.88%

%41.73
%32.39
%25.88

CMYK color model

#EDB893 color CMYK value is (0,22,38,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 37.97%
  • key color value is 7.06%
CMYK:
(0,22,38,7)
C0M22Y38K7 
(0%,22%,38%,7%)
(0.00/0.22/0.38/0.07)	

CMYK percentages

%0
%22.36
%37.97
%7.06

Codes

Color #EDB893 in popluar color models

EDB893
RGB237184147
HSL25°71.43%75.29%
HSB/HSV25°37.97%92.94%
CMYK0.00%22.36%37.97%
7.06%

Color #EDB893 in popluar number systems.

HEXEDB893
Decimal237184147
Binary111011011011100010010011
Octal355270223

Shades and tints

Shades of #EDB893

#EDB893
(237,184,147)
#D8A886
(216,168,134)
#C39879
(195,152,121)
#AE886C
(174,136,108)
#99785F
(153,120,95)
#846852
(132,104,82)
#6F5845
(111,88,69)
#5A4838
(90,72,56)
#45382B
(69,56,43)
#30281E
(48,40,30)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #EDB893

#EDB893
(237,184,147)
#EEBE9C
(238,190,156)
#EFC4A5
(239,196,165)
#F0CAAE
(240,202,174)
#F1D0B7
(241,208,183)
#F2D6C0
(242,214,192)
#F3DCC9
(243,220,201)
#F4E2D2
(244,226,210)
#F5E8DB
(245,232,219)
#F6EEE4
(246,238,228)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB893 color. Also use rgb(237,184,147) instead hex code.

Text Font Color

.myTextColor { color: #EDB893; }

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

This text font color is #EDB893.


Background Color

.myBgColor { background-color: #EDB893; }

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

This div background color is #EDB893.


Border color

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

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

This div border color is #EDB893.


Opacity

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

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

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

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

This text has shadow with #EDB893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB893 on black background.


Color preview on white background

This text has color #EDB893 on white background.



Black color preview on #EDB893 background

This text has black color on #EDB893 background.


White color preview on #EDB893 background

This text has white color on #EDB893 background.