COLOR #EDB493

HEX: #EDB493
RGB: (237,180,147)

Color info

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

RGB color model

#EDB493 color RGB value is (237,180,147).

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

RGB channels and saturation

R 237 of 255 = 93%
G 180 of 255 = 71%
B 147 of 255 = 58%

237
180
147

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

Portions of RGB colors in percentages

R + G + B =
237 + 180 + 147 = 564 (100%)
R 237 of 564 ~ 42.02%
G 180 of 564 ~ 31.91%
B 147 of 564 ~ 26.06%

%42.02
%31.91
%26.06

CMYK color model

#EDB493 color CMYK value is (0,24,38,7).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 37.97%
  • key color value is 7.06%
CMYK:
(0,24,38,7)
C0M24Y38K7 
(0%,24%,38%,7%)
(0.00/0.24/0.38/0.07)	

CMYK percentages

%0
%24.05
%37.97
%7.06

Codes

Color #EDB493 in popluar color models

EDB493
RGB237180147
HSL22°71.43%75.29%
HSB/HSV22°37.97%92.94%
CMYK0.00%24.05%37.97%
7.06%

Color #EDB493 in popluar number systems.

HEXEDB493
Decimal237180147
Binary111011011011010010010011
Octal355264223

Shades and tints

Shades of #EDB493

#EDB493
(237,180,147)
#D8A486
(216,164,134)
#C39479
(195,148,121)
#AE846C
(174,132,108)
#99745F
(153,116,95)
#846452
(132,100,82)
#6F5445
(111,84,69)
#5A4438
(90,68,56)
#45342B
(69,52,43)
#30241E
(48,36,30)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #EDB493

#EDB493
(237,180,147)
#EEBA9C
(238,186,156)
#EFC0A5
(239,192,165)
#F0C6AE
(240,198,174)
#F1CCB7
(241,204,183)
#F2D2C0
(242,210,192)
#F3D8C9
(243,216,201)
#F4DED2
(244,222,210)
#F5E4DB
(245,228,219)
#F6EAE4
(246,234,228)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB493; }

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

This text font color is #EDB493.


Background Color

.myBgColor { background-color: #EDB493; }

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

This div background color is #EDB493.


Border color

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

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

This div border color is #EDB493.


Opacity

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

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

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

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

This text has shadow with #EDB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB493 on black background.


Color preview on white background

This text has color #EDB493 on white background.



Black color preview on #EDB493 background

This text has black color on #EDB493 background.


White color preview on #EDB493 background

This text has white color on #EDB493 background.