HEX: #EB6B41
RGB: (235,107,65)
#EB6B41 contains mainly red color. Web safe color of #EB6B41 is #FF6633 (or #F63).
#EB6B41 color RGB value is (235,107,65).
RGB: (235,107,65)
(92%, 42%, 25%)
R 235 of 255 = 92%
G 107 of 255 = 42%
B 65 of 255 = 25%
R + G + B ~ 53%. #EB6B41 is middle color (not dark and not light).
R + G + B = 235 + 107 + 65 = 407 (100%)
R 235 of 407 ~ 57.74%
G 107 of 407 ~ 26.29%
B 65 of 407 ~ 15.97'%
#EB6B41 color CMYK value is (0,54,72,8).
CMYK: (0,54,72,8)
C0M54Y72K8 (0%, 54%, 72%, 8%)
(0.00 / 0.54 / 0.72 / 0.08)
Color #EB6B41 in popluar color models
EB | 6B | 41 | |
---|---|---|---|
RGB | 235 | 107 | 65 |
HSL | 15° | 80.95% | 58.82% |
HSB/HSV | 15° | 72.34% | 92.16% |
CMYK | 0.00% | 54.47% | 72.34% |
7.84% |
Color #EB6B41 in popluar number systems.
HEX | EB | 6B | 41 |
Decimal | 235 | 107 | 65 |
Binary | 11101011 | 1101011 | 1000001 |
Octal | 353 | 153 | 101 |
Shades of #EB6B41
Tints of #EB6B41
Examples of css and html codes for elements with #EB6B41 color. Also use rgb(235,107,65) instead hex code.
.myTextColor { color: #EB6B41; }
<p style="color:#EB6B41">This sample text font color is #EB6B41.</p>
This text font color is #EB6B41.
.myBgColor { background-color: #EB6B41; }
<div style="background-color:#EB6B41">Inner text</div>
This div background color is #EB6B41.
.myBorderColor { border: 1px solid #EB6B41; }
<div style="border:3px solid #EB6B41">Div</div>
This div border color is #EB6B41.
.myOpacity80 { color: #EB6B41; opacity: 0.8; }
<p style="color:#EB6B41;opacity:0.8;">80%</p>
Text with #EB6B41 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB6B41;}
<p style="text-shadow: 3px 3px 1px #EB6B41">Text here.</p>
This text has shadow with #EB6B41 color.
.textShadow {text-shadow: 3px 3px 1px #EB6B41', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB6B41, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB6B41 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB6B41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB6B41, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB6B41 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB6B41;
-webkit-box-shadow: 1px 1px 3px 2px #EB6B41;
box-shadow: 1px 1px 3px 2px #EB6B41;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB6B41; -webkit-box-shadow: 1px 1px 3px 2px #EB6B41; box-shadow:1px 1px 3px 2px #EB6B41;">
Div content here
</div>
This text has color #EB6B41 on black background.
This text has color #EB6B41 on white background.
This text has black color on #EB6B41 background.
This text has white color on #EB6B41 background.
Complementary color for #hex is #1494BE.