COLOR #E0E69A

HEX: #E0E69A RGB: (224,230,154)

Color info

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

RGB color model

#E0E69A color RGB value is (224,230,154).

RGB: (224,230,154) (88%, 90%, 60%)

RGB channels and saturation

R 224 of 255 = 88%
G 230 of 255 = 90%
B 154 of 255 = 60%

224
230
154

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

Portions of RGB colors in percentages

R + G + B = 224 + 230 + 154 = 608 (100%)
R 224 of 608 ~ 36.84%
G 230 of 608 ~ 37.83%
B 154 of 608 ~ 25.33'%

%36.84
%37.83
%25.33

CMYK color model

#E0E69A color CMYK value is (3,0,33,10).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 9.80%

CMYK: (3,0,33,10)
C3M0Y33K10 (3%, 0%, 33%, 10%)
(0.03 / 0.00 / 0.33 / 0.10)

CMYK percentages

%2.61
%0
%33.04
%9.8

Codes

Color #E0E69A in popluar color models

E0 E6 9A
RGB 224 230 154
HSL 65° 60.32% 75.29%
HSB/HSV 65° 33.04% 90.20%
CMYK 2.61% 0.00% 33.04%
9.80%

Color #E0E69A in popluar number systems.

HEX E0 E6 9A
Decimal 224 230 154
Binary 11100000 11100110 10011010
Octal 340 346 232

Shades and tints

Shades of #E0E69A

#E0E69A
(224,230,154)
#CCD28C
(204,210,140)
#B8BE7E
(184,190,126)
#A4AA70
(164,170,112)
#909662
(144,150,98)
#7C8254
(124,130,84)
#686E46
(104,110,70)
#545A38
(84,90,56)
#40462A
(64,70,42)
#2C321C
(44,50,28)
#181E0E
(24,30,14)
#000000
(0,0,0)

Tints of #E0E69A

#E0E69A
(224,230,154)
#E2E8A3
(226,232,163)
#E4EAAC
(228,234,172)
#E6ECB5
(230,236,181)
#E8EEBE
(232,238,190)
#EAF0C7
(234,240,199)
#ECF2D0
(236,242,208)
#EEF4D9
(238,244,217)
#F0F6E2
(240,246,226)
#F2F8EB
(242,248,235)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E69A color. Also use rgb(224,230,154) instead hex code.

Text Font Color

.myTextColor { color: #E0E69A; }

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

This text font color is #E0E69A.

Background Color

.myBgColor { background-color: #E0E69A; }

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

This div background color is #E0E69A.

Border color

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

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

This div border color is #E0E69A.

Opacity

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

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

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

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

This text has shadow with #E0E69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E69A.

Preview

Color preview on black background

This text has color #E0E69A on black background.


Color preview on white background

This text has color #E0E69A on white background.


Black color preview on #E0E69A background

This text has black color on #E0E69A background.


White color preview on #E0E69A background

This text has white color on #E0E69A background.


Related colors

Complementary color

Complementary color for #hex is #1F1965.


I love getcolorcode.com

Triadic colors

1 #9AE0E6 and #E69AE0 with #E0E69A are triadic colors.

2 #9AE6E0 and #E6E09A with #E0E69A are triadic colors.