COLOR #E4E660

HEX: #E4E660
RGB: (228,230,96)

Color info

#E4E660 contains mainly red and green colors. Web safe color of #E4E660 is #CCCC66 (or #CC6).

RGB color model

#E4E660 color RGB value is (228,230,96).

  • red value is 228;
  • green value is 230;
  • blue value is 96.
RGB:
(228,230,96)
(89%,90%,38%)

RGB channels and saturation

R 228 of 255 = 89%
G 230 of 255 = 90%
B 96 of 255 = 38%

228
230
96

R + G + B ~ 72%. #E4E660 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 230 + 96 = 554 (100%)
R 228 of 554 ~ 41.16%
G 230 of 554 ~ 41.52%
B 96 of 554 ~ 17.33%

%41.16
%41.52
%17.33

CMYK color model

#E4E660 color CMYK value is (1,0,58,10).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 58.26%
  • key color value is 9.80%
CMYK:
(1,0,58,10)
C1M0Y58K10 
(1%,0%,58%,10%)
(0.01/0.00/0.58/0.10)	

CMYK percentages

%0.87
%0
%58.26
%9.8

Codes

Color #E4E660 in popluar color models

E4E660
RGB22823096
HSL61°72.83%63.92%
HSB/HSV61°58.26%90.20%
CMYK0.87%0.00%58.26%
9.80%

Color #E4E660 in popluar number systems.

HEXE4E660
Decimal22823096
Binary11100100111001101100000
Octal344346140

Shades and tints

Shades of #E4E660

#E4E660
(228,230,96)
#D0D258
(208,210,88)
#BCBE50
(188,190,80)
#A8AA48
(168,170,72)
#949640
(148,150,64)
#808238
(128,130,56)
#6C6E30
(108,110,48)
#585A28
(88,90,40)
#444620
(68,70,32)
#303218
(48,50,24)
#1C1E10
(28,30,16)
#000000
(0,0,0)

Tints of #E4E660

#E4E660
(228,230,96)
#E6E86E
(230,232,110)
#E8EA7C
(232,234,124)
#EAEC8A
(234,236,138)
#ECEE98
(236,238,152)
#EEF0A6
(238,240,166)
#F0F2B4
(240,242,180)
#F2F4C2
(242,244,194)
#F4F6D0
(244,246,208)
#F6F8DE
(246,248,222)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E660 color. Also use rgb(228,230,96) instead hex code.

Text Font Color

.myTextColor { color: #E4E660; }

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

This text font color is #E4E660.


Background Color

.myBgColor { background-color: #E4E660; }

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

This div background color is #E4E660.


Border color

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

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

This div border color is #E4E660.


Opacity

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

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

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

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

This text has shadow with #E4E660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E660 on black background.


Color preview on white background

This text has color #E4E660 on white background.



Black color preview on #E4E660 background

This text has black color on #E4E660 background.


White color preview on #E4E660 background

This text has white color on #E4E660 background.