HEX: #EDD18D
RGB: (237,209,141)
#EDD18D contains mainly red and green colors. Web safe color of #EDD18D is #FFCC99 (or #FC9).
#EDD18D color RGB value is (237,209,141).
RGB: (237,209,141)
(93%, 82%, 55%)
R 237 of 255 = 93%
G 209 of 255 = 82%
B 141 of 255 = 55%
R + G + B ~ 77%. #EDD18D is quite light color.
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'%
#EDD18D color CMYK value is (0,12,41,7).
CMYK: (0,12,41,7) C0M12Y41K7 (0%,12%,41%,7%) (0.00/0.12/0.41/0.07)
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 of #EDD18D
Tints of #EDD18D
Examples of css and html codes for elements with #EDD18D color. Also use rgb(237,209,141) instead hex code.
.myTextColor { color: #EDD18D; }
<p style="color:#EDD18D">This sample text font color is #EDD18D.</p>
This text font color is #EDD18D.
.myBgColor { background-color: #EDD18D; }
<div style="background-color:#EDD18D">Inner text</div>
This div background color is #EDD18D.
.myBorderColor { border: 1px solid #EDD18D; }
<div style="border:3px solid #EDD18D">Div</div>
This div border color is #EDD18D.
.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%.
.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.
/* 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 text has color #EDD18D on black background.
This text has color #EDD18D on white background.
This text has black color on #EDD18D background.
This text has white color on #EDD18D background.
Complementary color for #hex is #122E72.