HEX: #EC996E
RGB: (236,153,110)
#EC996E contains mainly red color. #EC996E ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.
#EC996E color RGB value is (236,153,110).
RGB: (236,153,110)
(93%, 60%, 43%)
R 236 of 255 = 93%
G 153 of 255 = 60%
B 110 of 255 = 43%
R + G + B ~ 65%. #EC996E is quite light color.
R + G + B = 236 + 153 + 110 = 499 (100%)
R 236 of 499 ~ 47.29%
G 153 of 499 ~ 30.66%
B 110 of 499 ~ 22.04'%
#EC996E rengi CMYK tonu (0,35,53,7).
CMYK: (0,35,53,7)
C0M35Y53K7 (0%, 35%, 53%, 7%)
(0.00 / 0.35 / 0.53 / 0.07)
Color #EC996E in popluar color models
EC | 99 | 6E | |
---|---|---|---|
RGB | 236 | 153 | 110 |
HSL | 20° | 76.83% | 67.84% |
HSB/HSV | 20° | 53.39% | 92.55% |
CMYK | 0.00% | 35.17% | 53.39% |
7.45% |
Color #EC996E in popluar number systems.
HEX | EC | 99 | 6E |
Decimal | 236 | 153 | 110 |
Binary | 11101100 | 10011001 | 1101110 |
Octal | 354 | 231 | 156 |
Shades of #EC996E
Tints of #EC996E
Examples of css and html codes for elements with #EC996E color. Also use rgb(236,153,110) instead hex code.
.myTextColor { color: #EC996E; }
<p style="color:#EC996E">This sample text font color is #EC996E.</p>
This text font color is #EC996E.
.myBgColor { background-color: #EC996E; }
<div style="background-color:#EC996E">Inner text</div>
This div background color is #EC996E.
.myBorderColor { border: 1px solid #EC996E; }
<div style="border:3px solid #EC996E">Div</div>
This div border color is #EC996E.
.myOpacity80 { color: #EC996E; opacity: 0.8; }
<p style="color:#EC996E;opacity:0.8;">80%</p>
Text with #EC996E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EC996E;}
<p style="text-shadow: 3px 3px 1px #EC996E">Text here.</p>
This text has shadow with #EC996E color.
.textShadow {text-shadow: 3px 3px 1px #EC996E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EC996E, 5px 5px 20px red">Text here.</p>
This text has shadow with #EC996E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EC996E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EC996E, Direction=45, Strength=4)">Text</p>
This text has shadow with #EC996E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EC996E;
-webkit-box-shadow: 1px 1px 3px 2px #EC996E;
box-shadow: 1px 1px 3px 2px #EC996E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EC996E; -webkit-box-shadow: 1px 1px 3px 2px #EC996E; box-shadow:1px 1px 3px 2px #EC996E;">
Div content here
</div>
This text has color #EC996E on black background.
This text has color #EC996E on white background.
This text has black color on #EC996E background.
This text has white color on #EC996E background.
Complementary color for #hex is #136691.