COLOR #E7C934

HEX: #E7C934
RGB: (231,201,52)

Color info

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

RGB color model

#E7C934 color RGB value is (231,201,52).

  • red value is 231;
  • green value is 201;
  • blue value is 52.
RGB:
(231,201,52)
(91%,79%,20%)

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 52 of 255 = 20%

231
201
52

R + G + B ~ 63%. #E7C934 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 201 + 52 = 484 (100%)
R 231 of 484 ~ 47.73%
G 201 of 484 ~ 41.53%
B 52 of 484 ~ 10.74%

%47.73
%41.53
%10.74

CMYK color model

#E7C934 color CMYK value is (0,13,77,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 77.49%
  • key color value is 9.41%
CMYK:
(0,13,77,9)
C0M13Y77K9 
(0%,13%,77%,9%)
(0.00/0.13/0.77/0.09)	

CMYK percentages

%0
%12.99
%77.49
%9.41

Codes

Color #E7C934 in popluar color models

E7C934
RGB23120152
HSL50°78.85%55.49%
HSB/HSV50°77.49%90.59%
CMYK0.00%12.99%77.49%
9.41%

Color #E7C934 in popluar number systems.

HEXE7C934
Decimal23120152
Binary1110011111001001110100
Octal34731164

Shades and tints

Shades of #E7C934

#E7C934
(231,201,52)
#D2B730
(210,183,48)
#BDA52C
(189,165,44)
#A89328
(168,147,40)
#938124
(147,129,36)
#7E6F20
(126,111,32)
#695D1C
(105,93,28)
#544B18
(84,75,24)
#3F3914
(63,57,20)
#2A2710
(42,39,16)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #E7C934

#E7C934
(231,201,52)
#E9CD46
(233,205,70)
#EBD158
(235,209,88)
#EDD56A
(237,213,106)
#EFD97C
(239,217,124)
#F1DD8E
(241,221,142)
#F3E1A0
(243,225,160)
#F5E5B2
(245,229,178)
#F7E9C4
(247,233,196)
#F9EDD6
(249,237,214)
#FBF1E8
(251,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C934 color. Also use rgb(231,201,52) instead hex code.

Text Font Color

.myTextColor { color: #E7C934; }

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

This text font color is #E7C934.


Background Color

.myBgColor { background-color: #E7C934; }

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

This div background color is #E7C934.


Border color

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

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

This div border color is #E7C934.


Opacity

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

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

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

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

This text has shadow with #E7C934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C934 on black background.


Color preview on white background

This text has color #E7C934 on white background.



Black color preview on #E7C934 background

This text has black color on #E7C934 background.


White color preview on #E7C934 background

This text has white color on #E7C934 background.