COLOR #EDA19F

HEX: #EDA19F RGB: (237,161,159)

Color info

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

RGB color model

#EDA19F color RGB value is (237,161,159).

RGB: (237,161,159) (93%, 63%, 62%)

RGB channels and saturation

R 237 of 255 = 93%
G 161 of 255 = 63%
B 159 of 255 = 62%

237
161
159

R + G + B ~ 73%. #EDA19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 161 + 159 = 557 (100%)
R 237 of 557 ~ 42.55%
G 161 of 557 ~ 28.9%
B 159 of 557 ~ 28.55'%

%42.55
%28.9
%28.55

CMYK color model

#EDA19F color CMYK value is (0,32,33,7).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 32.91%
  • key color value is 7.06%

CMYK: (0,32,33,7)
C0M32Y33K7 (0%, 32%, 33%, 7%)
(0.00 / 0.32 / 0.33 / 0.07)

CMYK percentages

%0
%32.07
%32.91
%7.06

Codes

Color #EDA19F in popluar color models

ED A1 9F
RGB 237 161 159
HSL 68.42% 77.65%
HSB/HSV 32.91% 92.94%
CMYK 0.00% 32.07% 32.91%
7.06%

Color #EDA19F in popluar number systems.

HEX ED A1 9F
Decimal 237 161 159
Binary 11101101 10100001 10011111
Octal 355 241 237

Shades and tints

Shades of #EDA19F

#EDA19F
(237,161,159)
#D89391
(216,147,145)
#C38583
(195,133,131)
#AE7775
(174,119,117)
#996967
(153,105,103)
#845B59
(132,91,89)
#6F4D4B
(111,77,75)
#5A3F3D
(90,63,61)
#45312F
(69,49,47)
#302321
(48,35,33)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDA19F

#EDA19F
(237,161,159)
#EEA9A7
(238,169,167)
#EFB1AF
(239,177,175)
#F0B9B7
(240,185,183)
#F1C1BF
(241,193,191)
#F2C9C7
(242,201,199)
#F3D1CF
(243,209,207)
#F4D9D7
(244,217,215)
#F5E1DF
(245,225,223)
#F6E9E7
(246,233,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA19F color. Also use rgb(237,161,159) instead hex code.

Text Font Color

.myTextColor { color: #EDA19F; }

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

This text font color is #EDA19F.

Background Color

.myBgColor { background-color: #EDA19F; }

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

This div background color is #EDA19F.

Border color

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

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

This div border color is #EDA19F.

Opacity

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

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

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

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

This text has shadow with #EDA19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA19F.

Preview

Color preview on black background

This text has color #EDA19F on black background.


Color preview on white background

This text has color #EDA19F on white background.


Black color preview on #EDA19F background

This text has black color on #EDA19F background.


White color preview on #EDA19F background

This text has white color on #EDA19F background.


Related colors

Complementary color

Complementary color for #hex is #125E60.


I love getcolorcode.com

Triadic colors

1 #9FEDA1 and #A19FED with #EDA19F are triadic colors.

2 #9FA1ED and #A1ED9F with #EDA19F are triadic colors.