COLOR #EDD18D

HEX: #EDD18D RGB: (237,209,141)

Color info

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

RGB color model

#EDD18D color RGB value is (237,209,141).

RGB: (237,209,141) (93%, 82%, 55%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 141 of 255 = 55%

237
209
141

R + G + B ~ 77%. #EDD18D is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 141 = 587 (100%)
R 237 of 587 ~ 40.37%
G 209 of 587 ~ 35.6%
B 141 of 587 ~ 24.02'%

%40.37
%35.6
%24.02

CMYK color model

#EDD18D color CMYK value is (0,12,41,7).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 40.51%
  • key color value is 7.06%
CMYK: (0,12,41,7) C0M12Y41K7 (0%,12%,41%,7%) (0.00/0.12/0.41/0.07) 

CMYK percentages

%0
%11.81
%40.51
%7.06

Codes

Color #EDD18D in popluar color models

ED D1 8D
RGB 237 209 141
HSL 43° 72.73% 74.12%
HSB/HSV 43° 40.51% 92.94%
CMYK 0.00% 11.81% 40.51%
7.06%

Color #EDD18D in popluar number systems.

HEX ED D1 8D
Decimal 237 209 141
Binary 11101101 11010001 10001101
Octal 355 321 215

Shades and tints

Shades of #EDD18D

#EDD18D
(237,209,141)
#D8BE81
(216,190,129)
#C3AB75
(195,171,117)
#AE9869
(174,152,105)
#99855D
(153,133,93)
#847251
(132,114,81)
#6F5F45
(111,95,69)
#5A4C39
(90,76,57)
#45392D
(69,57,45)
#302621
(48,38,33)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #EDD18D

#EDD18D
(237,209,141)
#EED597
(238,213,151)
#EFD9A1
(239,217,161)
#F0DDAB
(240,221,171)
#F1E1B5
(241,225,181)
#F2E5BF
(242,229,191)
#F3E9C9
(243,233,201)
#F4EDD3
(244,237,211)
#F5F1DD
(245,241,221)
#F6F5E7
(246,245,231)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD18D color. Also use rgb(237,209,141) instead hex code.

Text Font Color

.myTextColor { color: #EDD18D; }

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

This text font color is #EDD18D.

Background Color

.myBgColor { background-color: #EDD18D; }

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

This div background color is #EDD18D.

Border color

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

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

This div border color is #EDD18D.

Opacity

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

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

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

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

This text has shadow with #EDD18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD18D.

Preview

Color preview on black background

This text has color #EDD18D on black background.


Color preview on white background

This text has color #EDD18D on white background.


Black color preview on #EDD18D background

This text has black color on #EDD18D background.


White color preview on #EDD18D background

This text has white color on #EDD18D background.


Related colors

Complementary color

Complementary color for #hex is #122E72.


I love getcolorcode.com

Triadic colors

1 #8DEDD1 and #D18DED with #EDD18D are triadic colors.

2 #8DD1ED and #D1ED8D with #EDD18D are triadic colors.