HEX: #E4C695
RGB: (228,198,149)
#E4C695 contains mainly red and green colors. Web safe color of #E4C695 is #CCCC99 (or #CC9).
#E4C695 color RGB value is (228,198,149).
RGB: (228,198,149)
(89%, 78%, 58%)
R 228 of 255 = 89%
G 198 of 255 = 78%
B 149 of 255 = 58%
R + G + B ~ 75%. #E4C695 is quite light color.
R + G + B = 228 + 198 + 149 = 575 (100%)
R 228 of 575 ~ 39.65%
G 198 of 575 ~ 34.43%
B 149 of 575 ~ 25.91'%
#E4C695 color CMYK value is (0,13,35,11).
CMYK: (0,13,35,11) C0M13Y35K11 (0%,13%,35%,11%) (0.00/0.13/0.35/0.11)
Color #E4C695 in popluar color models
E4 | C6 | 95 | |
---|---|---|---|
RGB | 228 | 198 | 149 |
HSL | 37° | 59.40% | 73.92% |
HSB/HSV | 37° | 34.65% | 89.41% |
CMYK | 0.00% | 13.16% | 34.65% |
10.59% |
Color #E4C695 in popluar number systems.
HEX | E4 | C6 | 95 |
Decimal | 228 | 198 | 149 |
Binary | 11100100 | 11000110 | 10010101 |
Octal | 344 | 306 | 225 |
Shades of #E4C695
Tints of #E4C695
Examples of css and html codes for elements with #E4C695 color. Also use rgb(228,198,149) instead hex code.
.myTextColor { color: #E4C695; }
<p style="color:#E4C695">This sample text font color is #E4C695.</p>
This text font color is #E4C695.
.myBgColor { background-color: #E4C695; }
<div style="background-color:#E4C695">Inner text</div>
This div background color is #E4C695.
.myBorderColor { border: 1px solid #E4C695; }
<div style="border:3px solid #E4C695">Div</div>
This div border color is #E4C695.
.myOpacity80 { color: #E4C695; opacity: 0.8; }
<p style="color:#E4C695;opacity:0.8;">80%</p>
Text with #E4C695 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4C695;}
<p style="text-shadow: 3px 3px 1px #E4C695">Text here.</p>
This text has shadow with #E4C695 color.
.textShadow {text-shadow: 3px 3px 1px #E4C695', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4C695, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4C695 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4C695, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4C695, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4C695 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4C695;
-webkit-box-shadow: 1px 1px 3px 2px #E4C695;
box-shadow: 1px 1px 3px 2px #E4C695;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4C695; -webkit-box-shadow: 1px 1px 3px 2px #E4C695; box-shadow:1px 1px 3px 2px #E4C695;">
Div content here
</div>
This text has color #E4C695 on black background.
This text has color #E4C695 on white background.
This text has black color on #E4C695 background.
This text has white color on #E4C695 background.
Complementary color for #hex is #1B396A.