COLOR #E2C674

HEX: #E2C674
RGB: (226,198,116)

Color info

#E2C674 contains mainly red and green colors. Web safe color of #E2C674 is #CCCC66 (or #CC6).

RGB color model

#E2C674 color RGB value is (226,198,116).

  • red value is 226;
  • green value is 198;
  • blue value is 116.
RGB:
(226,198,116)
(89%,78%,45%)

RGB channels and saturation

R 226 of 255 = 89%
G 198 of 255 = 78%
B 116 of 255 = 45%

226
198
116

R + G + B ~ 71%. #E2C674 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 198 + 116 = 540 (100%)
R 226 of 540 ~ 41.85%
G 198 of 540 ~ 36.67%
B 116 of 540 ~ 21.48%

%41.85
%36.67
%21.48

CMYK color model

#E2C674 color CMYK value is (0,12,49,11).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 48.67%
  • key color value is 11.37%
CMYK:
(0,12,49,11)
C0M12Y49K11 
(0%,12%,49%,11%)
(0.00/0.12/0.49/0.11)	

CMYK percentages

%0
%12.39
%48.67
%11.37

Codes

Color #E2C674 in popluar color models

E2C674
RGB226198116
HSL45°65.48%67.06%
HSB/HSV45°48.67%88.63%
CMYK0.00%12.39%48.67%
11.37%

Color #E2C674 in popluar number systems.

HEXE2C674
Decimal226198116
Binary11100010110001101110100
Octal342306164

Shades and tints

Shades of #E2C674

#E2C674
(226,198,116)
#CEB46A
(206,180,106)
#BAA260
(186,162,96)
#A69056
(166,144,86)
#927E4C
(146,126,76)
#7E6C42
(126,108,66)
#6A5A38
(106,90,56)
#56482E
(86,72,46)
#423624
(66,54,36)
#2E241A
(46,36,26)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #E2C674

#E2C674
(226,198,116)
#E4CB80
(228,203,128)
#E6D08C
(230,208,140)
#E8D598
(232,213,152)
#EADAA4
(234,218,164)
#ECDFB0
(236,223,176)
#EEE4BC
(238,228,188)
#F0E9C8
(240,233,200)
#F2EED4
(242,238,212)
#F4F3E0
(244,243,224)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C674 color. Also use rgb(226,198,116) instead hex code.

Text Font Color

.myTextColor { color: #E2C674; }

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

This text font color is #E2C674.


Background Color

.myBgColor { background-color: #E2C674; }

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

This div background color is #E2C674.


Border color

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

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

This div border color is #E2C674.


Opacity

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

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

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

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

This text has shadow with #E2C674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C674 on black background.


Color preview on white background

This text has color #E2C674 on white background.



Black color preview on #E2C674 background

This text has black color on #E2C674 background.


White color preview on #E2C674 background

This text has white color on #E2C674 background.