HEX: #EFC263
RGB: (239,194,99)
#EFC263 contains mainly red and green colors. Web safe color of #EFC263 is #FFCC66 (or #FC6).
#EFC263 color RGB value is (239,194,99).
RGB: (239,194,99)
(94%, 76%, 39%)
R 239 of 255 = 94%
G 194 of 255 = 76%
B 99 of 255 = 39%
R + G + B ~ 70%. #EFC263 is quite light color.
R + G + B = 239 + 194 + 99 = 532 (100%)
R 239 of 532 ~ 44.92%
G 194 of 532 ~ 36.47%
B 99 of 532 ~ 18.61'%
#EFC263 color CMYK value is (0,19,59,6).
CMYK: (0,19,59,6)
C0M19Y59K6 (0%, 19%, 59%, 6%)
(0.00 / 0.19 / 0.59 / 0.06)
Color #EFC263 in popluar color models
EF | C2 | 63 | |
---|---|---|---|
RGB | 239 | 194 | 99 |
HSL | 41° | 81.40% | 66.27% |
HSB/HSV | 41° | 58.58% | 93.73% |
CMYK | 0.00% | 18.83% | 58.58% |
6.27% |
Color #EFC263 in popluar number systems.
HEX | EF | C2 | 63 |
Decimal | 239 | 194 | 99 |
Binary | 11101111 | 11000010 | 1100011 |
Octal | 357 | 302 | 143 |
Shades of #EFC263
Tints of #EFC263
Examples of css and html codes for elements with #EFC263 color. Also use rgb(239,194,99) instead hex code.
.myTextColor { color: #EFC263; }
<p style="color:#EFC263">This sample text font color is #EFC263.</p>
This text font color is #EFC263.
.myBgColor { background-color: #EFC263; }
<div style="background-color:#EFC263">Inner text</div>
This div background color is #EFC263.
.myBorderColor { border: 1px solid #EFC263; }
<div style="border:3px solid #EFC263">Div</div>
This div border color is #EFC263.
.myOpacity80 { color: #EFC263; opacity: 0.8; }
<p style="color:#EFC263;opacity:0.8;">80%</p>
Text with #EFC263 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC263;}
<p style="text-shadow: 3px 3px 1px #EFC263">Text here.</p>
This text has shadow with #EFC263 color.
.textShadow {text-shadow: 3px 3px 1px #EFC263', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC263, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC263 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC263, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC263, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC263 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC263;
-webkit-box-shadow: 1px 1px 3px 2px #EFC263;
box-shadow: 1px 1px 3px 2px #EFC263;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC263; -webkit-box-shadow: 1px 1px 3px 2px #EFC263; box-shadow:1px 1px 3px 2px #EFC263;">
Div content here
</div>
This text has color #EFC263 on black background.
This text has color #EFC263 on white background.
This text has black color on #EFC263 background.
This text has white color on #EFC263 background.
Complementary color for #hex is #103D9C.