COLOR #E3E08A

HEX: #E3E08A
RGB: (227,224,138)

Color info

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

RGB color model

#E3E08A color RGB value is (227,224,138).

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

RGB channels and saturation

R 227 of 255 = 89%
G 224 of 255 = 88%
B 138 of 255 = 54%

227
224
138

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

Portions of RGB colors in percentages

R + G + B =
227 + 224 + 138 = 589 (100%)
R 227 of 589 ~ 38.54%
G 224 of 589 ~ 38.03%
B 138 of 589 ~ 23.43%

%38.54
%38.03
%23.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 39.21%
  • key color value is 10.98%
CMYK: (0,1,39,11) C0M1Y39K11 (0%,1%,39%,11%) (0.00/0.01/0.39/0.11)

CMYK percentages

%0
%1.32
%39.21
%10.98

Codes

Color #E3E08A in popluar color models

E3E08A
RGB227224138
HSL58°61.38%71.57%
HSB/HSV58°39.21%89.02%
CMYK0.00%1.32%39.21%
10.98%

Color #E3E08A in popluar number systems.

HEXE3E08A
Decimal227224138
Binary111000111110000010001010
Octal343340212

Shades and tints

Shades of #E3E08A

#E3E08A
(227,224,138)
#CFCC7E
(207,204,126)
#BBB872
(187,184,114)
#A7A466
(167,164,102)
#93905A
(147,144,90)
#7F7C4E
(127,124,78)
#6B6842
(107,104,66)
#575436
(87,84,54)
#43402A
(67,64,42)
#2F2C1E
(47,44,30)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #E3E08A

#E3E08A
(227,224,138)
#E5E294
(229,226,148)
#E7E49E
(231,228,158)
#E9E6A8
(233,230,168)
#EBE8B2
(235,232,178)
#EDEABC
(237,234,188)
#EFECC6
(239,236,198)
#F1EED0
(241,238,208)
#F3F0DA
(243,240,218)
#F5F2E4
(245,242,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E08A; }

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

This text font color is #E3E08A.


Background Color

.myBgColor { background-color: #E3E08A; }

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

This div background color is #E3E08A.


Border color

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

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

This div border color is #E3E08A.


Opacity

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

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

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

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

This text has shadow with #E3E08A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E3E08A on black background.


Color preview on white background

This text has color #E3E08A on white background.



Black color preview on #E3E08A background

This text has black color on #E3E08A background.


White color preview on #E3E08A background

This text has white color on #E3E08A background.