COLOR #E9C974

HEX: #E9C974
RGB: (233,201,116)

Color info

#E9C974 contains mainly red and green colors. Web safe color of #E9C974 is #FFCC66 (or #FC6).

RGB color model

#E9C974 color RGB value is (233,201,116).

  • red value is 233;
  • green value is 201;
  • blue value is 116.
RGB:
(233,201,116)
(91%,79%,45%)

RGB channels and saturation

R 233 of 255 = 91%
G 201 of 255 = 79%
B 116 of 255 = 45%

233
201
116

R + G + B ~ 72%. #E9C974 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 201 + 116 = 550 (100%)
R 233 of 550 ~ 42.36%
G 201 of 550 ~ 36.55%
B 116 of 550 ~ 21.09%

%42.36
%36.55
%21.09

CMYK color model

#E9C974 color CMYK value is (0,14,50,9).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 50.21%
  • key color value is 8.63%
CMYK:
(0,14,50,9)
C0M14Y50K9 
(0%,14%,50%,9%)
(0.00/0.14/0.50/0.09)	

CMYK percentages

%0
%13.73
%50.21
%8.63

Codes

Color #E9C974 in popluar color models

E9C974
RGB233201116
HSL44°72.67%68.43%
HSB/HSV44°50.21%91.37%
CMYK0.00%13.73%50.21%
8.63%

Color #E9C974 in popluar number systems.

HEXE9C974
Decimal233201116
Binary11101001110010011110100
Octal351311164

Shades and tints

Shades of #E9C974

#E9C974
(233,201,116)
#D4B76A
(212,183,106)
#BFA560
(191,165,96)
#AA9356
(170,147,86)
#95814C
(149,129,76)
#806F42
(128,111,66)
#6B5D38
(107,93,56)
#564B2E
(86,75,46)
#413924
(65,57,36)
#2C271A
(44,39,26)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #E9C974

#E9C974
(233,201,116)
#EBCD80
(235,205,128)
#EDD18C
(237,209,140)
#EFD598
(239,213,152)
#F1D9A4
(241,217,164)
#F3DDB0
(243,221,176)
#F5E1BC
(245,225,188)
#F7E5C8
(247,229,200)
#F9E9D4
(249,233,212)
#FBEDE0
(251,237,224)
#FDF1EC
(253,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C974 color. Also use rgb(233,201,116) instead hex code.

Text Font Color

.myTextColor { color: #E9C974; }

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

This text font color is #E9C974.


Background Color

.myBgColor { background-color: #E9C974; }

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

This div background color is #E9C974.


Border color

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

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

This div border color is #E9C974.


Opacity

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

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

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

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

This text has shadow with #E9C974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C974 on black background.


Color preview on white background

This text has color #E9C974 on white background.



Black color preview on #E9C974 background

This text has black color on #E9C974 background.


White color preview on #E9C974 background

This text has white color on #E9C974 background.