COLOR #E4E4AE

HEX: #E4E4AE
RGB: (228,228,174)

Color info

#E4E4AE contains red, green and blue colors in about the same proportion. Web safe color of #E4E4AE is #CCCC99 (or #CC9).

RGB color model

#E4E4AE color RGB value is (228,228,174).

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

RGB channels and saturation

R 228 of 255 = 89%
G 228 of 255 = 89%
B 174 of 255 = 68%

228
228
174

R + G + B ~ 82%. #E4E4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 228 + 174 = 630 (100%)
R 228 of 630 ~ 36.19%
G 228 of 630 ~ 36.19%
B 174 of 630 ~ 27.62%

%36.19
%36.19
%27.62

CMYK color model

#E4E4AE color CMYK value is (0,0,24,11).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,0,24,11)
C0M0Y24K11 
(0%,0%,24%,11%)
(0.00/0.00/0.24/0.11)	

CMYK percentages

%0
%0
%23.68
%10.59

Codes

Color #E4E4AE in popluar color models

E4E4AE
RGB228228174
HSL60°50.00%78.82%
HSB/HSV60°23.68%89.41%
CMYK0.00%0.00%23.68%
10.59%

Color #E4E4AE in popluar number systems.

HEXE4E4AE
Decimal228228174
Binary111001001110010010101110
Octal344344256

Shades and tints

Shades of #E4E4AE

#E4E4AE
(228,228,174)
#D0D09F
(208,208,159)
#BCBC90
(188,188,144)
#A8A881
(168,168,129)
#949472
(148,148,114)
#808063
(128,128,99)
#6C6C54
(108,108,84)
#585845
(88,88,69)
#444436
(68,68,54)
#303027
(48,48,39)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #E4E4AE

#E4E4AE
(228,228,174)
#E6E6B5
(230,230,181)
#E8E8BC
(232,232,188)
#EAEAC3
(234,234,195)
#ECECCA
(236,236,202)
#EEEED1
(238,238,209)
#F0F0D8
(240,240,216)
#F2F2DF
(242,242,223)
#F4F4E6
(244,244,230)
#F6F6ED
(246,246,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E4AE; }

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

This text font color is #E4E4AE.


Background Color

.myBgColor { background-color: #E4E4AE; }

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

This div background color is #E4E4AE.


Border color

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

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

This div border color is #E4E4AE.


Opacity

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

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

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

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

This text has shadow with #E4E4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E4AE on black background.


Color preview on white background

This text has color #E4E4AE on white background.



Black color preview on #E4E4AE background

This text has black color on #E4E4AE background.


White color preview on #E4E4AE background

This text has white color on #E4E4AE background.