COLOR #E6ED74

HEX: #E6ED74
RGB: (230,237,116)

Color info

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

RGB color model

#E6ED74 color RGB value is (230,237,116).

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

RGB channels and saturation

R 230 of 255 = 90%
G 237 of 255 = 93%
B 116 of 255 = 45%

230
237
116

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

Portions of RGB colors in percentages

R + G + B =
230 + 237 + 116 = 583 (100%)
R 230 of 583 ~ 39.45%
G 237 of 583 ~ 40.65%
B 116 of 583 ~ 19.9%

%39.45
%40.65
%19.9

CMYK color model

#E6ED74 color CMYK value is (3,0,51,7).

  • cyan value is 2.95%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 7.06%
CMYK:
(3,0,51,7)
C3M0Y51K7 
(3%,0%,51%,7%)
(0.03/0.00/0.51/0.07)	

CMYK percentages

%2.95
%0
%51.05
%7.06

Codes

Color #E6ED74 in popluar color models

E6ED74
RGB230237116
HSL63°77.07%69.22%
HSB/HSV63°51.05%92.94%
CMYK2.95%0.00%51.05%
7.06%

Color #E6ED74 in popluar number systems.

HEXE6ED74
Decimal230237116
Binary11100110111011011110100
Octal346355164

Shades and tints

Shades of #E6ED74

#E6ED74
(230,237,116)
#D2D86A
(210,216,106)
#BEC360
(190,195,96)
#AAAE56
(170,174,86)
#96994C
(150,153,76)
#828442
(130,132,66)
#6E6F38
(110,111,56)
#5A5A2E
(90,90,46)
#464524
(70,69,36)
#32301A
(50,48,26)
#1E1B10
(30,27,16)
#000000
(0,0,0)

Tints of #E6ED74

#E6ED74
(230,237,116)
#E8EE80
(232,238,128)
#EAEF8C
(234,239,140)
#ECF098
(236,240,152)
#EEF1A4
(238,241,164)
#F0F2B0
(240,242,176)
#F2F3BC
(242,243,188)
#F4F4C8
(244,244,200)
#F6F5D4
(246,245,212)
#F8F6E0
(248,246,224)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ED74; }

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

This text font color is #E6ED74.


Background Color

.myBgColor { background-color: #E6ED74; }

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

This div background color is #E6ED74.


Border color

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

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

This div border color is #E6ED74.


Opacity

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

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

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

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

This text has shadow with #E6ED74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ED74 on black background.


Color preview on white background

This text has color #E6ED74 on white background.



Black color preview on #E6ED74 background

This text has black color on #E6ED74 background.


White color preview on #E6ED74 background

This text has white color on #E6ED74 background.