COLOR #E4E380

HEX: #E4E380
RGB: (228,227,128)

Color info

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

RGB color model

#E4E380 color RGB value is (228,227,128).

  • red value is 228;
  • green value is 227;
  • blue value is 128.
RGB:
(228,227,128)
(89%,89%,50%)

RGB channels and saturation

R 228 of 255 = 89%
G 227 of 255 = 89%
B 128 of 255 = 50%

228
227
128

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

Portions of RGB colors in percentages

R + G + B =
228 + 227 + 128 = 583 (100%)
R 228 of 583 ~ 39.11%
G 227 of 583 ~ 38.94%
B 128 of 583 ~ 21.96%

%39.11
%38.94
%21.96

CMYK color model

#E4E380 color CMYK value is (0,0,44,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(0,0,44,11)
C0M0Y44K11 
(0%,0%,44%,11%)
(0.00/0.00/0.44/0.11)	

CMYK percentages

%0
%0.44
%43.86
%10.59

Codes

Color #E4E380 in popluar color models

E4E380
RGB228227128
HSL59°64.94%69.80%
HSB/HSV59°43.86%89.41%
CMYK0.00%0.44%43.86%
10.59%

Color #E4E380 in popluar number systems.

HEXE4E380
Decimal228227128
Binary111001001110001110000000
Octal344343200

Shades and tints

Shades of #E4E380

#E4E380
(228,227,128)
#D0CF75
(208,207,117)
#BCBB6A
(188,187,106)
#A8A75F
(168,167,95)
#949354
(148,147,84)
#807F49
(128,127,73)
#6C6B3E
(108,107,62)
#585733
(88,87,51)
#444328
(68,67,40)
#302F1D
(48,47,29)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #E4E380

#E4E380
(228,227,128)
#E6E58B
(230,229,139)
#E8E796
(232,231,150)
#EAE9A1
(234,233,161)
#ECEBAC
(236,235,172)
#EEEDB7
(238,237,183)
#F0EFC2
(240,239,194)
#F2F1CD
(242,241,205)
#F4F3D8
(244,243,216)
#F6F5E3
(246,245,227)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E380 color. Also use rgb(228,227,128) instead hex code.

Text Font Color

.myTextColor { color: #E4E380; }

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

This text font color is #E4E380.


Background Color

.myBgColor { background-color: #E4E380; }

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

This div background color is #E4E380.


Border color

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

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

This div border color is #E4E380.


Opacity

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

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

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

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

This text has shadow with #E4E380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E380 on black background.


Color preview on white background

This text has color #E4E380 on white background.



Black color preview on #E4E380 background

This text has black color on #E4E380 background.


White color preview on #E4E380 background

This text has white color on #E4E380 background.