COLOR #E8C338

HEX: #E8C338
RGB: (232,195,56)

Color info

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

RGB color model

#E8C338 color RGB value is (232,195,56).

  • red value is 232;
  • green value is 195;
  • blue value is 56.
RGB:
(232,195,56)
(91%,76%,22%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 56 of 255 = 22%

232
195
56

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

Portions of RGB colors in percentages

R + G + B =
232 + 195 + 56 = 483 (100%)
R 232 of 483 ~ 48.03%
G 195 of 483 ~ 40.37%
B 56 of 483 ~ 11.59%

%48.03
%40.37
%11.59

CMYK color model

#E8C338 color CMYK value is (0,16,76,9).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 75.86%
  • key color value is 9.02%
CMYK:
(0,16,76,9)
C0M16Y76K9 
(0%,16%,76%,9%)
(0.00/0.16/0.76/0.09)	

CMYK percentages

%0
%15.95
%75.86
%9.02

Codes

Color #E8C338 in popluar color models

E8C338
RGB23219556
HSL47°79.28%56.47%
HSB/HSV47°75.86%90.98%
CMYK0.00%15.95%75.86%
9.02%

Color #E8C338 in popluar number systems.

HEXE8C338
Decimal23219556
Binary1110100011000011111000
Octal35030370

Shades and tints

Shades of #E8C338

#E8C338
(232,195,56)
#D3B233
(211,178,51)
#BEA12E
(190,161,46)
#A99029
(169,144,41)
#947F24
(148,127,36)
#7F6E1F
(127,110,31)
#6A5D1A
(106,93,26)
#554C15
(85,76,21)
#403B10
(64,59,16)
#2B2A0B
(43,42,11)
#161906
(22,25,6)
#000000
(0,0,0)

Tints of #E8C338

#E8C338
(232,195,56)
#EAC84A
(234,200,74)
#ECCD5C
(236,205,92)
#EED26E
(238,210,110)
#F0D780
(240,215,128)
#F2DC92
(242,220,146)
#F4E1A4
(244,225,164)
#F6E6B6
(246,230,182)
#F8EBC8
(248,235,200)
#FAF0DA
(250,240,218)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C338 color. Also use rgb(232,195,56) instead hex code.

Text Font Color

.myTextColor { color: #E8C338; }

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

This text font color is #E8C338.


Background Color

.myBgColor { background-color: #E8C338; }

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

This div background color is #E8C338.


Border color

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

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

This div border color is #E8C338.


Opacity

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

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

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

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

This text has shadow with #E8C338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8C338 on black background.


Color preview on white background

This text has color #E8C338 on white background.



Black color preview on #E8C338 background

This text has black color on #E8C338 background.


White color preview on #E8C338 background

This text has white color on #E8C338 background.