COLOR #E3A128

HEX: #E3A128
RGB: (227,161,40)

Color info

#E3A128 contains mainly red color. Web safe color of #E3A128 is #CC9933 (or #C93).

RGB color model

#E3A128 color RGB value is (227,161,40).

  • red value is 227;
  • green value is 161;
  • blue value is 40.
RGB:
(227,161,40)
(89%,63%,16%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 40 of 255 = 16%

227
161
40

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 40 = 428 (100%)
R 227 of 428 ~ 53.04%
G 161 of 428 ~ 37.62%
B 40 of 428 ~ 9.35%

%53.04
%37.62

CMYK color model

#E3A128 color CMYK value is (0,29,82,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 82.38%
  • key color value is 10.98%
CMYK:
(0,29,82,11)
C0M29Y82K11 
(0%,29%,82%,11%)
(0.00/0.29/0.82/0.11)	

CMYK percentages

%0
%29.07
%82.38
%10.98

Codes

Color #E3A128 in popluar color models

E3A128
RGB22716140
HSL39°76.95%52.35%
HSB/HSV39°82.38%89.02%
CMYK0.00%29.07%82.38%
10.98%

Color #E3A128 in popluar number systems.

HEXE3A128
Decimal22716140
Binary1110001110100001101000
Octal34324150

Shades and tints

Shades of #E3A128

#E3A128
(227,161,40)
#CF9325
(207,147,37)
#BB8522
(187,133,34)
#A7771F
(167,119,31)
#93691C
(147,105,28)
#7F5B19
(127,91,25)
#6B4D16
(107,77,22)
#573F13
(87,63,19)
#433110
(67,49,16)
#2F230D
(47,35,13)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #E3A128

#E3A128
(227,161,40)
#E5A93B
(229,169,59)
#E7B14E
(231,177,78)
#E9B961
(233,185,97)
#EBC174
(235,193,116)
#EDC987
(237,201,135)
#EFD19A
(239,209,154)
#F1D9AD
(241,217,173)
#F3E1C0
(243,225,192)
#F5E9D3
(245,233,211)
#F7F1E6
(247,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A128 color. Also use rgb(227,161,40) instead hex code.

Text Font Color

.myTextColor { color: #E3A128; }

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

This text font color is #E3A128.


Background Color

.myBgColor { background-color: #E3A128; }

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

This div background color is #E3A128.


Border color

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

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

This div border color is #E3A128.


Opacity

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

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

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

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

This text has shadow with #E3A128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A128 on black background.


Color preview on white background

This text has color #E3A128 on white background.



Black color preview on #E3A128 background

This text has black color on #E3A128 background.


White color preview on #E3A128 background

This text has white color on #E3A128 background.