HEX: #EB8F4C
RGB: (235,143,76)
#EB8F4C contains mainly red color. Web safe color of #EB8F4C is #FF9933 (or #F93).
#EB8F4C color RGB value is (235,143,76).
RGB: (235,143,76)
(92%, 56%, 30%)
R 235 of 255 = 92%
G 143 of 255 = 56%
B 76 of 255 = 30%
R + G + B ~ 59%. #EB8F4C is middle color (not dark and not light).
R + G + B = 235 + 143 + 76 = 454 (100%)
R 235 of 454 ~ 51.76%
G 143 of 454 ~ 31.5%
B 76 of 454 ~ 16.74'%
#EB8F4C color CMYK value is (0,39,68,8).
CMYK: (0,39,68,8)
C0M39Y68K8 (0%, 39%, 68%, 8%)
(0.00 / 0.39 / 0.68 / 0.08)
Color #EB8F4C in popluar color models
EB | 8F | 4C | |
---|---|---|---|
RGB | 235 | 143 | 76 |
HSL | 25° | 79.90% | 60.98% |
HSB/HSV | 25° | 67.66% | 92.16% |
CMYK | 0.00% | 39.15% | 67.66% |
7.84% |
Color #EB8F4C in popluar number systems.
HEX | EB | 8F | 4C |
Decimal | 235 | 143 | 76 |
Binary | 11101011 | 10001111 | 1001100 |
Octal | 353 | 217 | 114 |
Shades of #EB8F4C
Tints of #EB8F4C
Examples of css and html codes for elements with #EB8F4C color. Also use rgb(235,143,76) instead hex code.
.myTextColor { color: #EB8F4C; }
<p style="color:#EB8F4C">This sample text font color is #EB8F4C.</p>
This text font color is #EB8F4C.
.myBgColor { background-color: #EB8F4C; }
<div style="background-color:#EB8F4C">Inner text</div>
This div background color is #EB8F4C.
.myBorderColor { border: 1px solid #EB8F4C; }
<div style="border:3px solid #EB8F4C">Div</div>
This div border color is #EB8F4C.
.myOpacity80 { color: #EB8F4C; opacity: 0.8; }
<p style="color:#EB8F4C;opacity:0.8;">80%</p>
Text with #EB8F4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB8F4C;}
<p style="text-shadow: 3px 3px 1px #EB8F4C">Text here.</p>
This text has shadow with #EB8F4C color.
.textShadow {text-shadow: 3px 3px 1px #EB8F4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB8F4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EB8F4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB8F4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB8F4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB8F4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB8F4C;
-webkit-box-shadow: 1px 1px 3px 2px #EB8F4C;
box-shadow: 1px 1px 3px 2px #EB8F4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB8F4C; -webkit-box-shadow: 1px 1px 3px 2px #EB8F4C; box-shadow:1px 1px 3px 2px #EB8F4C;">
Div content here
</div>
This text has color #EB8F4C on black background.
This text has color #EB8F4C on white background.
This text has black color on #EB8F4C background.
This text has white color on #EB8F4C background.
Complementary color for #hex is #1470B3.