COLOR #EDB39E

HEX: #EDB39E
RGB: (237,179,158)

Color info

#EDB39E contains mainly red and green colors. Web safe color of #EDB39E is #FF9999 (or #F99).

RGB color model

#EDB39E color RGB value is (237,179,158).

  • red value is 237;
  • green value is 179;
  • blue value is 158.
RGB:
(237,179,158)
(93%,70%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 179 of 255 = 70%
B 158 of 255 = 62%

237
179
158

R + G + B ~ 75%. #EDB39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 179 + 158 = 574 (100%)
R 237 of 574 ~ 41.29%
G 179 of 574 ~ 31.18%
B 158 of 574 ~ 27.53%

%41.29
%31.18
%27.53

CMYK color model

#EDB39E color CMYK value is (0,24,33,7).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,24,33,7)
C0M24Y33K7 
(0%,24%,33%,7%)
(0.00/0.24/0.33/0.07)	

CMYK percentages

%0
%24.47
%33.33
%7.06

Codes

Color #EDB39E in popluar color models

EDB39E
RGB237179158
HSL16°68.70%77.45%
HSB/HSV16°33.33%92.94%
CMYK0.00%24.47%33.33%
7.06%

Color #EDB39E in popluar number systems.

HEXEDB39E
Decimal237179158
Binary111011011011001110011110
Octal355263236

Shades and tints

Shades of #EDB39E

#EDB39E
(237,179,158)
#D8A390
(216,163,144)
#C39382
(195,147,130)
#AE8374
(174,131,116)
#997366
(153,115,102)
#846358
(132,99,88)
#6F534A
(111,83,74)
#5A433C
(90,67,60)
#45332E
(69,51,46)
#302320
(48,35,32)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #EDB39E

#EDB39E
(237,179,158)
#EEB9A6
(238,185,166)
#EFBFAE
(239,191,174)
#F0C5B6
(240,197,182)
#F1CBBE
(241,203,190)
#F2D1C6
(242,209,198)
#F3D7CE
(243,215,206)
#F4DDD6
(244,221,214)
#F5E3DE
(245,227,222)
#F6E9E6
(246,233,230)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB39E color. Also use rgb(237,179,158) instead hex code.

Text Font Color

.myTextColor { color: #EDB39E; }

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

This text font color is #EDB39E.


Background Color

.myBgColor { background-color: #EDB39E; }

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

This div background color is #EDB39E.


Border color

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

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

This div border color is #EDB39E.


Opacity

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

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

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

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

This text has shadow with #EDB39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB39E on black background.


Color preview on white background

This text has color #EDB39E on white background.



Black color preview on #EDB39E background

This text has black color on #EDB39E background.


White color preview on #EDB39E background

This text has white color on #EDB39E background.