HEX: #EDD189
RGB: (237,209,137)
#EDD189 contains mainly red and green colors. #EDD189 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EDD189 color RGB value is (237,209,137).
RGB: (237,209,137) (93%,82%,54%)
R 237 of 255 = 93%
G 209 of 255 = 82%
B 137 of 255 = 54%
R + G + B ~ 76%. #EDD189 is quite light color.
R + G + B =
237 + 209 + 137 = 583 (100%)
R 237 of 583 ~ 40.65%
G 209 of 583 ~ 35.85%
B 137 of 583 ~ 23.5%
#EDD189 rengi CMYK tonu (0,12,42,7).
CMYK: (0,12,42,7) C0M12Y42K7 (0%,12%,42%,7%) (0.00/0.12/0.42/0.07)
ED | D1 | 89 | |
---|---|---|---|
RGB | 237 | 209 | 137 |
HSL | 43° | 73.53% | 73.33% |
HSB/HSV | 43° | 42.19% | 92.94% |
CMYK | 0.00% | 11.81% | 42.19% |
7.06% |
HEX | ED | D1 | 89 |
Decimal | 237 | 209 | 137 |
Binary | 11101101 | 11010001 | 10001001 |
Octal | 355 | 321 | 211 |
Examples of css and html codes for elements with #EDD189 color. Also use rgb(237,209,137) instead hex code.
.myTextColor { color: #EDD189; }
<p style="color:#EDD189">This sample text font color is #EDD189.</p>
This text font color is #EDD189.
.myBgColor { background-color: #EDD189; }
<div style="background-color:#EDD189">Inner text</div>
This div background color is #EDD189.
.myBorderColor { border: 1px solid #EDD189; }
<div style="border:3px solid #EDD189">Div</div>
This div border color is #EDD189.
.myOpacity80 { color: #EDD189; opacity: 0.8; }
<p style="color:#EDD189;opacity:0.8;">80%</p>
Text with #EDD189 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD189;}
<p style="text-shadow: 3px 3px 1px #EDD189">Text here.</p>
This text has shadow with #EDD189 color.
.textShadow {text-shadow: 3px 3px 1px #EDD189, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD189, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD189 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD189, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD189 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EDD189; -webkit-box-shadow: 1px 1px 3px 2px #EDD189; box-shadow: 1px 1px 3px 2px #EDD189; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EDD189; -webkit-box-shadow: 1px 1px 3px 2px #EDD189; box-shadow:1px 1px 3px 2px #EDD189;">
Div content here</div>
This text has color #EDD189 on black background.
This text has color #EDD189 on white background.
This text has black color on #EDD189 background.
This text has white color on #EDD189 background.