COLOR #E4A03E

HEX: #E4A03E
RGB: (228,160,62)

Color info

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

RGB color model

#E4A03E color RGB value is (228,160,62).

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

RGB channels and saturation

R 228 of 255 = 89%
G 160 of 255 = 63%
B 62 of 255 = 24%

228
160
62

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

Portions of RGB colors in percentages

R + G + B =
228 + 160 + 62 = 450 (100%)
R 228 of 450 ~ 50.67%
G 160 of 450 ~ 35.56%
B 62 of 450 ~ 13.78%

%50.67
%35.56
%13.78

CMYK color model

#E4A03E color CMYK value is (0,30,73,11).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 72.81%
  • key color value is 10.59%
CMYK:
(0,30,73,11)
C0M30Y73K11 
(0%,30%,73%,11%)
(0.00/0.30/0.73/0.11)	

CMYK percentages

%0
%29.82
%72.81
%10.59

Codes

Color #E4A03E in popluar color models

E4A03E
RGB22816062
HSL35°75.45%56.86%
HSB/HSV35°72.81%89.41%
CMYK0.00%29.82%72.81%
10.59%

Color #E4A03E in popluar number systems.

HEXE4A03E
Decimal22816062
Binary1110010010100000111110
Octal34424076

Shades and tints

Shades of #E4A03E

#E4A03E
(228,160,62)
#D09239
(208,146,57)
#BC8434
(188,132,52)
#A8762F
(168,118,47)
#94682A
(148,104,42)
#805A25
(128,90,37)
#6C4C20
(108,76,32)
#583E1B
(88,62,27)
#443016
(68,48,22)
#302211
(48,34,17)
#1C140C
(28,20,12)
#000000
(0,0,0)

Tints of #E4A03E

#E4A03E
(228,160,62)
#E6A84F
(230,168,79)
#E8B060
(232,176,96)
#EAB871
(234,184,113)
#ECC082
(236,192,130)
#EEC893
(238,200,147)
#F0D0A4
(240,208,164)
#F2D8B5
(242,216,181)
#F4E0C6
(244,224,198)
#F6E8D7
(246,232,215)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A03E; }

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

This text font color is #E4A03E.


Background Color

.myBgColor { background-color: #E4A03E; }

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

This div background color is #E4A03E.


Border color

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

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

This div border color is #E4A03E.


Opacity

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

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

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

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

This text has shadow with #E4A03E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A03E on black background.


Color preview on white background

This text has color #E4A03E on white background.



Black color preview on #E4A03E background

This text has black color on #E4A03E background.


White color preview on #E4A03E background

This text has white color on #E4A03E background.