HEX: #EFD371
RGB: (239,211,113)
#EFD371 contains mainly red and green colors. Web safe color of #EFD371 is #FFCC66 (or #FC6).
#EFD371 color RGB value is (239,211,113).
RGB: (239,211,113)
(94%, 83%, 44%)
R 239 of 255 = 94%
G 211 of 255 = 83%
B 113 of 255 = 44%
R + G + B ~ 74%. #EFD371 is quite light color.
R + G + B = 239 + 211 + 113 = 563 (100%)
R 239 of 563 ~ 42.45%
G 211 of 563 ~ 37.48%
B 113 of 563 ~ 20.07'%
#EFD371 color CMYK value is (0,12,53,6).
CMYK: (0,12,53,6) C0M12Y53K6 (0%,12%,53%,6%) (0.00/0.12/0.53/0.06)
Color #EFD371 in popluar color models
EF | D3 | 71 | |
---|---|---|---|
RGB | 239 | 211 | 113 |
HSL | 47° | 79.75% | 69.02% |
HSB/HSV | 47° | 52.72% | 93.73% |
CMYK | 0.00% | 11.72% | 52.72% |
6.27% |
Color #EFD371 in popluar number systems.
HEX | EF | D3 | 71 |
Decimal | 239 | 211 | 113 |
Binary | 11101111 | 11010011 | 1110001 |
Octal | 357 | 323 | 161 |
Shades of #EFD371
Tints of #EFD371
Examples of css and html codes for elements with #EFD371 color. Also use rgb(239,211,113) instead hex code.
.myTextColor { color: #EFD371; }
<p style="color:#EFD371">This sample text font color is #EFD371.</p>
This text font color is #EFD371.
.myBgColor { background-color: #EFD371; }
<div style="background-color:#EFD371">Inner text</div>
This div background color is #EFD371.
.myBorderColor { border: 1px solid #EFD371; }
<div style="border:3px solid #EFD371">Div</div>
This div border color is #EFD371.
.myOpacity80 { color: #EFD371; opacity: 0.8; }
<p style="color:#EFD371;opacity:0.8;">80%</p>
Text with #EFD371 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD371;}
<p style="text-shadow: 3px 3px 1px #EFD371">Text here.</p>
This text has shadow with #EFD371 color.
.textShadow {text-shadow: 3px 3px 1px #EFD371', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD371, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD371 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD371, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD371 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD371;
-webkit-box-shadow: 1px 1px 3px 2px #EFD371;
box-shadow: 1px 1px 3px 2px #EFD371;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD371; -webkit-box-shadow: 1px 1px 3px 2px #EFD371; box-shadow:1px 1px 3px 2px #EFD371;">
Div content here
</div>
This text has color #EFD371 on black background.
This text has color #EFD371 on white background.
This text has black color on #EFD371 background.
This text has white color on #EFD371 background.
Complementary color for #hex is #102C8E.