COLOR #E4E48A

HEX: #E4E48A
RGB: (228,228,138)

Color info

#E4E48A contains mainly red and green colors. Web safe color of #E4E48A is #CCCC99 (or #CC9).

RGB color model

#E4E48A color RGB value is (228,228,138).

  • red value is 228;
  • green value is 228;
  • blue value is 138.
RGB:
(228,228,138)
(89%,89%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 228 of 255 = 89%
B 138 of 255 = 54%

228
228
138

R + G + B ~ 77%. #E4E48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 228 + 138 = 594 (100%)
R 228 of 594 ~ 38.38%
G 228 of 594 ~ 38.38%
B 138 of 594 ~ 23.23%

%38.38
%38.38
%23.23

CMYK color model

#E4E48A color CMYK value is (0,0,39,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,0,39,11)
C0M0Y39K11 
(0%,0%,39%,11%)
(0.00/0.00/0.39/0.11)	

CMYK percentages

%0
%0
%39.47
%10.59

Codes

Color #E4E48A in popluar color models

E4E48A
RGB228228138
HSL60°62.50%71.76%
HSB/HSV60°39.47%89.41%
CMYK0.00%0.00%39.47%
10.59%

Color #E4E48A in popluar number systems.

HEXE4E48A
Decimal228228138
Binary111001001110010010001010
Octal344344212

Shades and tints

Shades of #E4E48A

#E4E48A
(228,228,138)
#D0D07E
(208,208,126)
#BCBC72
(188,188,114)
#A8A866
(168,168,102)
#94945A
(148,148,90)
#80804E
(128,128,78)
#6C6C42
(108,108,66)
#585836
(88,88,54)
#44442A
(68,68,42)
#30301E
(48,48,30)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #E4E48A

#E4E48A
(228,228,138)
#E6E694
(230,230,148)
#E8E89E
(232,232,158)
#EAEAA8
(234,234,168)
#ECECB2
(236,236,178)
#EEEEBC
(238,238,188)
#F0F0C6
(240,240,198)
#F2F2D0
(242,242,208)
#F4F4DA
(244,244,218)
#F6F6E4
(246,246,228)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E48A; }

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

This text font color is #E4E48A.


Background Color

.myBgColor { background-color: #E4E48A; }

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

This div background color is #E4E48A.


Border color

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

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

This div border color is #E4E48A.


Opacity

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

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

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

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

This text has shadow with #E4E48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E48A on black background.


Color preview on white background

This text has color #E4E48A on white background.



Black color preview on #E4E48A background

This text has black color on #E4E48A background.


White color preview on #E4E48A background

This text has white color on #E4E48A background.