COLOR #E6ED85

HEX: #E6ED85 RGB: (230,237,133)

Color info

#E6ED85 contains mainly red and green colors. Web safe color of #E6ED85 is #CCFF99 (or #CF9).

RGB color model

#E6ED85 color RGB value is (230,237,133).

RGB: (230,237,133) (90%, 93%, 52%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 133 of 255 = 52%

230
237
133

R + G + B ~ 78%. #E6ED85 is quite light color.

Portions of RGB colors in percentages

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'%

%38.33
%39.5
%22.17

CMYK color model

#E6ED85 color CMYK value is (3,0,44,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 7.06%
CMYK: (3,0,44,7) C3M0Y44K7 (3%,0%,44%,7%) (0.03/0.00/0.44/0.07) 

CMYK percentages

%2.95
%0
%43.88
%7.06

Codes

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 and tints

Shades of #E6ED85

#E6ED85
(230,237,133)
#D2D879
(210,216,121)
#BEC36D
(190,195,109)
#AAAE61
(170,174,97)
#969955
(150,153,85)
#828449
(130,132,73)
#6E6F3D
(110,111,61)
#5A5A31
(90,90,49)
#464525
(70,69,37)
#323019
(50,48,25)
#1E1B0D
(30,27,13)
#000000
(0,0,0)

Tints of #E6ED85

#E6ED85
(230,237,133)
#E8EE90
(232,238,144)
#EAEF9B
(234,239,155)
#ECF0A6
(236,240,166)
#EEF1B1
(238,241,177)
#F0F2BC
(240,242,188)
#F2F3C7
(242,243,199)
#F4F4D2
(244,244,210)
#F6F5DD
(246,245,221)
#F8F6E8
(248,246,232)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ED85 color. Also use rgb(230,237,133) instead hex code.

Text Font Color

.myTextColor { color: #E6ED85; }

<p style="color:#E6ED85">This sample text font color is #E6ED85.</p>

This text font color is #E6ED85.

Background Color

.myBgColor { background-color: #E6ED85; }

<div style="background-color:#E6ED85">Inner text</div>

This div background color is #E6ED85.

Border color

.myBorderColor { border: 1px solid #E6ED85; }

<div style="border:3px solid #E6ED85">Div</div>

This div border color is #E6ED85.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #E6ED85.

Preview

Color preview on black background

This text has color #E6ED85 on black background.


Color preview on white background

This text has color #E6ED85 on white background.


Black color preview on #E6ED85 background

This text has black color on #E6ED85 background.


White color preview on #E6ED85 background

This text has white color on #E6ED85 background.


Related colors

Complementary color

Complementary color for #hex is #19127A.


I love getcolorcode.com

Triadic colors

1 #85E6ED and #ED85E6 with #E6ED85 are triadic colors.

2 #85EDE6 and #EDE685 with #E6ED85 are triadic colors.