COLOR #E3E072

HEX: #E3E072 RGB: (227,224,114)

Color info

#E3E072 contains mainly red and green colors. Web safe color of #E3E072 is #CCCC66 (or #CC6).

RGB color model

#E3E072 color RGB value is (227,224,114).

RGB: (227,224,114) (89%, 88%, 45%)

RGB channels and saturation

R 227 of 255 = 89%
G 224 of 255 = 88%
B 114 of 255 = 45%

227
224
114

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

Portions of RGB colors in percentages

R + G + B = 227 + 224 + 114 = 565 (100%)
R 227 of 565 ~ 40.18%
G 224 of 565 ~ 39.65%
B 114 of 565 ~ 20.18'%

%40.18
%39.65
%20.18

CMYK color model

#E3E072 color CMYK value is (0,1,50,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 49.78%
  • key color value is 10.98%

CMYK: (0,1,50,11)
C0M1Y50K11 (0%, 1%, 50%, 11%)
(0.00 / 0.01 / 0.50 / 0.11)

CMYK percentages

%0
%1.32
%49.78
%10.98

Codes

Color #E3E072 in popluar color models

E3 E0 72
RGB 227 224 114
HSL 58° 66.86% 66.86%
HSB/HSV 58° 49.78% 89.02%
CMYK 0.00% 1.32% 49.78%
10.98%

Color #E3E072 in popluar number systems.

HEX E3 E0 72
Decimal 227 224 114
Binary 11100011 11100000 1110010
Octal 343 340 162

Shades and tints

Shades of #E3E072

#E3E072
(227,224,114)
#CFCC68
(207,204,104)
#BBB85E
(187,184,94)
#A7A454
(167,164,84)
#93904A
(147,144,74)
#7F7C40
(127,124,64)
#6B6836
(107,104,54)
#57542C
(87,84,44)
#434022
(67,64,34)
#2F2C18
(47,44,24)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #E3E072

#E3E072
(227,224,114)
#E5E27E
(229,226,126)
#E7E48A
(231,228,138)
#E9E696
(233,230,150)
#EBE8A2
(235,232,162)
#EDEAAE
(237,234,174)
#EFECBA
(239,236,186)
#F1EEC6
(241,238,198)
#F3F0D2
(243,240,210)
#F5F2DE
(245,242,222)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E072; }

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

This text font color is #E3E072.

Background Color

.myBgColor { background-color: #E3E072; }

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

This div background color is #E3E072.

Border color

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

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

This div border color is #E3E072.

Opacity

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

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

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

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

This text has shadow with #E3E072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3E072.

Preview

Color preview on black background

This text has color #E3E072 on black background.


Color preview on white background

This text has color #E3E072 on white background.


Black color preview on #E3E072 background

This text has black color on #E3E072 background.


White color preview on #E3E072 background

This text has white color on #E3E072 background.


Related colors

Complementary color

Complementary color for #hex is #1C1F8D.


I love getcolorcode.com

Triadic colors

1 #72E3E0 and #E072E3 with #E3E072 are triadic colors.

2 #72E0E3 and #E0E372 with #E3E072 are triadic colors.