COLOR #E8C746

HEX: #E8C746
RGB: (232,199,70)

Color info

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

RGB color model

#E8C746 color RGB value is (232,199,70).

  • red value is 232;
  • green value is 199;
  • blue value is 70.
RGB:
(232,199,70)
(91%,78%,27%)

RGB channels and saturation

R 232 of 255 = 91%
G 199 of 255 = 78%
B 70 of 255 = 27%

232
199
70

R + G + B ~ 65%. #E8C746 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 199 + 70 = 501 (100%)
R 232 of 501 ~ 46.31%
G 199 of 501 ~ 39.72%
B 70 of 501 ~ 13.97%

%46.31
%39.72
%13.97

CMYK color model

#E8C746 color CMYK value is (0,14,70,9).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 69.83%
  • key color value is 9.02%
CMYK:
(0,14,70,9)
C0M14Y70K9 
(0%,14%,70%,9%)
(0.00/0.14/0.70/0.09)	

CMYK percentages

%0
%14.22
%69.83
%9.02

Codes

Color #E8C746 in popluar color models

E8C746
RGB23219970
HSL48°77.88%59.22%
HSB/HSV48°69.83%90.98%
CMYK0.00%14.22%69.83%
9.02%

Color #E8C746 in popluar number systems.

HEXE8C746
Decimal23219970
Binary11101000110001111000110
Octal350307106

Shades and tints

Shades of #E8C746

#E8C746
(232,199,70)
#D3B540
(211,181,64)
#BEA33A
(190,163,58)
#A99134
(169,145,52)
#947F2E
(148,127,46)
#7F6D28
(127,109,40)
#6A5B22
(106,91,34)
#55491C
(85,73,28)
#403716
(64,55,22)
#2B2510
(43,37,16)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #E8C746

#E8C746
(232,199,70)
#EACC56
(234,204,86)
#ECD166
(236,209,102)
#EED676
(238,214,118)
#F0DB86
(240,219,134)
#F2E096
(242,224,150)
#F4E5A6
(244,229,166)
#F6EAB6
(246,234,182)
#F8EFC6
(248,239,198)
#FAF4D6
(250,244,214)
#FCF9E6
(252,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C746 color. Also use rgb(232,199,70) instead hex code.

Text Font Color

.myTextColor { color: #E8C746; }

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

This text font color is #E8C746.


Background Color

.myBgColor { background-color: #E8C746; }

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

This div background color is #E8C746.


Border color

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

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

This div border color is #E8C746.


Opacity

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

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

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

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

This text has shadow with #E8C746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C746 on black background.


Color preview on white background

This text has color #E8C746 on white background.



Black color preview on #E8C746 background

This text has black color on #E8C746 background.


White color preview on #E8C746 background

This text has white color on #E8C746 background.