HEX: #E4B180
RGB: (228,177,128)
#E4B180 contains mainly red and green colors. Web safe color of #E4B180 is #CC9966 (or #C96).
#E4B180 color RGB value is (228,177,128).
RGB: (228,177,128)
(89%, 69%, 50%)
R 228 of 255 = 89%
G 177 of 255 = 69%
B 128 of 255 = 50%
R + G + B ~ 69%. #E4B180 is quite light color.
R + G + B = 228 + 177 + 128 = 533 (100%)
R 228 of 533 ~ 42.78%
G 177 of 533 ~ 33.21%
B 128 of 533 ~ 24.02'%
#E4B180 color CMYK value is (0,22,44,11).
CMYK: (0,22,44,11)
C0M22Y44K11 (0%, 22%, 44%, 11%)
(0.00 / 0.22 / 0.44 / 0.11)
Color #E4B180 in popluar color models
E4 | B1 | 80 | |
---|---|---|---|
RGB | 228 | 177 | 128 |
HSL | 29° | 64.94% | 69.80% |
HSB/HSV | 29° | 43.86% | 89.41% |
CMYK | 0.00% | 22.37% | 43.86% |
10.59% |
Color #E4B180 in popluar number systems.
HEX | E4 | B1 | 80 |
Decimal | 228 | 177 | 128 |
Binary | 11100100 | 10110001 | 10000000 |
Octal | 344 | 261 | 200 |
Shades of #E4B180
Tints of #E4B180
Examples of css and html codes for elements with #E4B180 color. Also use rgb(228,177,128) instead hex code.
.myTextColor { color: #E4B180; }
<p style="color:#E4B180">This sample text font color is #E4B180.</p>
This text font color is #E4B180.
.myBgColor { background-color: #E4B180; }
<div style="background-color:#E4B180">Inner text</div>
This div background color is #E4B180.
.myBorderColor { border: 1px solid #E4B180; }
<div style="border:3px solid #E4B180">Div</div>
This div border color is #E4B180.
.myOpacity80 { color: #E4B180; opacity: 0.8; }
<p style="color:#E4B180;opacity:0.8;">80%</p>
Text with #E4B180 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4B180;}
<p style="text-shadow: 3px 3px 1px #E4B180">Text here.</p>
This text has shadow with #E4B180 color.
.textShadow {text-shadow: 3px 3px 1px #E4B180', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4B180, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4B180 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4B180, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4B180, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4B180 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4B180;
-webkit-box-shadow: 1px 1px 3px 2px #E4B180;
box-shadow: 1px 1px 3px 2px #E4B180;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4B180; -webkit-box-shadow: 1px 1px 3px 2px #E4B180; box-shadow:1px 1px 3px 2px #E4B180;">
Div content here
</div>
This text has color #E4B180 on black background.
This text has color #E4B180 on white background.
This text has black color on #E4B180 background.
This text has white color on #E4B180 background.
Complementary color for #hex is #1B4E7F.