HEX: #E6AE5D
RGB: (230,174,93)
#E6AE5D contains mainly red and green colors. Web safe color of #E6AE5D is #CC9966 (or #C96).
#E6AE5D color RGB value is (230,174,93).
RGB: (230,174,93)
(90%, 68%, 36%)
R 230 of 255 = 90%
G 174 of 255 = 68%
B 93 of 255 = 36%
R + G + B ~ 65%. #E6AE5D is quite light color.
R + G + B = 230 + 174 + 93 = 497 (100%)
R 230 of 497 ~ 46.28%
G 174 of 497 ~ 35.01%
B 93 of 497 ~ 18.71'%
#E6AE5D color CMYK value is (0,24,60,10).
CMYK: (0,24,60,10) C0M24Y60K10 (0%,24%,60%,10%) (0.00/0.24/0.60/0.10)
Color #E6AE5D in popluar color models
E6 | AE | 5D | |
---|---|---|---|
RGB | 230 | 174 | 93 |
HSL | 35° | 73.26% | 63.33% |
HSB/HSV | 35° | 59.57% | 90.20% |
CMYK | 0.00% | 24.35% | 59.57% |
9.80% |
Color #E6AE5D in popluar number systems.
HEX | E6 | AE | 5D |
Decimal | 230 | 174 | 93 |
Binary | 11100110 | 10101110 | 1011101 |
Octal | 346 | 256 | 135 |
Shades of #E6AE5D
Tints of #E6AE5D
Examples of css and html codes for elements with #E6AE5D color. Also use rgb(230,174,93) instead hex code.
.myTextColor { color: #E6AE5D; }
<p style="color:#E6AE5D">This sample text font color is #E6AE5D.</p>
This text font color is #E6AE5D.
.myBgColor { background-color: #E6AE5D; }
<div style="background-color:#E6AE5D">Inner text</div>
This div background color is #E6AE5D.
.myBorderColor { border: 1px solid #E6AE5D; }
<div style="border:3px solid #E6AE5D">Div</div>
This div border color is #E6AE5D.
.myOpacity80 { color: #E6AE5D; opacity: 0.8; }
<p style="color:#E6AE5D;opacity:0.8;">80%</p>
Text with #E6AE5D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6AE5D;}
<p style="text-shadow: 3px 3px 1px #E6AE5D">Text here.</p>
This text has shadow with #E6AE5D color.
.textShadow {text-shadow: 3px 3px 1px #E6AE5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6AE5D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6AE5D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6AE5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6AE5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6AE5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6AE5D;
-webkit-box-shadow: 1px 1px 3px 2px #E6AE5D;
box-shadow: 1px 1px 3px 2px #E6AE5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6AE5D; -webkit-box-shadow: 1px 1px 3px 2px #E6AE5D; box-shadow:1px 1px 3px 2px #E6AE5D;">
Div content here
</div>
This text has color #E6AE5D on black background.
This text has color #E6AE5D on white background.
This text has black color on #E6AE5D background.
This text has white color on #E6AE5D background.
Complementary color for #hex is #1951A2.