HEX: #ECC888
RGB: (236,200,136)
#ECC888 contains mainly red and green colors. Web safe color of #ECC888 is #FFCC99 (or #FC9).
#ECC888 color RGB value is (236,200,136).
RGB: (236,200,136)
(93%, 78%, 53%)
R 236 of 255 = 93%
G 200 of 255 = 78%
B 136 of 255 = 53%
R + G + B ~ 75%. #ECC888 is quite light color.
R + G + B = 236 + 200 + 136 = 572 (100%)
R 236 of 572 ~ 41.26%
G 200 of 572 ~ 34.97%
B 136 of 572 ~ 23.78'%
#ECC888 color CMYK value is (0,15,42,7).
CMYK: (0,15,42,7)
C0M15Y42K7 (0%, 15%, 42%, 7%)
(0.00 / 0.15 / 0.42 / 0.07)
Color #ECC888 in popluar color models
EC | C8 | 88 | |
---|---|---|---|
RGB | 236 | 200 | 136 |
HSL | 38° | 72.46% | 72.94% |
HSB/HSV | 38° | 42.37% | 92.55% |
CMYK | 0.00% | 15.25% | 42.37% |
7.45% |
Color #ECC888 in popluar number systems.
HEX | EC | C8 | 88 |
Decimal | 236 | 200 | 136 |
Binary | 11101100 | 11001000 | 10001000 |
Octal | 354 | 310 | 210 |
Shades of #ECC888
Tints of #ECC888
Examples of css and html codes for elements with #ECC888 color. Also use rgb(236,200,136) instead hex code.
.myTextColor { color: #ECC888; }
<p style="color:#ECC888">This sample text font color is #ECC888.</p>
This text font color is #ECC888.
.myBgColor { background-color: #ECC888; }
<div style="background-color:#ECC888">Inner text</div>
This div background color is #ECC888.
.myBorderColor { border: 1px solid #ECC888; }
<div style="border:3px solid #ECC888">Div</div>
This div border color is #ECC888.
.myOpacity80 { color: #ECC888; opacity: 0.8; }
<p style="color:#ECC888;opacity:0.8;">80%</p>
Text with #ECC888 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECC888;}
<p style="text-shadow: 3px 3px 1px #ECC888">Text here.</p>
This text has shadow with #ECC888 color.
.textShadow {text-shadow: 3px 3px 1px #ECC888', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECC888, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECC888 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECC888, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECC888, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECC888 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECC888;
-webkit-box-shadow: 1px 1px 3px 2px #ECC888;
box-shadow: 1px 1px 3px 2px #ECC888;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECC888; -webkit-box-shadow: 1px 1px 3px 2px #ECC888; box-shadow:1px 1px 3px 2px #ECC888;">
Div content here
</div>
This text has color #ECC888 on black background.
This text has color #ECC888 on white background.
This text has black color on #ECC888 background.
This text has white color on #ECC888 background.
Complementary color for #hex is #133777.