COLOR #E4A219

HEX: #E4A219
RGB: (228,162,25)

Color info

#E4A219 contains mainly red color. Web safe color of #E4A219 is #CC9900 (or #C90).

RGB color model

#E4A219 color RGB value is (228,162,25).

  • red value is 228;
  • green value is 162;
  • blue value is 25.
RGB:
(228,162,25)
(89%,64%,10%)

RGB channels and saturation

R 228 of 255 = 89%
G 162 of 255 = 64%
B 25 of 255 = 10%

228
162
25

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

Portions of RGB colors in percentages

R + G + B =
228 + 162 + 25 = 415 (100%)
R 228 of 415 ~ 54.94%
G 162 of 415 ~ 39.04%
B 25 of 415 ~ 6.02%

%54.94
%39.04

CMYK color model

#E4A219 color CMYK value is (0,29,89,11).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 89.04%
  • key color value is 10.59%
CMYK:
(0,29,89,11)
C0M29Y89K11 
(0%,29%,89%,11%)
(0.00/0.29/0.89/0.11)	

CMYK percentages

%0
%28.95
%89.04
%10.59

Codes

Color #E4A219 in popluar color models

E4A219
RGB22816225
HSL40°80.24%49.61%
HSB/HSV40°89.04%89.41%
CMYK0.00%28.95%89.04%
10.59%

Color #E4A219 in popluar number systems.

HEXE4A219
Decimal22816225
Binary111001001010001011001
Octal34424231

Shades and tints

Shades of #E4A219

#E4A219
(228,162,25)
#D09417
(208,148,23)
#BC8615
(188,134,21)
#A87813
(168,120,19)
#946A11
(148,106,17)
#805C0F
(128,92,15)
#6C4E0D
(108,78,13)
#58400B
(88,64,11)
#443209
(68,50,9)
#302407
(48,36,7)
#1C1605
(28,22,5)
#000000
(0,0,0)

Tints of #E4A219

#E4A219
(228,162,25)
#E6AA2D
(230,170,45)
#E8B241
(232,178,65)
#EABA55
(234,186,85)
#ECC269
(236,194,105)
#EECA7D
(238,202,125)
#F0D291
(240,210,145)
#F2DAA5
(242,218,165)
#F4E2B9
(244,226,185)
#F6EACD
(246,234,205)
#F8F2E1
(248,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A219 color. Also use rgb(228,162,25) instead hex code.

Text Font Color

.myTextColor { color: #E4A219; }

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

This text font color is #E4A219.


Background Color

.myBgColor { background-color: #E4A219; }

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

This div background color is #E4A219.


Border color

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

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

This div border color is #E4A219.


Opacity

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

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

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

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

This text has shadow with #E4A219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A219 on black background.


Color preview on white background

This text has color #E4A219 on white background.



Black color preview on #E4A219 background

This text has black color on #E4A219 background.


White color preview on #E4A219 background

This text has white color on #E4A219 background.