COLOR #EDA883

HEX: #EDA883
RGB: (237,168,131)

Color info

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

RGB color model

#EDA883 color RGB value is (237,168,131).

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

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 131 of 255 = 51%

237
168
131

R + G + B ~ 70%. #EDA883 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 131 = 536 (100%)
R 237 of 536 ~ 44.22%
G 168 of 536 ~ 31.34%
B 131 of 536 ~ 24.44%

%44.22
%31.34
%24.44

CMYK color model

#EDA883 color CMYK value is (0,29,45,7).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 44.73%
  • key color value is 7.06%
CMYK:
(0,29,45,7)
C0M29Y45K7 
(0%,29%,45%,7%)
(0.00/0.29/0.45/0.07)	

CMYK percentages

%0
%29.11
%44.73
%7.06

Codes

Color #EDA883 in popluar color models

EDA883
RGB237168131
HSL21°74.65%72.16%
HSB/HSV21°44.73%92.94%
CMYK0.00%29.11%44.73%
7.06%

Color #EDA883 in popluar number systems.

HEXEDA883
Decimal237168131
Binary111011011010100010000011
Octal355250203

Shades and tints

Shades of #EDA883

#EDA883
(237,168,131)
#D89978
(216,153,120)
#C38A6D
(195,138,109)
#AE7B62
(174,123,98)
#996C57
(153,108,87)
#845D4C
(132,93,76)
#6F4E41
(111,78,65)
#5A3F36
(90,63,54)
#45302B
(69,48,43)
#302120
(48,33,32)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #EDA883

#EDA883
(237,168,131)
#EEAF8E
(238,175,142)
#EFB699
(239,182,153)
#F0BDA4
(240,189,164)
#F1C4AF
(241,196,175)
#F2CBBA
(242,203,186)
#F3D2C5
(243,210,197)
#F4D9D0
(244,217,208)
#F5E0DB
(245,224,219)
#F6E7E6
(246,231,230)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA883; }

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

This text font color is #EDA883.


Background Color

.myBgColor { background-color: #EDA883; }

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

This div background color is #EDA883.


Border color

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

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

This div border color is #EDA883.


Opacity

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

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

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

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

This text has shadow with #EDA883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA883 on black background.


Color preview on white background

This text has color #EDA883 on white background.



Black color preview on #EDA883 background

This text has black color on #EDA883 background.


White color preview on #EDA883 background

This text has white color on #EDA883 background.