COLOR #E3AC1A

HEX: #E3AC1A
RGB: (227,172,26)

Color info

#E3AC1A contains mainly red and green colors. Web safe color of #E3AC1A is #CC9900 (or #C90).

RGB color model

#E3AC1A color RGB value is (227,172,26).

  • red value is 227;
  • green value is 172;
  • blue value is 26.
RGB:
(227,172,26)
(89%,67%,10%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 26 of 255 = 10%

227
172
26

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

Portions of RGB colors in percentages

R + G + B =
227 + 172 + 26 = 425 (100%)
R 227 of 425 ~ 53.41%
G 172 of 425 ~ 40.47%
B 26 of 425 ~ 6.12%

%53.41
%40.47

CMYK color model

#E3AC1A color CMYK value is (0,24,89,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 88.55%
  • key color value is 10.98%
CMYK:
(0,24,89,11)
C0M24Y89K11 
(0%,24%,89%,11%)
(0.00/0.24/0.89/0.11)	

CMYK percentages

%0
%24.23
%88.55
%10.98

Codes

Color #E3AC1A in popluar color models

E3AC1A
RGB22717226
HSL44°79.45%49.61%
HSB/HSV44°88.55%89.02%
CMYK0.00%24.23%88.55%
10.98%

Color #E3AC1A in popluar number systems.

HEXE3AC1A
Decimal22717226
Binary111000111010110011010
Octal34325432

Shades and tints

Shades of #E3AC1A

#E3AC1A
(227,172,26)
#CF9D18
(207,157,24)
#BB8E16
(187,142,22)
#A77F14
(167,127,20)
#937012
(147,112,18)
#7F6110
(127,97,16)
#6B520E
(107,82,14)
#57430C
(87,67,12)
#43340A
(67,52,10)
#2F2508
(47,37,8)
#1B1606
(27,22,6)
#000000
(0,0,0)

Tints of #E3AC1A

#E3AC1A
(227,172,26)
#E5B32E
(229,179,46)
#E7BA42
(231,186,66)
#E9C156
(233,193,86)
#EBC86A
(235,200,106)
#EDCF7E
(237,207,126)
#EFD692
(239,214,146)
#F1DDA6
(241,221,166)
#F3E4BA
(243,228,186)
#F5EBCE
(245,235,206)
#F7F2E2
(247,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AC1A color. Also use rgb(227,172,26) instead hex code.

Text Font Color

.myTextColor { color: #E3AC1A; }

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

This text font color is #E3AC1A.


Background Color

.myBgColor { background-color: #E3AC1A; }

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

This div background color is #E3AC1A.


Border color

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

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

This div border color is #E3AC1A.


Opacity

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

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

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

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

This text has shadow with #E3AC1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AC1A on black background.


Color preview on white background

This text has color #E3AC1A on white background.



Black color preview on #E3AC1A background

This text has black color on #E3AC1A background.


White color preview on #E3AC1A background

This text has white color on #E3AC1A background.