HEX: #EDD396
RGB: (237,211,150)
#EDD396 contains mainly red and green colors. Web safe color of #EDD396 is #FFCC99 (or #FC9).
#EDD396 color RGB value is (237,211,150).
RGB: (237,211,150)
(93%, 83%, 59%)
R 237 of 255 = 93%
G 211 of 255 = 83%
B 150 of 255 = 59%
R + G + B ~ 78%. #EDD396 is quite light color.
R + G + B = 237 + 211 + 150 = 598 (100%)
R 237 of 598 ~ 39.63%
G 211 of 598 ~ 35.28%
B 150 of 598 ~ 25.08'%
#EDD396 color CMYK value is (0,11,37,7).
CMYK: (0,11,37,7)
C0M11Y37K7 (0%, 11%, 37%, 7%)
(0.00 / 0.11 / 0.37 / 0.07)
Color #EDD396 in popluar color models
ED | D3 | 96 | |
---|---|---|---|
RGB | 237 | 211 | 150 |
HSL | 42° | 70.73% | 75.88% |
HSB/HSV | 42° | 36.71% | 92.94% |
CMYK | 0.00% | 10.97% | 36.71% |
7.06% |
Color #EDD396 in popluar number systems.
HEX | ED | D3 | 96 |
Decimal | 237 | 211 | 150 |
Binary | 11101101 | 11010011 | 10010110 |
Octal | 355 | 323 | 226 |
Shades of #EDD396
Tints of #EDD396
Examples of css and html codes for elements with #EDD396 color. Also use rgb(237,211,150) instead hex code.
.myTextColor { color: #EDD396; }
<p style="color:#EDD396">This sample text font color is #EDD396.</p>
This text font color is #EDD396.
.myBgColor { background-color: #EDD396; }
<div style="background-color:#EDD396">Inner text</div>
This div background color is #EDD396.
.myBorderColor { border: 1px solid #EDD396; }
<div style="border:3px solid #EDD396">Div</div>
This div border color is #EDD396.
.myOpacity80 { color: #EDD396; opacity: 0.8; }
<p style="color:#EDD396;opacity:0.8;">80%</p>
Text with #EDD396 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD396;}
<p style="text-shadow: 3px 3px 1px #EDD396">Text here.</p>
This text has shadow with #EDD396 color.
.textShadow {text-shadow: 3px 3px 1px #EDD396', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD396, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD396 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD396, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD396, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD396 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD396;
-webkit-box-shadow: 1px 1px 3px 2px #EDD396;
box-shadow: 1px 1px 3px 2px #EDD396;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD396; -webkit-box-shadow: 1px 1px 3px 2px #EDD396; box-shadow:1px 1px 3px 2px #EDD396;">
Div content here
</div>
This text has color #EDD396 on black background.
This text has color #EDD396 on white background.
This text has black color on #EDD396 background.
This text has white color on #EDD396 background.
Complementary color for #hex is #122C69.