HEX: #E4D598
RGB: (228,213,152)
#E4D598 contains mainly red and green colors. Web safe color of #E4D598 is #CCCC99 (or #CC9).
#E4D598 color RGB value is (228,213,152).
RGB: (228,213,152) (89%,84%,60%)
R 228 of 255 = 89%
G 213 of 255 = 84%
B 152 of 255 = 60%
R + G + B ~ 78%. #E4D598 is quite light color.
R + G + B =
228 + 213 + 152 = 593 (100%)
R 228 of 593 ~ 38.45%
G 213 of 593 ~ 35.92%
B 152 of 593 ~ 25.63%
#E4D598 color CMYK value is (0,7,33,11).
CMYK: (0,7,33,11) C0M7Y33K11 (0%,7%,33%,11%) (0.00/0.07/0.33/0.11)
E4 | D5 | 98 | |
---|---|---|---|
RGB | 228 | 213 | 152 |
HSL | 48° | 58.46% | 74.51% |
HSB/HSV | 48° | 33.33% | 89.41% |
CMYK | 0.00% | 6.58% | 33.33% |
10.59% |
HEX | E4 | D5 | 98 |
Decimal | 228 | 213 | 152 |
Binary | 11100100 | 11010101 | 10011000 |
Octal | 344 | 325 | 230 |
Examples of css and html codes for elements with #E4D598 color. Also use rgb(228,213,152) instead hex code.
.myTextColor { color: #E4D598; }
<p style="color:#E4D598">This sample text font color is #E4D598.</p>
This text font color is #E4D598.
.myBgColor { background-color: #E4D598; }
<div style="background-color:#E4D598">Inner text</div>
This div background color is #E4D598.
.myBorderColor { border: 1px solid #E4D598; }
<div style="border:3px solid #E4D598">Div</div>
This div border color is #E4D598.
.myOpacity80 { color: #E4D598; opacity: 0.8; }
<p style="color:#E4D598;opacity:0.8;">80%</p>
Text with #E4D598 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4D598;}
<p style="text-shadow: 3px 3px 1px #E4D598">Text here.</p>
This text has shadow with #E4D598 color.
.textShadow {text-shadow: 3px 3px 1px #E4D598, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4D598, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4D598 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4D598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4D598, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4D598 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4D598; -webkit-box-shadow: 1px 1px 3px 2px #E4D598; box-shadow: 1px 1px 3px 2px #E4D598; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4D598; -webkit-box-shadow: 1px 1px 3px 2px #E4D598; box-shadow:1px 1px 3px 2px #E4D598;">
Div content here</div>
This text has color #E4D598 on black background.
This text has color #E4D598 on white background.
This text has black color on #E4D598 background.
This text has white color on #E4D598 background.