HEX: #EFD598
RGB: (239,213,152)
#EFD598 contains mainly red and green colors. Web safe color of #EFD598 is #FFCC99 (or #FC9).
#EFD598 color RGB value is (239,213,152).
RGB: (239,213,152) (94%,84%,60%)
R 239 of 255 = 94%
G 213 of 255 = 84%
B 152 of 255 = 60%
R + G + B ~ 79%. #EFD598 is quite light color.
R + G + B =
239 + 213 + 152 = 604 (100%)
R 239 of 604 ~ 39.57%
G 213 of 604 ~ 35.26%
B 152 of 604 ~ 25.17%
#EFD598 color CMYK value is (0,11,36,6).
CMYK: (0,11,36,6) C0M11Y36K6 (0%,11%,36%,6%) (0.00/0.11/0.36/0.06)
EF | D5 | 98 | |
---|---|---|---|
RGB | 239 | 213 | 152 |
HSL | 42° | 73.11% | 76.67% |
HSB/HSV | 42° | 36.40% | 93.73% |
CMYK | 0.00% | 10.88% | 36.40% |
6.27% |
HEX | EF | D5 | 98 |
Decimal | 239 | 213 | 152 |
Binary | 11101111 | 11010101 | 10011000 |
Octal | 357 | 325 | 230 |
Examples of css and html codes for elements with #EFD598 color. Also use rgb(239,213,152) instead hex code.
.myTextColor { color: #EFD598; }
<p style="color:#EFD598">This sample text font color is #EFD598.</p>
This text font color is #EFD598.
.myBgColor { background-color: #EFD598; }
<div style="background-color:#EFD598">Inner text</div>
This div background color is #EFD598.
.myBorderColor { border: 1px solid #EFD598; }
<div style="border:3px solid #EFD598">Div</div>
This div border color is #EFD598.
.myOpacity80 { color: #EFD598; opacity: 0.8; }
<p style="color:#EFD598;opacity:0.8;">80%</p>
Text with #EFD598 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD598;}
<p style="text-shadow: 3px 3px 1px #EFD598">Text here.</p>
This text has shadow with #EFD598 color.
.textShadow {text-shadow: 3px 3px 1px #EFD598, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD598, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD598 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD598, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD598, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD598 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EFD598; -webkit-box-shadow: 1px 1px 3px 2px #EFD598; box-shadow: 1px 1px 3px 2px #EFD598; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EFD598; -webkit-box-shadow: 1px 1px 3px 2px #EFD598; box-shadow:1px 1px 3px 2px #EFD598;">
Div content here</div>
This text has color #EFD598 on black background.
This text has color #EFD598 on white background.
This text has black color on #EFD598 background.
This text has white color on #EFD598 background.