HEX: #E7AF6D
RGB: (231,175,109)
#E7AF6D contains mainly red and green colors. Web safe color of #E7AF6D is #FF9966 (or #F96).
#E7AF6D color RGB value is (231,175,109).
RGB: (231,175,109)
(91%, 69%, 43%)
R 231 of 255 = 91%
G 175 of 255 = 69%
B 109 of 255 = 43%
R + G + B ~ 68%. #E7AF6D is quite light color.
R + G + B = 231 + 175 + 109 = 515 (100%)
R 231 of 515 ~ 44.85%
G 175 of 515 ~ 33.98%
B 109 of 515 ~ 21.17'%
#E7AF6D color CMYK value is (0,24,53,9).
CMYK: (0,24,53,9) C0M24Y53K9 (0%,24%,53%,9%) (0.00/0.24/0.53/0.09)
Color #E7AF6D in popluar color models
E7 | AF | 6D | |
---|---|---|---|
RGB | 231 | 175 | 109 |
HSL | 32° | 71.76% | 66.67% |
HSB/HSV | 32° | 52.81% | 90.59% |
CMYK | 0.00% | 24.24% | 52.81% |
9.41% |
Color #E7AF6D in popluar number systems.
HEX | E7 | AF | 6D |
Decimal | 231 | 175 | 109 |
Binary | 11100111 | 10101111 | 1101101 |
Octal | 347 | 257 | 155 |
Shades of #E7AF6D
Tints of #E7AF6D
Examples of css and html codes for elements with #E7AF6D color. Also use rgb(231,175,109) instead hex code.
.myTextColor { color: #E7AF6D; }
<p style="color:#E7AF6D">This sample text font color is #E7AF6D.</p>
This text font color is #E7AF6D.
.myBgColor { background-color: #E7AF6D; }
<div style="background-color:#E7AF6D">Inner text</div>
This div background color is #E7AF6D.
.myBorderColor { border: 1px solid #E7AF6D; }
<div style="border:3px solid #E7AF6D">Div</div>
This div border color is #E7AF6D.
.myOpacity80 { color: #E7AF6D; opacity: 0.8; }
<p style="color:#E7AF6D;opacity:0.8;">80%</p>
Text with #E7AF6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7AF6D;}
<p style="text-shadow: 3px 3px 1px #E7AF6D">Text here.</p>
This text has shadow with #E7AF6D color.
.textShadow {text-shadow: 3px 3px 1px #E7AF6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7AF6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E7AF6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7AF6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7AF6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7AF6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7AF6D;
-webkit-box-shadow: 1px 1px 3px 2px #E7AF6D;
box-shadow: 1px 1px 3px 2px #E7AF6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7AF6D; -webkit-box-shadow: 1px 1px 3px 2px #E7AF6D; box-shadow:1px 1px 3px 2px #E7AF6D;">
Div content here
</div>
This text has color #E7AF6D on black background.
This text has color #E7AF6D on white background.
This text has black color on #E7AF6D background.
This text has white color on #E7AF6D background.
Complementary color for #hex is #185092.