HEX: #EDB985
RGB: (237,185,133)
#EDB985 contains mainly red and green colors. Web safe color of #EDB985 is #FFCC99 (or #FC9).
#EDB985 color RGB value is (237,185,133).
RGB: (237,185,133)
(93%, 73%, 52%)
R 237 of 255 = 93%
G 185 of 255 = 73%
B 133 of 255 = 52%
R + G + B ~ 73%. #EDB985 is quite light color.
R + G + B = 237 + 185 + 133 = 555 (100%)
R 237 of 555 ~ 42.7%
G 185 of 555 ~ 33.33%
B 133 of 555 ~ 23.96'%
#EDB985 color CMYK value is (0,22,44,7).
CMYK: (0,22,44,7) C0M22Y44K7 (0%,22%,44%,7%) (0.00/0.22/0.44/0.07)
Color #EDB985 in popluar color models
ED | B9 | 85 | |
---|---|---|---|
RGB | 237 | 185 | 133 |
HSL | 30° | 74.29% | 72.55% |
HSB/HSV | 30° | 43.88% | 92.94% |
CMYK | 0.00% | 21.94% | 43.88% |
7.06% |
Color #EDB985 in popluar number systems.
HEX | ED | B9 | 85 |
Decimal | 237 | 185 | 133 |
Binary | 11101101 | 10111001 | 10000101 |
Octal | 355 | 271 | 205 |
Shades of #EDB985
Tints of #EDB985
Examples of css and html codes for elements with #EDB985 color. Also use rgb(237,185,133) instead hex code.
.myTextColor { color: #EDB985; }
<p style="color:#EDB985">This sample text font color is #EDB985.</p>
This text font color is #EDB985.
.myBgColor { background-color: #EDB985; }
<div style="background-color:#EDB985">Inner text</div>
This div background color is #EDB985.
.myBorderColor { border: 1px solid #EDB985; }
<div style="border:3px solid #EDB985">Div</div>
This div border color is #EDB985.
.myOpacity80 { color: #EDB985; opacity: 0.8; }
<p style="color:#EDB985;opacity:0.8;">80%</p>
Text with #EDB985 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB985;}
<p style="text-shadow: 3px 3px 1px #EDB985">Text here.</p>
This text has shadow with #EDB985 color.
.textShadow {text-shadow: 3px 3px 1px #EDB985', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB985, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB985 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB985, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB985, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB985 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB985;
-webkit-box-shadow: 1px 1px 3px 2px #EDB985;
box-shadow: 1px 1px 3px 2px #EDB985;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB985; -webkit-box-shadow: 1px 1px 3px 2px #EDB985; box-shadow:1px 1px 3px 2px #EDB985;">
Div content here
</div>
This text has color #EDB985 on black background.
This text has color #EDB985 on white background.
This text has black color on #EDB985 background.
This text has white color on #EDB985 background.
Complementary color for #hex is #12467A.