HEX: #E6ED85
RGB: (230,237,133)
#E6ED85 contains mainly red and green colors. Web safe color of #E6ED85 is #CCFF99 (or #CF9).
#E6ED85 color RGB value is (230,237,133).
RGB: (230,237,133)
(90%, 93%, 52%)
R 230 of 255 = 90%
G 237 of 255 = 93%
B 133 of 255 = 52%
R + G + B ~ 78%. #E6ED85 is quite light color.
R + G + B = 230 + 237 + 133 = 600 (100%)
R 230 of 600 ~ 38.33%
G 237 of 600 ~ 39.5%
B 133 of 600 ~ 22.17'%
#E6ED85 color CMYK value is (3,0,44,7).
CMYK: (3,0,44,7) C3M0Y44K7 (3%,0%,44%,7%) (0.03/0.00/0.44/0.07)
Color #E6ED85 in popluar color models
E6 | ED | 85 | |
---|---|---|---|
RGB | 230 | 237 | 133 |
HSL | 64° | 74.29% | 72.55% |
HSB/HSV | 64° | 43.88% | 92.94% |
CMYK | 2.95% | 0.00% | 43.88% |
7.06% |
Color #E6ED85 in popluar number systems.
HEX | E6 | ED | 85 |
Decimal | 230 | 237 | 133 |
Binary | 11100110 | 11101101 | 10000101 |
Octal | 346 | 355 | 205 |
Shades of #E6ED85
Tints of #E6ED85
Examples of css and html codes for elements with #E6ED85 color. Also use rgb(230,237,133) instead hex code.
.myTextColor { color: #E6ED85; }
<p style="color:#E6ED85">This sample text font color is #E6ED85.</p>
This text font color is #E6ED85.
.myBgColor { background-color: #E6ED85; }
<div style="background-color:#E6ED85">Inner text</div>
This div background color is #E6ED85.
.myBorderColor { border: 1px solid #E6ED85; }
<div style="border:3px solid #E6ED85">Div</div>
This div border color is #E6ED85.
.myOpacity80 { color: #E6ED85; opacity: 0.8; }
<p style="color:#E6ED85;opacity:0.8;">80%</p>
Text with #E6ED85 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6ED85;}
<p style="text-shadow: 3px 3px 1px #E6ED85">Text here.</p>
This text has shadow with #E6ED85 color.
.textShadow {text-shadow: 3px 3px 1px #E6ED85', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6ED85, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6ED85 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6ED85, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6ED85, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6ED85 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6ED85;
-webkit-box-shadow: 1px 1px 3px 2px #E6ED85;
box-shadow: 1px 1px 3px 2px #E6ED85;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6ED85; -webkit-box-shadow: 1px 1px 3px 2px #E6ED85; box-shadow:1px 1px 3px 2px #E6ED85;">
Div content here
</div>
This text has color #E6ED85 on black background.
This text has color #E6ED85 on white background.
This text has black color on #E6ED85 background.
This text has white color on #E6ED85 background.
Complementary color for #hex is #19127A.