HEX: #E6C492
RGB: (230,196,146)
#E6C492 contains mainly red and green colors. #E6C492 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.
#E6C492 color RGB value is (230,196,146).
RGB: (230,196,146)
(90%, 77%, 57%)
R 230 of 255 = 90%
G 196 of 255 = 77%
B 146 of 255 = 57%
R + G + B ~ 75%. #E6C492 is quite light color.
R + G + B = 230 + 196 + 146 = 572 (100%)
R 230 of 572 ~ 40.21%
G 196 of 572 ~ 34.27%
B 146 of 572 ~ 25.52'%
#E6C492 rengi CMYK tonu (0,15,37,10).
CMYK: (0,15,37,10)
C0M15Y37K10 (0%, 15%, 37%, 10%)
(0.00 / 0.15 / 0.37 / 0.10)
Color #E6C492 in popluar color models
E6 | C4 | 92 | |
---|---|---|---|
RGB | 230 | 196 | 146 |
HSL | 36° | 62.69% | 73.73% |
HSB/HSV | 36° | 36.52% | 90.20% |
CMYK | 0.00% | 14.78% | 36.52% |
9.80% |
Color #E6C492 in popluar number systems.
HEX | E6 | C4 | 92 |
Decimal | 230 | 196 | 146 |
Binary | 11100110 | 11000100 | 10010010 |
Octal | 346 | 304 | 222 |
Shades of #E6C492
Tints of #E6C492
Examples of css and html codes for elements with #E6C492 color. Also use rgb(230,196,146) instead hex code.
.myTextColor { color: #E6C492; }
<p style="color:#E6C492">This sample text font color is #E6C492.</p>
This text font color is #E6C492.
.myBgColor { background-color: #E6C492; }
<div style="background-color:#E6C492">Inner text</div>
This div background color is #E6C492.
.myBorderColor { border: 1px solid #E6C492; }
<div style="border:3px solid #E6C492">Div</div>
This div border color is #E6C492.
.myOpacity80 { color: #E6C492; opacity: 0.8; }
<p style="color:#E6C492;opacity:0.8;">80%</p>
Text with #E6C492 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C492;}
<p style="text-shadow: 3px 3px 1px #E6C492">Text here.</p>
This text has shadow with #E6C492 color.
.textShadow {text-shadow: 3px 3px 1px #E6C492', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C492, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6C492 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C492, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C492, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C492 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6C492;
-webkit-box-shadow: 1px 1px 3px 2px #E6C492;
box-shadow: 1px 1px 3px 2px #E6C492;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6C492; -webkit-box-shadow: 1px 1px 3px 2px #E6C492; box-shadow:1px 1px 3px 2px #E6C492;">
Div content here
</div>
This text has color #E6C492 on black background.
This text has color #E6C492 on white background.
This text has black color on #E6C492 background.
This text has white color on #E6C492 background.
Complementary color for #hex is #193B6D.