COLOR #E7C004

HEX: #E7C004
RGB: (231,192,4)

Color info

#E7C004 contains mainly red and green colors. Web safe color of #E7C004 is #FFCC00 (or #FC0).

RGB color model

#E7C004 color RGB value is (231,192,4).

  • red value is 231;
  • green value is 192;
  • blue value is 4.
RGB:
(231,192,4)
(91%,75%,2%)

RGB channels and saturation

R 231 of 255 = 91%
G 192 of 255 = 75%
B 4 of 255 = 2%

231
192
4

R + G + B ~ 56%. #E7C004 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 192 + 4 = 427 (100%)
R 231 of 427 ~ 54.1%
G 192 of 427 ~ 44.96%
B 4 of 427 ~ 0.94%

%54.1
%44.96

CMYK color model

#E7C004 color CMYK value is (0,17,98,9).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 98.27%
  • key color value is 9.41%
CMYK:
(0,17,98,9)
C0M17Y98K9 
(0%,17%,98%,9%)
(0.00/0.17/0.98/0.09)	

CMYK percentages

%0
%16.88
%98.27
%9.41

Codes

Color #E7C004 in popluar color models

E7C004
RGB2311924
HSL50°96.60%46.08%
HSB/HSV50°98.27%90.59%
CMYK0.00%16.88%98.27%
9.41%

Color #E7C004 in popluar number systems.

HEXE7C004
Decimal2311924
Binary1110011111000000100
Octal3473004

Shades and tints

Shades of #E7C004

#E7C004
(231,192,4)
#D2AF04
(210,175,4)
#BD9E04
(189,158,4)
#A88D04
(168,141,4)
#937C04
(147,124,4)
#7E6B04
(126,107,4)
#695A04
(105,90,4)
#544904
(84,73,4)
#3F3804
(63,56,4)
#2A2704
(42,39,4)
#151604
(21,22,4)
#000000
(0,0,0)

Tints of #E7C004

#E7C004
(231,192,4)
#E9C51A
(233,197,26)
#EBCA30
(235,202,48)
#EDCF46
(237,207,70)
#EFD45C
(239,212,92)
#F1D972
(241,217,114)
#F3DE88
(243,222,136)
#F5E39E
(245,227,158)
#F7E8B4
(247,232,180)
#F9EDCA
(249,237,202)
#FBF2E0
(251,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C004 color. Also use rgb(231,192,4) instead hex code.

Text Font Color

.myTextColor { color: #E7C004; }

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

This text font color is #E7C004.


Background Color

.myBgColor { background-color: #E7C004; }

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

This div background color is #E7C004.


Border color

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

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

This div border color is #E7C004.


Opacity

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

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

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

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

This text has shadow with #E7C004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C004 on black background.


Color preview on white background

This text has color #E7C004 on white background.



Black color preview on #E7C004 background

This text has black color on #E7C004 background.


White color preview on #E7C004 background

This text has white color on #E7C004 background.