COLOR #E1AE15

HEX: #E1AE15
RGB: (225,174,21)

Color info

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

RGB color model

#E1AE15 color RGB value is (225,174,21).

  • red value is 225;
  • green value is 174;
  • blue value is 21.
RGB:
(225,174,21)
(88%,68%,8%)

RGB channels and saturation

R 225 of 255 = 88%
G 174 of 255 = 68%
B 21 of 255 = 8%

225
174
21

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

Portions of RGB colors in percentages

R + G + B =
225 + 174 + 21 = 420 (100%)
R 225 of 420 ~ 53.57%
G 174 of 420 ~ 41.43%
B 21 of 420 ~ 5%

%53.57
%41.43

CMYK color model

#E1AE15 color CMYK value is (0,23,91,12).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 90.67%
  • key color value is 11.76%
CMYK:
(0,23,91,12)
C0M23Y91K12 
(0%,23%,91%,12%)
(0.00/0.23/0.91/0.12)	

CMYK percentages

%0
%22.67
%90.67
%11.76

Codes

Color #E1AE15 in popluar color models

E1AE15
RGB22517421
HSL45°82.93%48.24%
HSB/HSV45°90.67%88.24%
CMYK0.00%22.67%90.67%
11.76%

Color #E1AE15 in popluar number systems.

HEXE1AE15
Decimal22517421
Binary111000011010111010101
Octal34125625

Shades and tints

Shades of #E1AE15

#E1AE15
(225,174,21)
#CD9F14
(205,159,20)
#B99013
(185,144,19)
#A58112
(165,129,18)
#917211
(145,114,17)
#7D6310
(125,99,16)
#69540F
(105,84,15)
#55450E
(85,69,14)
#41360D
(65,54,13)
#2D270C
(45,39,12)
#19180B
(25,24,11)
#000000
(0,0,0)

Tints of #E1AE15

#E1AE15
(225,174,21)
#E3B52A
(227,181,42)
#E5BC3F
(229,188,63)
#E7C354
(231,195,84)
#E9CA69
(233,202,105)
#EBD17E
(235,209,126)
#EDD893
(237,216,147)
#EFDFA8
(239,223,168)
#F1E6BD
(241,230,189)
#F3EDD2
(243,237,210)
#F5F4E7
(245,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AE15 color. Also use rgb(225,174,21) instead hex code.

Text Font Color

.myTextColor { color: #E1AE15; }

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

This text font color is #E1AE15.


Background Color

.myBgColor { background-color: #E1AE15; }

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

This div background color is #E1AE15.


Border color

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

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

This div border color is #E1AE15.


Opacity

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

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

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

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

This text has shadow with #E1AE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AE15 on black background.


Color preview on white background

This text has color #E1AE15 on white background.



Black color preview on #E1AE15 background

This text has black color on #E1AE15 background.


White color preview on #E1AE15 background

This text has white color on #E1AE15 background.