COLOR #EDA791

HEX: #EDA791
RGB: (237,167,145)

Color info

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

RGB color model

#EDA791 color RGB value is (237,167,145).

  • red value is 237;
  • green value is 167;
  • blue value is 145.
RGB:
(237,167,145)
(93%,65%,57%)

RGB channels and saturation

R 237 of 255 = 93%
G 167 of 255 = 65%
B 145 of 255 = 57%

237
167
145

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

Portions of RGB colors in percentages

R + G + B =
237 + 167 + 145 = 549 (100%)
R 237 of 549 ~ 43.17%
G 167 of 549 ~ 30.42%
B 145 of 549 ~ 26.41%

%43.17
%30.42
%26.41

CMYK color model

#EDA791 color CMYK value is (0,30,39,7).

  • cyan value is 0.00%
  • magenta value is 29.54%
  • yellow value is 38.82%
  • key color value is 7.06%
CMYK:
(0,30,39,7)
C0M30Y39K7 
(0%,30%,39%,7%)
(0.00/0.30/0.39/0.07)	

CMYK percentages

%0
%29.54
%38.82
%7.06

Codes

Color #EDA791 in popluar color models

EDA791
RGB237167145
HSL14°71.88%74.90%
HSB/HSV14°38.82%92.94%
CMYK0.00%29.54%38.82%
7.06%

Color #EDA791 in popluar number systems.

HEXEDA791
Decimal237167145
Binary111011011010011110010001
Octal355247221

Shades and tints

Shades of #EDA791

#EDA791
(237,167,145)
#D89884
(216,152,132)
#C38977
(195,137,119)
#AE7A6A
(174,122,106)
#996B5D
(153,107,93)
#845C50
(132,92,80)
#6F4D43
(111,77,67)
#5A3E36
(90,62,54)
#452F29
(69,47,41)
#30201C
(48,32,28)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #EDA791

#EDA791
(237,167,145)
#EEAF9B
(238,175,155)
#EFB7A5
(239,183,165)
#F0BFAF
(240,191,175)
#F1C7B9
(241,199,185)
#F2CFC3
(242,207,195)
#F3D7CD
(243,215,205)
#F4DFD7
(244,223,215)
#F5E7E1
(245,231,225)
#F6EFEB
(246,239,235)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA791 color. Also use rgb(237,167,145) instead hex code.

Text Font Color

.myTextColor { color: #EDA791; }

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

This text font color is #EDA791.


Background Color

.myBgColor { background-color: #EDA791; }

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

This div background color is #EDA791.


Border color

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

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

This div border color is #EDA791.


Opacity

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

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

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

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

This text has shadow with #EDA791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA791 on black background.


Color preview on white background

This text has color #EDA791 on white background.



Black color preview on #EDA791 background

This text has black color on #EDA791 background.


White color preview on #EDA791 background

This text has white color on #EDA791 background.