HEX: #E4706D
RGB: (228,112,109)
#E4706D contains mainly red color. Web safe color of #E4706D is #CC6666 (or #C66).
#E4706D color RGB value is (228,112,109).
RGB: (228,112,109)
(89%, 44%, 43%)
R 228 of 255 = 89%
G 112 of 255 = 44%
B 109 of 255 = 43%
R + G + B ~ 59%. #E4706D is middle color (not dark and not light).
R + G + B = 228 + 112 + 109 = 449 (100%)
R 228 of 449 ~ 50.78%
G 112 of 449 ~ 24.94%
B 109 of 449 ~ 24.28'%
#E4706D color CMYK value is (0,51,52,11).
CMYK: (0,51,52,11)
C0M51Y52K11 (0%, 51%, 52%, 11%)
(0.00 / 0.51 / 0.52 / 0.11)
Color #E4706D in popluar color models
E4 | 70 | 6D | |
---|---|---|---|
RGB | 228 | 112 | 109 |
HSL | 2° | 68.79% | 66.08% |
HSB/HSV | 2° | 52.19% | 89.41% |
CMYK | 0.00% | 50.88% | 52.19% |
10.59% |
Color #E4706D in popluar number systems.
HEX | E4 | 70 | 6D |
Decimal | 228 | 112 | 109 |
Binary | 11100100 | 1110000 | 1101101 |
Octal | 344 | 160 | 155 |
Shades of #E4706D
Tints of #E4706D
Examples of css and html codes for elements with #E4706D color. Also use rgb(228,112,109) instead hex code.
.myTextColor { color: #E4706D; }
<p style="color:#E4706D">This sample text font color is #E4706D.</p>
This text font color is #E4706D.
.myBgColor { background-color: #E4706D; }
<div style="background-color:#E4706D">Inner text</div>
This div background color is #E4706D.
.myBorderColor { border: 1px solid #E4706D; }
<div style="border:3px solid #E4706D">Div</div>
This div border color is #E4706D.
.myOpacity80 { color: #E4706D; opacity: 0.8; }
<p style="color:#E4706D;opacity:0.8;">80%</p>
Text with #E4706D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4706D;}
<p style="text-shadow: 3px 3px 1px #E4706D">Text here.</p>
This text has shadow with #E4706D color.
.textShadow {text-shadow: 3px 3px 1px #E4706D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4706D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4706D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4706D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4706D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4706D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4706D;
-webkit-box-shadow: 1px 1px 3px 2px #E4706D;
box-shadow: 1px 1px 3px 2px #E4706D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4706D; -webkit-box-shadow: 1px 1px 3px 2px #E4706D; box-shadow:1px 1px 3px 2px #E4706D;">
Div content here
</div>
This text has color #E4706D on black background.
This text has color #E4706D on white background.
This text has black color on #E4706D background.
This text has white color on #E4706D background.
Complementary color for #hex is #1B8F92.