HEX: #E4761E
RGB: (228,118,30)
#E4761E contains mainly red color. Web safe color of #E4761E is #CC6633 (or #C63).
#E4761E color RGB value is (228,118,30).
RGB: (228,118,30)
(89%, 46%, 12%)
R 228 of 255 = 89%
G 118 of 255 = 46%
B 30 of 255 = 12%
R + G + B ~ 49%. #E4761E is middle color (not dark and not light).
R + G + B = 228 + 118 + 30 = 376 (100%)
R 228 of 376 ~ 60.64%
G 118 of 376 ~ 31.38%
B 30 of 376 ~ 7.98'%
#E4761E color CMYK value is (0,48,87,11).
CMYK: (0,48,87,11)
C0M48Y87K11 (0%, 48%, 87%, 11%)
(0.00 / 0.48 / 0.87 / 0.11)
Color #E4761E in popluar color models
E4 | 76 | 1E | |
---|---|---|---|
RGB | 228 | 118 | 30 |
HSL | 27° | 78.57% | 50.59% |
HSB/HSV | 27° | 86.84% | 89.41% |
CMYK | 0.00% | 48.25% | 86.84% |
10.59% |
Color #E4761E in popluar number systems.
HEX | E4 | 76 | 1E |
Decimal | 228 | 118 | 30 |
Binary | 11100100 | 1110110 | 11110 |
Octal | 344 | 166 | 36 |
Shades of #E4761E
Tints of #E4761E
Examples of css and html codes for elements with #E4761E color. Also use rgb(228,118,30) instead hex code.
.myTextColor { color: #E4761E; }
<p style="color:#E4761E">This sample text font color is #E4761E.</p>
This text font color is #E4761E.
.myBgColor { background-color: #E4761E; }
<div style="background-color:#E4761E">Inner text</div>
This div background color is #E4761E.
.myBorderColor { border: 1px solid #E4761E; }
<div style="border:3px solid #E4761E">Div</div>
This div border color is #E4761E.
.myOpacity80 { color: #E4761E; opacity: 0.8; }
<p style="color:#E4761E;opacity:0.8;">80%</p>
Text with #E4761E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4761E;}
<p style="text-shadow: 3px 3px 1px #E4761E">Text here.</p>
This text has shadow with #E4761E color.
.textShadow {text-shadow: 3px 3px 1px #E4761E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4761E, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4761E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4761E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4761E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4761E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4761E;
-webkit-box-shadow: 1px 1px 3px 2px #E4761E;
box-shadow: 1px 1px 3px 2px #E4761E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4761E; -webkit-box-shadow: 1px 1px 3px 2px #E4761E; box-shadow:1px 1px 3px 2px #E4761E;">
Div content here
</div>
This text has color #E4761E on black background.
This text has color #E4761E on white background.
This text has black color on #E4761E background.
This text has white color on #E4761E background.
Complementary color for #hex is #1B89E1.