HEX: #E6C470
RGB: (230,196,112)
#E6C470 contains mainly red and green colors. Web safe color of #E6C470 is #CCCC66 (or #CC6).
#E6C470 color RGB value is (230,196,112).
RGB: (230,196,112)
(90%, 77%, 44%)
R 230 of 255 = 90%
G 196 of 255 = 77%
B 112 of 255 = 44%
R + G + B ~ 70%. #E6C470 is quite light color.
R + G + B = 230 + 196 + 112 = 538 (100%)
R 230 of 538 ~ 42.75%
G 196 of 538 ~ 36.43%
B 112 of 538 ~ 20.82'%
#E6C470 color CMYK value is (0,15,51,10).
CMYK: (0,15,51,10) C0M15Y51K10 (0%,15%,51%,10%) (0.00/0.15/0.51/0.10)
Color #E6C470 in popluar color models
E6 | C4 | 70 | |
---|---|---|---|
RGB | 230 | 196 | 112 |
HSL | 43° | 70.24% | 67.06% |
HSB/HSV | 43° | 51.30% | 90.20% |
CMYK | 0.00% | 14.78% | 51.30% |
9.80% |
Color #E6C470 in popluar number systems.
HEX | E6 | C4 | 70 |
Decimal | 230 | 196 | 112 |
Binary | 11100110 | 11000100 | 1110000 |
Octal | 346 | 304 | 160 |
Examples of css and html codes for elements with #E6C470 color. Also use rgb(230,196,112) instead hex code.
.myTextColor { color: #E6C470; }
<p style="color:#E6C470">This sample text font color is #E6C470.</p>
This text font color is #E6C470.
.myBgColor { background-color: #E6C470; }
<div style="background-color:#E6C470">Inner text</div>
This div background color is #E6C470.
.myBorderColor { border: 1px solid #E6C470; }
<div style="border:3px solid #E6C470">Div</div>
This div border color is #E6C470.
.myOpacity80 { color: #E6C470; opacity: 0.8; }
<p style="color:#E6C470;opacity:0.8;">80%</p>
Text with #E6C470 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C470;}
<p style="text-shadow: 3px 3px 1px #E6C470">Text here.</p>
This text has shadow with #E6C470 color.
.textShadow {text-shadow: 3px 3px 1px #E6C470, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C470, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C470 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C470, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C470, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C470 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C470; -webkit-box-shadow: 1px 1px 3px 2px #E6C470; box-shadow: 1px 1px 3px 2px #E6C470; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C470; -webkit-box-shadow: 1px 1px 3px 2px #E6C470; box-shadow:1px 1px 3px 2px #E6C470;">
Div content here</div>
This text has color #E6C470 on black background.
This text has color #E6C470 on white background.
This text has black color on #E6C470 background.
This text has white color on #E6C470 background.