COLOR #E3C129

HEX: #E3C129
RGB: (227,193,41)

Color info

#E3C129 contains mainly red and green colors. Web safe color of #E3C129 is #CCCC33 (or #CC3).

RGB color model

#E3C129 color RGB value is (227,193,41).

  • red value is 227;
  • green value is 193;
  • blue value is 41.
RGB:
(227,193,41)
(89%,76%,16%)

RGB channels and saturation

R 227 of 255 = 89%
G 193 of 255 = 76%
B 41 of 255 = 16%

227
193
41

R + G + B ~ 60%. #E3C129 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 193 + 41 = 461 (100%)
R 227 of 461 ~ 49.24%
G 193 of 461 ~ 41.87%
B 41 of 461 ~ 8.89%

%49.24
%41.87

CMYK color model

#E3C129 color CMYK value is (0,15,82,11).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 81.94%
  • key color value is 10.98%
CMYK:
(0,15,82,11)
C0M15Y82K11 
(0%,15%,82%,11%)
(0.00/0.15/0.82/0.11)	

CMYK percentages

%0
%14.98
%81.94
%10.98

Codes

Color #E3C129 in popluar color models

E3C129
RGB22719341
HSL49°76.86%52.55%
HSB/HSV49°81.94%89.02%
CMYK0.00%14.98%81.94%
10.98%

Color #E3C129 in popluar number systems.

HEXE3C129
Decimal22719341
Binary1110001111000001101001
Octal34330151

Shades and tints

Shades of #E3C129

#E3C129
(227,193,41)
#CFB026
(207,176,38)
#BB9F23
(187,159,35)
#A78E20
(167,142,32)
#937D1D
(147,125,29)
#7F6C1A
(127,108,26)
#6B5B17
(107,91,23)
#574A14
(87,74,20)
#433911
(67,57,17)
#2F280E
(47,40,14)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #E3C129

#E3C129
(227,193,41)
#E5C63C
(229,198,60)
#E7CB4F
(231,203,79)
#E9D062
(233,208,98)
#EBD575
(235,213,117)
#EDDA88
(237,218,136)
#EFDF9B
(239,223,155)
#F1E4AE
(241,228,174)
#F3E9C1
(243,233,193)
#F5EED4
(245,238,212)
#F7F3E7
(247,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C129 color. Also use rgb(227,193,41) instead hex code.

Text Font Color

.myTextColor { color: #E3C129; }

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

This text font color is #E3C129.


Background Color

.myBgColor { background-color: #E3C129; }

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

This div background color is #E3C129.


Border color

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

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

This div border color is #E3C129.


Opacity

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

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

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

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

This text has shadow with #E3C129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C129 on black background.


Color preview on white background

This text has color #E3C129 on white background.



Black color preview on #E3C129 background

This text has black color on #E3C129 background.


White color preview on #E3C129 background

This text has white color on #E3C129 background.