COLOR #EDA894

HEX: #EDA894
RGB: (237,168,148)

Color info

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

RGB color model

#EDA894 color RGB value is (237,168,148).

  • red value is 237;
  • green value is 168;
  • blue value is 148.
RGB:
(237,168,148)
(93%,66%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 148 of 255 = 58%

237
168
148

R + G + B ~ 72%. #EDA894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 148 = 553 (100%)
R 237 of 553 ~ 42.86%
G 168 of 553 ~ 30.38%
B 148 of 553 ~ 26.76%

%42.86
%30.38
%26.76

CMYK color model

#EDA894 color CMYK value is (0,29,38,7).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 37.55%
  • key color value is 7.06%
CMYK:
(0,29,38,7)
C0M29Y38K7 
(0%,29%,38%,7%)
(0.00/0.29/0.38/0.07)	

CMYK percentages

%0
%29.11
%37.55
%7.06

Codes

Color #EDA894 in popluar color models

EDA894
RGB237168148
HSL13°71.20%75.49%
HSB/HSV13°37.55%92.94%
CMYK0.00%29.11%37.55%
7.06%

Color #EDA894 in popluar number systems.

HEXEDA894
Decimal237168148
Binary111011011010100010010100
Octal355250224

Shades and tints

Shades of #EDA894

#EDA894
(237,168,148)
#D89987
(216,153,135)
#C38A7A
(195,138,122)
#AE7B6D
(174,123,109)
#996C60
(153,108,96)
#845D53
(132,93,83)
#6F4E46
(111,78,70)
#5A3F39
(90,63,57)
#45302C
(69,48,44)
#30211F
(48,33,31)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #EDA894

#EDA894
(237,168,148)
#EEAF9D
(238,175,157)
#EFB6A6
(239,182,166)
#F0BDAF
(240,189,175)
#F1C4B8
(241,196,184)
#F2CBC1
(242,203,193)
#F3D2CA
(243,210,202)
#F4D9D3
(244,217,211)
#F5E0DC
(245,224,220)
#F6E7E5
(246,231,229)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA894 color. Also use rgb(237,168,148) instead hex code.

Text Font Color

.myTextColor { color: #EDA894; }

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

This text font color is #EDA894.


Background Color

.myBgColor { background-color: #EDA894; }

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

This div background color is #EDA894.


Border color

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

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

This div border color is #EDA894.


Opacity

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

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

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

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

This text has shadow with #EDA894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA894 on black background.


Color preview on white background

This text has color #EDA894 on white background.



Black color preview on #EDA894 background

This text has black color on #EDA894 background.


White color preview on #EDA894 background

This text has white color on #EDA894 background.