COLOR #E7E142

HEX: #E7E142
RGB: (231,225,66)

Color info

#E7E142 contains mainly red and green colors. Web safe color of #E7E142 is #FFCC33 (or #FC3).

RGB color model

#E7E142 color RGB value is (231,225,66).

  • red value is 231;
  • green value is 225;
  • blue value is 66.
RGB:
(231,225,66)
(91%,88%,26%)

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 66 of 255 = 26%

231
225
66

R + G + B ~ 68%. #E7E142 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 66 = 522 (100%)
R 231 of 522 ~ 44.25%
G 225 of 522 ~ 43.1%
B 66 of 522 ~ 12.64%

%44.25
%43.1
%12.64

CMYK color model

#E7E142 color CMYK value is (0,3,71,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 71.43%
  • key color value is 9.41%
CMYK:
(0,3,71,9)
C0M3Y71K9 
(0%,3%,71%,9%)
(0.00/0.03/0.71/0.09)	

CMYK percentages

%0
%2.6
%71.43
%9.41

Codes

Color #E7E142 in popluar color models

E7E142
RGB23122566
HSL58°77.46%58.24%
HSB/HSV58°71.43%90.59%
CMYK0.00%2.60%71.43%
9.41%

Color #E7E142 in popluar number systems.

HEXE7E142
Decimal23122566
Binary11100111111000011000010
Octal347341102

Shades and tints

Shades of #E7E142

#E7E142
(231,225,66)
#D2CD3C
(210,205,60)
#BDB936
(189,185,54)
#A8A530
(168,165,48)
#93912A
(147,145,42)
#7E7D24
(126,125,36)
#69691E
(105,105,30)
#545518
(84,85,24)
#3F4112
(63,65,18)
#2A2D0C
(42,45,12)
#151906
(21,25,6)
#000000
(0,0,0)

Tints of #E7E142

#E7E142
(231,225,66)
#E9E353
(233,227,83)
#EBE564
(235,229,100)
#EDE775
(237,231,117)
#EFE986
(239,233,134)
#F1EB97
(241,235,151)
#F3EDA8
(243,237,168)
#F5EFB9
(245,239,185)
#F7F1CA
(247,241,202)
#F9F3DB
(249,243,219)
#FBF5EC
(251,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E142 color. Also use rgb(231,225,66) instead hex code.

Text Font Color

.myTextColor { color: #E7E142; }

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

This text font color is #E7E142.


Background Color

.myBgColor { background-color: #E7E142; }

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

This div background color is #E7E142.


Border color

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

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

This div border color is #E7E142.


Opacity

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

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

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

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

This text has shadow with #E7E142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E142 on black background.


Color preview on white background

This text has color #E7E142 on white background.



Black color preview on #E7E142 background

This text has black color on #E7E142 background.


White color preview on #E7E142 background

This text has white color on #E7E142 background.