COLOR #E8C94B

HEX: #E8C94B
RGB: (232,201,75)

Color info

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

RGB color model

#E8C94B color RGB value is (232,201,75).

  • red value is 232;
  • green value is 201;
  • blue value is 75.
RGB:
(232,201,75)
(91%,79%,29%)

RGB channels and saturation

R 232 of 255 = 91%
G 201 of 255 = 79%
B 75 of 255 = 29%

232
201
75

R + G + B ~ 66%. #E8C94B is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 201 + 75 = 508 (100%)
R 232 of 508 ~ 45.67%
G 201 of 508 ~ 39.57%
B 75 of 508 ~ 14.76%

%45.67
%39.57
%14.76

CMYK color model

#E8C94B color CMYK value is (0,13,68,9).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 67.67%
  • key color value is 9.02%
CMYK:
(0,13,68,9)
C0M13Y68K9 
(0%,13%,68%,9%)
(0.00/0.13/0.68/0.09)	

CMYK percentages

%0
%13.36
%67.67
%9.02

Codes

Color #E8C94B in popluar color models

E8C94B
RGB23220175
HSL48°77.34%60.20%
HSB/HSV48°67.67%90.98%
CMYK0.00%13.36%67.67%
9.02%

Color #E8C94B in popluar number systems.

HEXE8C94B
Decimal23220175
Binary11101000110010011001011
Octal350311113

Shades and tints

Shades of #E8C94B

#E8C94B
(232,201,75)
#D3B745
(211,183,69)
#BEA53F
(190,165,63)
#A99339
(169,147,57)
#948133
(148,129,51)
#7F6F2D
(127,111,45)
#6A5D27
(106,93,39)
#554B21
(85,75,33)
#40391B
(64,57,27)
#2B2715
(43,39,21)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #E8C94B

#E8C94B
(232,201,75)
#EACD5B
(234,205,91)
#ECD16B
(236,209,107)
#EED57B
(238,213,123)
#F0D98B
(240,217,139)
#F2DD9B
(242,221,155)
#F4E1AB
(244,225,171)
#F6E5BB
(246,229,187)
#F8E9CB
(248,233,203)
#FAEDDB
(250,237,219)
#FCF1EB
(252,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C94B color. Also use rgb(232,201,75) instead hex code.

Text Font Color

.myTextColor { color: #E8C94B; }

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

This text font color is #E8C94B.


Background Color

.myBgColor { background-color: #E8C94B; }

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

This div background color is #E8C94B.


Border color

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

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

This div border color is #E8C94B.


Opacity

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

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

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

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

This text has shadow with #E8C94B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C94B on black background.


Color preview on white background

This text has color #E8C94B on white background.



Black color preview on #E8C94B background

This text has black color on #E8C94B background.


White color preview on #E8C94B background

This text has white color on #E8C94B background.