COLOR #E5A126

HEX: #E5A126
RGB: (229,161,38)

Color info

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

RGB color model

#E5A126 color RGB value is (229,161,38).

  • red value is 229;
  • green value is 161;
  • blue value is 38.
RGB:
(229,161,38)
(90%,63%,15%)

RGB channels and saturation

R 229 of 255 = 90%
G 161 of 255 = 63%
B 38 of 255 = 15%

229
161
38

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

Portions of RGB colors in percentages

R + G + B =
229 + 161 + 38 = 428 (100%)
R 229 of 428 ~ 53.5%
G 161 of 428 ~ 37.62%
B 38 of 428 ~ 8.88%

%53.5
%37.62

CMYK color model

#E5A126 color CMYK value is (0,30,83,10).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 83.41%
  • key color value is 10.20%
CMYK:
(0,30,83,10)
C0M30Y83K10 
(0%,30%,83%,10%)
(0.00/0.30/0.83/0.10)	

CMYK percentages

%0
%29.69
%83.41
%10.2

Codes

Color #E5A126 in popluar color models

E5A126
RGB22916138
HSL39°78.60%52.35%
HSB/HSV39°83.41%89.80%
CMYK0.00%29.69%83.41%
10.20%

Color #E5A126 in popluar number systems.

HEXE5A126
Decimal22916138
Binary1110010110100001100110
Octal34524146

Shades and tints

Shades of #E5A126

#E5A126
(229,161,38)
#D19323
(209,147,35)
#BD8520
(189,133,32)
#A9771D
(169,119,29)
#95691A
(149,105,26)
#815B17
(129,91,23)
#6D4D14
(109,77,20)
#593F11
(89,63,17)
#45310E
(69,49,14)
#31230B
(49,35,11)
#1D1508
(29,21,8)
#000000
(0,0,0)

Tints of #E5A126

#E5A126
(229,161,38)
#E7A939
(231,169,57)
#E9B14C
(233,177,76)
#EBB95F
(235,185,95)
#EDC172
(237,193,114)
#EFC985
(239,201,133)
#F1D198
(241,209,152)
#F3D9AB
(243,217,171)
#F5E1BE
(245,225,190)
#F7E9D1
(247,233,209)
#F9F1E4
(249,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A126 color. Also use rgb(229,161,38) instead hex code.

Text Font Color

.myTextColor { color: #E5A126; }

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

This text font color is #E5A126.


Background Color

.myBgColor { background-color: #E5A126; }

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

This div background color is #E5A126.


Border color

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

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

This div border color is #E5A126.


Opacity

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

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

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

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

This text has shadow with #E5A126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A126 on black background.


Color preview on white background

This text has color #E5A126 on white background.



Black color preview on #E5A126 background

This text has black color on #E5A126 background.


White color preview on #E5A126 background

This text has white color on #E5A126 background.