COLOR #E0E86C

HEX: #E0E86C RGB: (224,232,108)

Color info

#E0E86C contains mainly red and green colors. Web safe color of #E0E86C is #CCFF66 (or #CF6).

RGB color model

#E0E86C color RGB value is (224,232,108).

RGB: (224,232,108) (88%, 91%, 42%)

RGB channels and saturation

R 224 of 255 = 88%
G 232 of 255 = 91%
B 108 of 255 = 42%

224
232
108

R + G + B ~ 74%. #E0E86C is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 232 + 108 = 564 (100%)
R 224 of 564 ~ 39.72%
G 232 of 564 ~ 41.13%
B 108 of 564 ~ 19.15'%

%39.72
%41.13
%19.15

CMYK color model

#E0E86C color CMYK value is (3,0,53,9).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 53.45%
  • key color value is 9.02%

CMYK: (3,0,53,9)
C3M0Y53K9 (3%, 0%, 53%, 9%)
(0.03 / 0.00 / 0.53 / 0.09)

CMYK percentages

%3.45
%0
%53.45
%9.02

Codes

Color #E0E86C in popluar color models

E0 E8 6C
RGB 224 232 108
HSL 64° 72.94% 66.67%
HSB/HSV 64° 53.45% 90.98%
CMYK 3.45% 0.00% 53.45%
9.02%

Color #E0E86C in popluar number systems.

HEX E0 E8 6C
Decimal 224 232 108
Binary 11100000 11101000 1101100
Octal 340 350 154

Shades and tints

Shades of #E0E86C

#E0E86C
(224,232,108)
#CCD363
(204,211,99)
#B8BE5A
(184,190,90)
#A4A951
(164,169,81)
#909448
(144,148,72)
#7C7F3F
(124,127,63)
#686A36
(104,106,54)
#54552D
(84,85,45)
#404024
(64,64,36)
#2C2B1B
(44,43,27)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #E0E86C

#E0E86C
(224,232,108)
#E2EA79
(226,234,121)
#E4EC86
(228,236,134)
#E6EE93
(230,238,147)
#E8F0A0
(232,240,160)
#EAF2AD
(234,242,173)
#ECF4BA
(236,244,186)
#EEF6C7
(238,246,199)
#F0F8D4
(240,248,212)
#F2FAE1
(242,250,225)
#F4FCEE
(244,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E86C color. Also use rgb(224,232,108) instead hex code.

Text Font Color

.myTextColor { color: #E0E86C; }

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

This text font color is #E0E86C.

Background Color

.myBgColor { background-color: #E0E86C; }

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

This div background color is #E0E86C.

Border color

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

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

This div border color is #E0E86C.

Opacity

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

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

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

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

This text has shadow with #E0E86C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E86C.

Preview

Color preview on black background

This text has color #E0E86C on black background.


Color preview on white background

This text has color #E0E86C on white background.


Black color preview on #E0E86C background

This text has black color on #E0E86C background.


White color preview on #E0E86C background

This text has white color on #E0E86C background.


Related colors

Complementary color

Complementary color for #hex is #1F1793.


I love getcolorcode.com

Triadic colors

1 #6CE0E8 and #E86CE0 with #E0E86C are triadic colors.

2 #6CE8E0 and #E8E06C with #E0E86C are triadic colors.