HEX: #E6BD8A
RGB: (230,189,138)
#E6BD8A contains mainly red and green colors. Web safe color of #E6BD8A is #CCCC99 (or #CC9).
#E6BD8A color RGB value is (230,189,138).
RGB: (230,189,138)
(90%, 74%, 54%)
R 230 of 255 = 90%
G 189 of 255 = 74%
B 138 of 255 = 54%
R + G + B ~ 73%. #E6BD8A is quite light color.
R + G + B = 230 + 189 + 138 = 557 (100%)
R 230 of 557 ~ 41.29%
G 189 of 557 ~ 33.93%
B 138 of 557 ~ 24.78'%
#E6BD8A color CMYK value is (0,18,40,10).
CMYK: (0,18,40,10)
C0M18Y40K10 (0%, 18%, 40%, 10%)
(0.00 / 0.18 / 0.40 / 0.10)
Color #E6BD8A in popluar color models
E6 | BD | 8A | |
---|---|---|---|
RGB | 230 | 189 | 138 |
HSL | 33° | 64.79% | 72.16% |
HSB/HSV | 33° | 40.00% | 90.20% |
CMYK | 0.00% | 17.83% | 40.00% |
9.80% |
Color #E6BD8A in popluar number systems.
HEX | E6 | BD | 8A |
Decimal | 230 | 189 | 138 |
Binary | 11100110 | 10111101 | 10001010 |
Octal | 346 | 275 | 212 |
Shades of #E6BD8A
Tints of #E6BD8A
Examples of css and html codes for elements with #E6BD8A color. Also use rgb(230,189,138) instead hex code.
.myTextColor { color: #E6BD8A; }
<p style="color:#E6BD8A">This sample text font color is #E6BD8A.</p>
This text font color is #E6BD8A.
.myBgColor { background-color: #E6BD8A; }
<div style="background-color:#E6BD8A">Inner text</div>
This div background color is #E6BD8A.
.myBorderColor { border: 1px solid #E6BD8A; }
<div style="border:3px solid #E6BD8A">Div</div>
This div border color is #E6BD8A.
.myOpacity80 { color: #E6BD8A; opacity: 0.8; }
<p style="color:#E6BD8A;opacity:0.8;">80%</p>
Text with #E6BD8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6BD8A;}
<p style="text-shadow: 3px 3px 1px #E6BD8A">Text here.</p>
This text has shadow with #E6BD8A color.
.textShadow {text-shadow: 3px 3px 1px #E6BD8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6BD8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6BD8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6BD8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6BD8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6BD8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6BD8A;
-webkit-box-shadow: 1px 1px 3px 2px #E6BD8A;
box-shadow: 1px 1px 3px 2px #E6BD8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6BD8A; -webkit-box-shadow: 1px 1px 3px 2px #E6BD8A; box-shadow:1px 1px 3px 2px #E6BD8A;">
Div content here
</div>
This text has color #E6BD8A on black background.
This text has color #E6BD8A on white background.
This text has black color on #E6BD8A background.
This text has white color on #E6BD8A background.
Complementary color for #hex is #194275.