COLOR #E8E490

HEX: #E8E490
RGB: (232,228,144)

Color info

#E8E490 contains mainly red and green colors. Web safe color of #E8E490 is #FFCC99 (or #FC9).

RGB color model

#E8E490 color RGB value is (232,228,144).

  • red value is 232;
  • green value is 228;
  • blue value is 144.
RGB:
(232,228,144)
(91%,89%,56%)

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 144 of 255 = 56%

232
228
144

R + G + B ~ 79%. #E8E490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 228 + 144 = 604 (100%)
R 232 of 604 ~ 38.41%
G 228 of 604 ~ 37.75%
B 144 of 604 ~ 23.84%

%38.41
%37.75
%23.84

CMYK color model

#E8E490 color CMYK value is (0,2,38,9).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 37.93%
  • key color value is 9.02%
CMYK:
(0,2,38,9)
C0M2Y38K9 
(0%,2%,38%,9%)
(0.00/0.02/0.38/0.09)	

CMYK percentages

%0
%1.72
%37.93
%9.02

Codes

Color #E8E490 in popluar color models

E8E490
RGB232228144
HSL57°65.67%73.73%
HSB/HSV57°37.93%90.98%
CMYK0.00%1.72%37.93%
9.02%

Color #E8E490 in popluar number systems.

HEXE8E490
Decimal232228144
Binary111010001110010010010000
Octal350344220

Shades and tints

Shades of #E8E490

#E8E490
(232,228,144)
#D3D083
(211,208,131)
#BEBC76
(190,188,118)
#A9A869
(169,168,105)
#94945C
(148,148,92)
#7F804F
(127,128,79)
#6A6C42
(106,108,66)
#555835
(85,88,53)
#404428
(64,68,40)
#2B301B
(43,48,27)
#161C0E
(22,28,14)
#000000
(0,0,0)

Tints of #E8E490

#E8E490
(232,228,144)
#EAE69A
(234,230,154)
#ECE8A4
(236,232,164)
#EEEAAE
(238,234,174)
#F0ECB8
(240,236,184)
#F2EEC2
(242,238,194)
#F4F0CC
(244,240,204)
#F6F2D6
(246,242,214)
#F8F4E0
(248,244,224)
#FAF6EA
(250,246,234)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E490; }

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

This text font color is #E8E490.


Background Color

.myBgColor { background-color: #E8E490; }

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

This div background color is #E8E490.


Border color

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

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

This div border color is #E8E490.


Opacity

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

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

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

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

This text has shadow with #E8E490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E490 on black background.


Color preview on white background

This text has color #E8E490 on white background.



Black color preview on #E8E490 background

This text has black color on #E8E490 background.


White color preview on #E8E490 background

This text has white color on #E8E490 background.