COLOR #E0E331

HEX: #E0E331 RGB: (224,227,49)

Color info

#E0E331 contains mainly red and green colors. Web safe color of #E0E331 is #CCCC33 (or #CC3).

RGB color model

#E0E331 color RGB value is (224,227,49).

RGB: (224,227,49) (88%, 89%, 19%)

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 49 of 255 = 19%

224
227
49

R + G + B ~ 65%. #E0E331 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 227 + 49 = 500 (100%)
R 224 of 500 ~ 44.8%
G 227 of 500 ~ 45.4%
B 49 of 500 ~ 9.8'%

%44.8
%45.4

CMYK color model

#E0E331 color CMYK value is (1,0,78,11).

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

CMYK: (1,0,78,11)
C1M0Y78K11 (1%, 0%, 78%, 11%)
(0.01 / 0.00 / 0.78 / 0.11)

CMYK percentages

%1.32
%0
%78.41
%10.98

Codes

Color #E0E331 in popluar color models

E0 E3 31
RGB 224 227 49
HSL 61° 76.07% 54.12%
HSB/HSV 61° 78.41% 89.02%
CMYK 1.32% 0.00% 78.41%
10.98%

Color #E0E331 in popluar number systems.

HEX E0 E3 31
Decimal 224 227 49
Binary 11100000 11100011 110001
Octal 340 343 61

Shades and tints

Shades of #E0E331

#E0E331
(224,227,49)
#CCCF2D
(204,207,45)
#B8BB29
(184,187,41)
#A4A725
(164,167,37)
#909321
(144,147,33)
#7C7F1D
(124,127,29)
#686B19
(104,107,25)
#545715
(84,87,21)
#404311
(64,67,17)
#2C2F0D
(44,47,13)
#181B09
(24,27,9)
#000000
(0,0,0)

Tints of #E0E331

#E0E331
(224,227,49)
#E2E543
(226,229,67)
#E4E755
(228,231,85)
#E6E967
(230,233,103)
#E8EB79
(232,235,121)
#EAED8B
(234,237,139)
#ECEF9D
(236,239,157)
#EEF1AF
(238,241,175)
#F0F3C1
(240,243,193)
#F2F5D3
(242,245,211)
#F4F7E5
(244,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E331; }

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

This text font color is #E0E331.

Background Color

.myBgColor { background-color: #E0E331; }

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

This div background color is #E0E331.

Border color

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

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

This div border color is #E0E331.

Opacity

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

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

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

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

This text has shadow with #E0E331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E331.

Preview

Color preview on black background

This text has color #E0E331 on black background.


Color preview on white background

This text has color #E0E331 on white background.


Black color preview on #E0E331 background

This text has black color on #E0E331 background.


White color preview on #E0E331 background

This text has white color on #E0E331 background.


Related colors

Complementary color

Complementary color for #hex is #1F1CCE.


I love getcolorcode.com

Triadic colors

1 #31E0E3 and #E331E0 with #E0E331 are triadic colors.

2 #31E3E0 and #E3E031 with #E0E331 are triadic colors.