COLOR #E0E174

HEX: #E0E174
RGB: (224,225,116)

Color info

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

RGB color model

#E0E174 color RGB value is (224,225,116).

  • red value is 224;
  • green value is 225;
  • blue value is 116.
RGB:
(224,225,116)
(88%,88%,45%)

RGB channels and saturation

R 224 of 255 = 88%
G 225 of 255 = 88%
B 116 of 255 = 45%

224
225
116

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

Portions of RGB colors in percentages

R + G + B =
224 + 225 + 116 = 565 (100%)
R 224 of 565 ~ 39.65%
G 225 of 565 ~ 39.82%
B 116 of 565 ~ 20.53%

%39.65
%39.82
%20.53

CMYK color model

#E0E174 color CMYK value is (0,0,48,12).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 48.44%
  • key color value is 11.76%
CMYK:
(0,0,48,12)
C0M0Y48K12 
(0%,0%,48%,12%)
(0.00/0.00/0.48/0.12)	

CMYK percentages

%0.44
%0
%48.44
%11.76

Codes

Color #E0E174 in popluar color models

E0E174
RGB224225116
HSL61°64.50%66.86%
HSB/HSV61°48.44%88.24%
CMYK0.44%0.00%48.44%
11.76%

Color #E0E174 in popluar number systems.

HEXE0E174
Decimal224225116
Binary11100000111000011110100
Octal340341164

Shades and tints

Shades of #E0E174

#E0E174
(224,225,116)
#CCCD6A
(204,205,106)
#B8B960
(184,185,96)
#A4A556
(164,165,86)
#90914C
(144,145,76)
#7C7D42
(124,125,66)
#686938
(104,105,56)
#54552E
(84,85,46)
#404124
(64,65,36)
#2C2D1A
(44,45,26)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #E0E174

#E0E174
(224,225,116)
#E2E380
(226,227,128)
#E4E58C
(228,229,140)
#E6E798
(230,231,152)
#E8E9A4
(232,233,164)
#EAEBB0
(234,235,176)
#ECEDBC
(236,237,188)
#EEEFC8
(238,239,200)
#F0F1D4
(240,241,212)
#F2F3E0
(242,243,224)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E174 color. Also use rgb(224,225,116) instead hex code.

Text Font Color

.myTextColor { color: #E0E174; }

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

This text font color is #E0E174.


Background Color

.myBgColor { background-color: #E0E174; }

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

This div background color is #E0E174.


Border color

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

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

This div border color is #E0E174.


Opacity

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

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

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

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

This text has shadow with #E0E174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E174 on black background.


Color preview on white background

This text has color #E0E174 on white background.



Black color preview on #E0E174 background

This text has black color on #E0E174 background.


White color preview on #E0E174 background

This text has white color on #E0E174 background.