COLOR #E1AE35

HEX: #E1AE35
RGB: (225,174,53)

Color info

#E1AE35 contains mainly red and green colors. Web safe color of #E1AE35 is #CC9933 (or #C93).

RGB color model

#E1AE35 color RGB value is (225,174,53).

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

RGB channels and saturation

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

225
174
53

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

Portions of RGB colors in percentages

R + G + B =
225 + 174 + 53 = 452 (100%)
R 225 of 452 ~ 49.78%
G 174 of 452 ~ 38.5%
B 53 of 452 ~ 11.73%

%49.78
%38.5
%11.73

CMYK color model

#E1AE35 color CMYK value is (0,23,76,12).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 76.44%
  • key color value is 11.76%
CMYK:
(0,23,76,12)
C0M23Y76K12 
(0%,23%,76%,12%)
(0.00/0.23/0.76/0.12)	

CMYK percentages

%0
%22.67
%76.44
%11.76

Codes

Color #E1AE35 in popluar color models

E1AE35
RGB22517453
HSL42°74.14%54.51%
HSB/HSV42°76.44%88.24%
CMYK0.00%22.67%76.44%
11.76%

Color #E1AE35 in popluar number systems.

HEXE1AE35
Decimal22517453
Binary1110000110101110110101
Octal34125665

Shades and tints

Shades of #E1AE35

#E1AE35
(225,174,53)
#CD9F31
(205,159,49)
#B9902D
(185,144,45)
#A58129
(165,129,41)
#917225
(145,114,37)
#7D6321
(125,99,33)
#69541D
(105,84,29)
#554519
(85,69,25)
#413615
(65,54,21)
#2D2711
(45,39,17)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #E1AE35

#E1AE35
(225,174,53)
#E3B547
(227,181,71)
#E5BC59
(229,188,89)
#E7C36B
(231,195,107)
#E9CA7D
(233,202,125)
#EBD18F
(235,209,143)
#EDD8A1
(237,216,161)
#EFDFB3
(239,223,179)
#F1E6C5
(241,230,197)
#F3EDD7
(243,237,215)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AE35; }

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

This text font color is #E1AE35.


Background Color

.myBgColor { background-color: #E1AE35; }

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

This div background color is #E1AE35.


Border color

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

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

This div border color is #E1AE35.


Opacity

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

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

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

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

This text has shadow with #E1AE35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AE35 on black background.


Color preview on white background

This text has color #E1AE35 on white background.



Black color preview on #E1AE35 background

This text has black color on #E1AE35 background.


White color preview on #E1AE35 background

This text has white color on #E1AE35 background.