HEX: #EDC4AB
RGB: (237,196,171)
#EDC4AB contains mainly red and green colors. Web safe color of #EDC4AB is #FFCC99 (or #FC9).
#EDC4AB color RGB value is (237,196,171).
RGB: (237,196,171)
(93%, 77%, 67%)
R 237 of 255 = 93%
G 196 of 255 = 77%
B 171 of 255 = 67%
R + G + B ~ 79%. #EDC4AB is quite light color.
R + G + B = 237 + 196 + 171 = 604 (100%)
R 237 of 604 ~ 39.24%
G 196 of 604 ~ 32.45%
B 171 of 604 ~ 28.31'%
#EDC4AB color CMYK value is (0,17,28,7).
CMYK: (0,17,28,7)
C0M17Y28K7 (0%, 17%, 28%, 7%)
(0.00 / 0.17 / 0.28 / 0.07)
Color #EDC4AB in popluar color models
ED | C4 | AB | |
---|---|---|---|
RGB | 237 | 196 | 171 |
HSL | 23° | 64.71% | 80.00% |
HSB/HSV | 23° | 27.85% | 92.94% |
CMYK | 0.00% | 17.30% | 27.85% |
7.06% |
Color #EDC4AB in popluar number systems.
HEX | ED | C4 | AB |
Decimal | 237 | 196 | 171 |
Binary | 11101101 | 11000100 | 10101011 |
Octal | 355 | 304 | 253 |
Shades of #EDC4AB
Tints of #EDC4AB
Examples of css and html codes for elements with #EDC4AB color. Also use rgb(237,196,171) instead hex code.
.myTextColor { color: #EDC4AB; }
<p style="color:#EDC4AB">This sample text font color is #EDC4AB.</p>
This text font color is #EDC4AB.
.myBgColor { background-color: #EDC4AB; }
<div style="background-color:#EDC4AB">Inner text</div>
This div background color is #EDC4AB.
.myBorderColor { border: 1px solid #EDC4AB; }
<div style="border:3px solid #EDC4AB">Div</div>
This div border color is #EDC4AB.
.myOpacity80 { color: #EDC4AB; opacity: 0.8; }
<p style="color:#EDC4AB;opacity:0.8;">80%</p>
Text with #EDC4AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC4AB;}
<p style="text-shadow: 3px 3px 1px #EDC4AB">Text here.</p>
This text has shadow with #EDC4AB color.
.textShadow {text-shadow: 3px 3px 1px #EDC4AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC4AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC4AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC4AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC4AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC4AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC4AB;
-webkit-box-shadow: 1px 1px 3px 2px #EDC4AB;
box-shadow: 1px 1px 3px 2px #EDC4AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC4AB; -webkit-box-shadow: 1px 1px 3px 2px #EDC4AB; box-shadow:1px 1px 3px 2px #EDC4AB;">
Div content here
</div>
This text has color #EDC4AB on black background.
This text has color #EDC4AB on white background.
This text has black color on #EDC4AB background.
This text has white color on #EDC4AB background.
Complementary color for #hex is #123B54.