HEX: #EFD589
RGB: (239,213,137)
#EFD589 contains mainly red and green colors. #EFD589 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EFD589 color RGB value is (239,213,137).
RGB: (239,213,137)
(94%, 84%, 54%)
R 239 of 255 = 94%
G 213 of 255 = 84%
B 137 of 255 = 54%
R + G + B ~ 77%. #EFD589 is quite light color.
R + G + B = 239 + 213 + 137 = 589 (100%)
R 239 of 589 ~ 40.58%
G 213 of 589 ~ 36.16%
B 137 of 589 ~ 23.26'%
#EFD589 rengi CMYK tonu (0,11,43,6).
CMYK: (0,11,43,6)
C0M11Y43K6 (0%, 11%, 43%, 6%)
(0.00 / 0.11 / 0.43 / 0.06)
Color #EFD589 in popluar color models
EF | D5 | 89 | |
---|---|---|---|
RGB | 239 | 213 | 137 |
HSL | 45° | 76.12% | 73.73% |
HSB/HSV | 45° | 42.68% | 93.73% |
CMYK | 0.00% | 10.88% | 42.68% |
6.27% |
Color #EFD589 in popluar number systems.
HEX | EF | D5 | 89 |
Decimal | 239 | 213 | 137 |
Binary | 11101111 | 11010101 | 10001001 |
Octal | 357 | 325 | 211 |
Shades of #EFD589
Tints of #EFD589
Examples of css and html codes for elements with #EFD589 color. Also use rgb(239,213,137) instead hex code.
.myTextColor { color: #EFD589; }
<p style="color:#EFD589">This sample text font color is #EFD589.</p>
This text font color is #EFD589.
.myBgColor { background-color: #EFD589; }
<div style="background-color:#EFD589">Inner text</div>
This div background color is #EFD589.
.myBorderColor { border: 1px solid #EFD589; }
<div style="border:3px solid #EFD589">Div</div>
This div border color is #EFD589.
.myOpacity80 { color: #EFD589; opacity: 0.8; }
<p style="color:#EFD589;opacity:0.8;">80%</p>
Text with #EFD589 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD589;}
<p style="text-shadow: 3px 3px 1px #EFD589">Text here.</p>
This text has shadow with #EFD589 color.
.textShadow {text-shadow: 3px 3px 1px #EFD589', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD589, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD589 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD589, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD589, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD589 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD589;
-webkit-box-shadow: 1px 1px 3px 2px #EFD589;
box-shadow: 1px 1px 3px 2px #EFD589;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD589; -webkit-box-shadow: 1px 1px 3px 2px #EFD589; box-shadow:1px 1px 3px 2px #EFD589;">
Div content here
</div>
This text has color #EFD589 on black background.
This text has color #EFD589 on white background.
This text has black color on #EFD589 background.
This text has white color on #EFD589 background.
Complementary color for #hex is #102A76.