COLOR #E4A05E

HEX: #E4A05E
RGB: (228,160,94)

Color info

#E4A05E contains mainly red color. Web safe color of #E4A05E is #CC9966 (or #C96).

RGB color model

#E4A05E color RGB value is (228,160,94).

  • red value is 228;
  • green value is 160;
  • blue value is 94.
RGB:
(228,160,94)
(89%,63%,37%)

RGB channels and saturation

R 228 of 255 = 89%
G 160 of 255 = 63%
B 94 of 255 = 37%

228
160
94

R + G + B ~ 63%. #E4A05E is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 160 + 94 = 482 (100%)
R 228 of 482 ~ 47.3%
G 160 of 482 ~ 33.2%
B 94 of 482 ~ 19.5%

%47.3
%33.2
%19.5

CMYK color model

#E4A05E color CMYK value is (0,30,59,11).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 58.77%
  • key color value is 10.59%
CMYK:
(0,30,59,11)
C0M30Y59K11 
(0%,30%,59%,11%)
(0.00/0.30/0.59/0.11)	

CMYK percentages

%0
%29.82
%58.77
%10.59

Codes

Color #E4A05E in popluar color models

E4A05E
RGB22816094
HSL30°71.28%63.14%
HSB/HSV30°58.77%89.41%
CMYK0.00%29.82%58.77%
10.59%

Color #E4A05E in popluar number systems.

HEXE4A05E
Decimal22816094
Binary11100100101000001011110
Octal344240136

Shades and tints

Shades of #E4A05E

#E4A05E
(228,160,94)
#D09256
(208,146,86)
#BC844E
(188,132,78)
#A87646
(168,118,70)
#94683E
(148,104,62)
#805A36
(128,90,54)
#6C4C2E
(108,76,46)
#583E26
(88,62,38)
#44301E
(68,48,30)
#302216
(48,34,22)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #E4A05E

#E4A05E
(228,160,94)
#E6A86C
(230,168,108)
#E8B07A
(232,176,122)
#EAB888
(234,184,136)
#ECC096
(236,192,150)
#EEC8A4
(238,200,164)
#F0D0B2
(240,208,178)
#F2D8C0
(242,216,192)
#F4E0CE
(244,224,206)
#F6E8DC
(246,232,220)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A05E color. Also use rgb(228,160,94) instead hex code.

Text Font Color

.myTextColor { color: #E4A05E; }

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

This text font color is #E4A05E.


Background Color

.myBgColor { background-color: #E4A05E; }

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

This div background color is #E4A05E.


Border color

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

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

This div border color is #E4A05E.


Opacity

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

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

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

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

This text has shadow with #E4A05E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A05E on black background.


Color preview on white background

This text has color #E4A05E on white background.



Black color preview on #E4A05E background

This text has black color on #E4A05E background.


White color preview on #E4A05E background

This text has white color on #E4A05E background.