HEX: #E4D697
RGB: (228,214,151)
#E4D697 contains mainly red and green colors. Web safe color of #E4D697 is #CCCC99 (or #CC9).
#E4D697 color RGB value is (228,214,151).
RGB: (228,214,151) (89%,84%,59%)
R 228 of 255 = 89%
G 214 of 255 = 84%
B 151 of 255 = 59%
R + G + B ~ 77%. #E4D697 is quite light color.
R + G + B =
228 + 214 + 151 = 593 (100%)
R 228 of 593 ~ 38.45%
G 214 of 593 ~ 36.09%
B 151 of 593 ~ 25.46%
#E4D697 color CMYK value is (0,6,34,11).
CMYK: (0,6,34,11) C0M6Y34K11 (0%,6%,34%,11%) (0.00/0.06/0.34/0.11)
E4 | D6 | 97 | |
---|---|---|---|
RGB | 228 | 214 | 151 |
HSL | 49° | 58.78% | 74.31% |
HSB/HSV | 49° | 33.77% | 89.41% |
CMYK | 0.00% | 6.14% | 33.77% |
10.59% |
HEX | E4 | D6 | 97 |
Decimal | 228 | 214 | 151 |
Binary | 11100100 | 11010110 | 10010111 |
Octal | 344 | 326 | 227 |
Examples of css and html codes for elements with #E4D697 color. Also use rgb(228,214,151) instead hex code.
.myTextColor { color: #E4D697; }
<p style="color:#E4D697">This sample text font color is #E4D697.</p>
This text font color is #E4D697.
.myBgColor { background-color: #E4D697; }
<div style="background-color:#E4D697">Inner text</div>
This div background color is #E4D697.
.myBorderColor { border: 1px solid #E4D697; }
<div style="border:3px solid #E4D697">Div</div>
This div border color is #E4D697.
.myOpacity80 { color: #E4D697; opacity: 0.8; }
<p style="color:#E4D697;opacity:0.8;">80%</p>
Text with #E4D697 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D697;}
<p style="text-shadow: 3px 3px 1px #E4D697">Text here.</p>
This text has shadow with #E4D697 color.
.textShadow {text-shadow: 3px 3px 1px #E4D697, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D697, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4D697 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D697, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D697, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D697 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4D697; -webkit-box-shadow: 1px 1px 3px 2px #E4D697; box-shadow: 1px 1px 3px 2px #E4D697; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4D697; -webkit-box-shadow: 1px 1px 3px 2px #E4D697; box-shadow:1px 1px 3px 2px #E4D697;">
Div content here</div>
This text has color #E4D697 on black background.
This text has color #E4D697 on white background.
This text has black color on #E4D697 background.
This text has white color on #E4D697 background.