COLOR #E2AF15

HEX: #E2AF15
RGB: (226,175,21)

Color info

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

RGB color model

#E2AF15 color RGB value is (226,175,21).

  • red value is 226;
  • green value is 175;
  • blue value is 21.
RGB:
(226,175,21)
(89%,69%,8%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 21 of 255 = 8%

226
175
21

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

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 21 = 422 (100%)
R 226 of 422 ~ 53.55%
G 175 of 422 ~ 41.47%
B 21 of 422 ~ 4.98%

%53.55
%41.47

CMYK color model

#E2AF15 color CMYK value is (0,23,91,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 90.71%
  • key color value is 11.37%
CMYK:
(0,23,91,11)
C0M23Y91K11 
(0%,23%,91%,11%)
(0.00/0.23/0.91/0.11)	

CMYK percentages

%0
%22.57
%90.71
%11.37

Codes

Color #E2AF15 in popluar color models

E2AF15
RGB22617521
HSL45°83.00%48.43%
HSB/HSV45°90.71%88.63%
CMYK0.00%22.57%90.71%
11.37%

Color #E2AF15 in popluar number systems.

HEXE2AF15
Decimal22617521
Binary111000101010111110101
Octal34225725

Shades and tints

Shades of #E2AF15

#E2AF15
(226,175,21)
#CEA014
(206,160,20)
#BA9113
(186,145,19)
#A68212
(166,130,18)
#927311
(146,115,17)
#7E6410
(126,100,16)
#6A550F
(106,85,15)
#56460E
(86,70,14)
#42370D
(66,55,13)
#2E280C
(46,40,12)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #E2AF15

#E2AF15
(226,175,21)
#E4B62A
(228,182,42)
#E6BD3F
(230,189,63)
#E8C454
(232,196,84)
#EACB69
(234,203,105)
#ECD27E
(236,210,126)
#EED993
(238,217,147)
#F0E0A8
(240,224,168)
#F2E7BD
(242,231,189)
#F4EED2
(244,238,210)
#F6F5E7
(246,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AF15 color. Also use rgb(226,175,21) instead hex code.

Text Font Color

.myTextColor { color: #E2AF15; }

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

This text font color is #E2AF15.


Background Color

.myBgColor { background-color: #E2AF15; }

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

This div background color is #E2AF15.


Border color

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

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

This div border color is #E2AF15.


Opacity

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

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

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

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

This text has shadow with #E2AF15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AF15 on black background.


Color preview on white background

This text has color #E2AF15 on white background.



Black color preview on #E2AF15 background

This text has black color on #E2AF15 background.


White color preview on #E2AF15 background

This text has white color on #E2AF15 background.