HEX: #EFBE61
RGB: (239,190,97)
#EFBE61 contains mainly red and green colors. Web safe color of #EFBE61 is #FFCC66 (or #FC6).
#EFBE61 color RGB value is (239,190,97).
RGB: (239,190,97)
(94%, 75%, 38%)
R 239 of 255 = 94%
G 190 of 255 = 75%
B 97 of 255 = 38%
R + G + B ~ 69%. #EFBE61 is quite light color.
R + G + B = 239 + 190 + 97 = 526 (100%)
R 239 of 526 ~ 45.44%
G 190 of 526 ~ 36.12%
B 97 of 526 ~ 18.44'%
#EFBE61 color CMYK value is (0,21,59,6).
CMYK: (0,21,59,6)
C0M21Y59K6 (0%, 21%, 59%, 6%)
(0.00 / 0.21 / 0.59 / 0.06)
Color #EFBE61 in popluar color models
EF | BE | 61 | |
---|---|---|---|
RGB | 239 | 190 | 97 |
HSL | 39° | 81.61% | 65.88% |
HSB/HSV | 39° | 59.41% | 93.73% |
CMYK | 0.00% | 20.50% | 59.41% |
6.27% |
Color #EFBE61 in popluar number systems.
HEX | EF | BE | 61 |
Decimal | 239 | 190 | 97 |
Binary | 11101111 | 10111110 | 1100001 |
Octal | 357 | 276 | 141 |
Shades of #EFBE61
Tints of #EFBE61
Examples of css and html codes for elements with #EFBE61 color. Also use rgb(239,190,97) instead hex code.
.myTextColor { color: #EFBE61; }
<p style="color:#EFBE61">This sample text font color is #EFBE61.</p>
This text font color is #EFBE61.
.myBgColor { background-color: #EFBE61; }
<div style="background-color:#EFBE61">Inner text</div>
This div background color is #EFBE61.
.myBorderColor { border: 1px solid #EFBE61; }
<div style="border:3px solid #EFBE61">Div</div>
This div border color is #EFBE61.
.myOpacity80 { color: #EFBE61; opacity: 0.8; }
<p style="color:#EFBE61;opacity:0.8;">80%</p>
Text with #EFBE61 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFBE61;}
<p style="text-shadow: 3px 3px 1px #EFBE61">Text here.</p>
This text has shadow with #EFBE61 color.
.textShadow {text-shadow: 3px 3px 1px #EFBE61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFBE61, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFBE61 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFBE61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFBE61, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFBE61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFBE61;
-webkit-box-shadow: 1px 1px 3px 2px #EFBE61;
box-shadow: 1px 1px 3px 2px #EFBE61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFBE61; -webkit-box-shadow: 1px 1px 3px 2px #EFBE61; box-shadow:1px 1px 3px 2px #EFBE61;">
Div content here
</div>
This text has color #EFBE61 on black background.
This text has color #EFBE61 on white background.
This text has black color on #EFBE61 background.
This text has white color on #EFBE61 background.
Complementary color for #hex is #10419E.