COLOR #E8C104

HEX: #E8C104
RGB: (232,193,4)

Color info

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

RGB color model

#E8C104 color RGB value is (232,193,4).

  • red value is 232;
  • green value is 193;
  • blue value is 4.
RGB:
(232,193,4)
(91%,76%,2%)

RGB channels and saturation

R 232 of 255 = 91%
G 193 of 255 = 76%
B 4 of 255 = 2%

232
193
4

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

Portions of RGB colors in percentages

R + G + B =
232 + 193 + 4 = 429 (100%)
R 232 of 429 ~ 54.08%
G 193 of 429 ~ 44.99%
B 4 of 429 ~ 0.93%

%54.08
%44.99

CMYK color model

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

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

CMYK percentages

%0
%16.81
%98.28
%9.02

Codes

Color #E8C104 in popluar color models

E8C104
RGB2321934
HSL50°96.61%46.27%
HSB/HSV50°98.28%90.98%
CMYK0.00%16.81%98.28%
9.02%

Color #E8C104 in popluar number systems.

HEXE8C104
Decimal2321934
Binary1110100011000001100
Octal3503014

Shades and tints

Shades of #E8C104

#E8C104
(232,193,4)
#D3B004
(211,176,4)
#BE9F04
(190,159,4)
#A98E04
(169,142,4)
#947D04
(148,125,4)
#7F6C04
(127,108,4)
#6A5B04
(106,91,4)
#554A04
(85,74,4)
#403904
(64,57,4)
#2B2804
(43,40,4)
#161704
(22,23,4)
#000000
(0,0,0)

Tints of #E8C104

#E8C104
(232,193,4)
#EAC61A
(234,198,26)
#ECCB30
(236,203,48)
#EED046
(238,208,70)
#F0D55C
(240,213,92)
#F2DA72
(242,218,114)
#F4DF88
(244,223,136)
#F6E49E
(246,228,158)
#F8E9B4
(248,233,180)
#FAEECA
(250,238,202)
#FCF3E0
(252,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C104 color. Also use rgb(232,193,4) instead hex code.

Text Font Color

.myTextColor { color: #E8C104; }

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

This text font color is #E8C104.


Background Color

.myBgColor { background-color: #E8C104; }

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

This div background color is #E8C104.


Border color

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

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

This div border color is #E8C104.


Opacity

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

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

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

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

This text has shadow with #E8C104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C104 on black background.


Color preview on white background

This text has color #E8C104 on white background.



Black color preview on #E8C104 background

This text has black color on #E8C104 background.


White color preview on #E8C104 background

This text has white color on #E8C104 background.