COLOR #E6ED76

HEX: #E6ED76
RGB: (230,237,118)

Color info

#E6ED76 contains mainly red and green colors. Web safe color of #E6ED76 is #CCFF66 (or #CF6).

RGB color model

#E6ED76 color RGB value is (230,237,118).

  • red value is 230;
  • green value is 237;
  • blue value is 118.
RGB:
(230,237,118)
(90%,93%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 118 of 255 = 46%

230
237
118

R + G + B ~ 76%. #E6ED76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 118 = 585 (100%)
R 230 of 585 ~ 39.32%
G 237 of 585 ~ 40.51%
B 118 of 585 ~ 20.17%

%39.32
%40.51
%20.17

CMYK color model

#E6ED76 color CMYK value is (3,0,50,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 7.06%
CMYK:
(3,0,50,7)
C3M0Y50K7 
(3%,0%,50%,7%)
(0.03/0.00/0.50/0.07)	

CMYK percentages

%2.95
%0
%50.21
%7.06

Codes

Color #E6ED76 in popluar color models

E6ED76
RGB230237118
HSL64°76.77%69.61%
HSB/HSV64°50.21%92.94%
CMYK2.95%0.00%50.21%
7.06%

Color #E6ED76 in popluar number systems.

HEXE6ED76
Decimal230237118
Binary11100110111011011110110
Octal346355166

Shades and tints

Shades of #E6ED76

#E6ED76
(230,237,118)
#D2D86C
(210,216,108)
#BEC362
(190,195,98)
#AAAE58
(170,174,88)
#96994E
(150,153,78)
#828444
(130,132,68)
#6E6F3A
(110,111,58)
#5A5A30
(90,90,48)
#464526
(70,69,38)
#32301C
(50,48,28)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #E6ED76

#E6ED76
(230,237,118)
#E8EE82
(232,238,130)
#EAEF8E
(234,239,142)
#ECF09A
(236,240,154)
#EEF1A6
(238,241,166)
#F0F2B2
(240,242,178)
#F2F3BE
(242,243,190)
#F4F4CA
(244,244,202)
#F6F5D6
(246,245,214)
#F8F6E2
(248,246,226)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ED76; }

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

This text font color is #E6ED76.


Background Color

.myBgColor { background-color: #E6ED76; }

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

This div background color is #E6ED76.


Border color

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

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

This div border color is #E6ED76.


Opacity

.myOpacity80 { color: #E6ED76; opacity: 0.8; }

<p style="color:#E6ED76;opacity:0.8;">80%</p>

Text with #E6ED76 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 #E6ED76;}

<p style="text-shadow: 3px 3px 1px #E6ED76">Text here.</p>

This text has shadow with #E6ED76 color.

.textShadow {text-shadow: 3px 3px 1px #E6ED76, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6ED76, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6ED76 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6ED76, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6ED76, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6ED76 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6ED76;
  -webkit-box-shadow:	1px 1px 3px 2px #E6ED76;
  box-shadow:		1px 1px 3px 2px #E6ED76;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6ED76;
-webkit-box-shadow: 1px 1px 3px 2px #E6ED76;
box-shadow:1px 1px 3px 2px #E6ED76;">
Div content here</div>
This div box has shadow with color #E6ED76.

Preview

Color preview on black background

This text has color #E6ED76 on black background.


Color preview on white background

This text has color #E6ED76 on white background.



Black color preview on #E6ED76 background

This text has black color on #E6ED76 background.


White color preview on #E6ED76 background

This text has white color on #E6ED76 background.