HEX: #E4AD7C
RGB: (228,173,124)
#E4AD7C contains mainly red and green colors. Web safe color of #E4AD7C is #CC9966 (or #C96).
#E4AD7C color RGB value is (228,173,124).
RGB: (228,173,124)
(89%, 68%, 49%)
R 228 of 255 = 89%
G 173 of 255 = 68%
B 124 of 255 = 49%
R + G + B ~ 69%. #E4AD7C is quite light color.
R + G + B = 228 + 173 + 124 = 525 (100%)
R 228 of 525 ~ 43.43%
G 173 of 525 ~ 32.95%
B 124 of 525 ~ 23.62'%
#E4AD7C color CMYK value is (0,24,46,11).
CMYK: (0,24,46,11)
C0M24Y46K11 (0%, 24%, 46%, 11%)
(0.00 / 0.24 / 0.46 / 0.11)
Color #E4AD7C in popluar color models
E4 | AD | 7C | |
---|---|---|---|
RGB | 228 | 173 | 124 |
HSL | 28° | 65.82% | 69.02% |
HSB/HSV | 28° | 45.61% | 89.41% |
CMYK | 0.00% | 24.12% | 45.61% |
10.59% |
Color #E4AD7C in popluar number systems.
HEX | E4 | AD | 7C |
Decimal | 228 | 173 | 124 |
Binary | 11100100 | 10101101 | 1111100 |
Octal | 344 | 255 | 174 |
Shades of #E4AD7C
Tints of #E4AD7C
Examples of css and html codes for elements with #E4AD7C color. Also use rgb(228,173,124) instead hex code.
.myTextColor { color: #E4AD7C; }
<p style="color:#E4AD7C">This sample text font color is #E4AD7C.</p>
This text font color is #E4AD7C.
.myBgColor { background-color: #E4AD7C; }
<div style="background-color:#E4AD7C">Inner text</div>
This div background color is #E4AD7C.
.myBorderColor { border: 1px solid #E4AD7C; }
<div style="border:3px solid #E4AD7C">Div</div>
This div border color is #E4AD7C.
.myOpacity80 { color: #E4AD7C; opacity: 0.8; }
<p style="color:#E4AD7C;opacity:0.8;">80%</p>
Text with #E4AD7C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4AD7C;}
<p style="text-shadow: 3px 3px 1px #E4AD7C">Text here.</p>
This text has shadow with #E4AD7C color.
.textShadow {text-shadow: 3px 3px 1px #E4AD7C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4AD7C, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4AD7C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4AD7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4AD7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4AD7C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4AD7C;
-webkit-box-shadow: 1px 1px 3px 2px #E4AD7C;
box-shadow: 1px 1px 3px 2px #E4AD7C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4AD7C; -webkit-box-shadow: 1px 1px 3px 2px #E4AD7C; box-shadow:1px 1px 3px 2px #E4AD7C;">
Div content here
</div>
This text has color #E4AD7C on black background.
This text has color #E4AD7C on white background.
This text has black color on #E4AD7C background.
This text has white color on #E4AD7C background.
Complementary color for #hex is #1B5283.