HEX: #EFB15C
RGB: (239,177,92)
#EFB15C contains mainly red color. Web safe color of #EFB15C is #FF9966 (or #F96).
#EFB15C color RGB value is (239,177,92).
RGB: (239,177,92)
(94%, 69%, 36%)
R 239 of 255 = 94%
G 177 of 255 = 69%
B 92 of 255 = 36%
R + G + B ~ 66%. #EFB15C is quite light color.
R + G + B = 239 + 177 + 92 = 508 (100%)
R 239 of 508 ~ 47.05%
G 177 of 508 ~ 34.84%
B 92 of 508 ~ 18.11'%
#EFB15C color CMYK value is (0,26,62,6).
CMYK: (0,26,62,6)
C0M26Y62K6 (0%, 26%, 62%, 6%)
(0.00 / 0.26 / 0.62 / 0.06)
Color #EFB15C in popluar color models
EF | B1 | 5C | |
---|---|---|---|
RGB | 239 | 177 | 92 |
HSL | 35° | 82.12% | 64.90% |
HSB/HSV | 35° | 61.51% | 93.73% |
CMYK | 0.00% | 25.94% | 61.51% |
6.27% |
Color #EFB15C in popluar number systems.
HEX | EF | B1 | 5C |
Decimal | 239 | 177 | 92 |
Binary | 11101111 | 10110001 | 1011100 |
Octal | 357 | 261 | 134 |
Shades of #EFB15C
Tints of #EFB15C
Examples of css and html codes for elements with #EFB15C color. Also use rgb(239,177,92) instead hex code.
.myTextColor { color: #EFB15C; }
<p style="color:#EFB15C">This sample text font color is #EFB15C.</p>
This text font color is #EFB15C.
.myBgColor { background-color: #EFB15C; }
<div style="background-color:#EFB15C">Inner text</div>
This div background color is #EFB15C.
.myBorderColor { border: 1px solid #EFB15C; }
<div style="border:3px solid #EFB15C">Div</div>
This div border color is #EFB15C.
.myOpacity80 { color: #EFB15C; opacity: 0.8; }
<p style="color:#EFB15C;opacity:0.8;">80%</p>
Text with #EFB15C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFB15C;}
<p style="text-shadow: 3px 3px 1px #EFB15C">Text here.</p>
This text has shadow with #EFB15C color.
.textShadow {text-shadow: 3px 3px 1px #EFB15C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFB15C, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFB15C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFB15C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFB15C, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFB15C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFB15C;
-webkit-box-shadow: 1px 1px 3px 2px #EFB15C;
box-shadow: 1px 1px 3px 2px #EFB15C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFB15C; -webkit-box-shadow: 1px 1px 3px 2px #EFB15C; box-shadow:1px 1px 3px 2px #EFB15C;">
Div content here
</div>
This text has color #EFB15C on black background.
This text has color #EFB15C on white background.
This text has black color on #EFB15C background.
This text has white color on #EFB15C background.
Complementary color for #hex is #104EA3.