COLOR #E3AE06

HEX: #E3AE06
RGB: (227,174,6)

Color info

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

RGB color model

#E3AE06 color RGB value is (227,174,6).

  • red value is 227;
  • green value is 174;
  • blue value is 6.
RGB:
(227,174,6)
(89%,68%,2%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 6 of 255 = 2%

227
174
6

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

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 6 = 407 (100%)
R 227 of 407 ~ 55.77%
G 174 of 407 ~ 42.75%
B 6 of 407 ~ 1.47%

%55.77
%42.75

CMYK color model

#E3AE06 color CMYK value is (0,23,97,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 97.36%
  • key color value is 10.98%
CMYK:
(0,23,97,11)
C0M23Y97K11 
(0%,23%,97%,11%)
(0.00/0.23/0.97/0.11)	

CMYK percentages

%0
%23.35
%97.36
%10.98

Codes

Color #E3AE06 in popluar color models

E3AE06
RGB2271746
HSL46°94.85%45.69%
HSB/HSV46°97.36%89.02%
CMYK0.00%23.35%97.36%
10.98%

Color #E3AE06 in popluar number systems.

HEXE3AE06
Decimal2271746
Binary1110001110101110110
Octal3432566

Shades and tints

Shades of #E3AE06

#E3AE06
(227,174,6)
#CF9F06
(207,159,6)
#BB9006
(187,144,6)
#A78106
(167,129,6)
#937206
(147,114,6)
#7F6306
(127,99,6)
#6B5406
(107,84,6)
#574506
(87,69,6)
#433606
(67,54,6)
#2F2706
(47,39,6)
#1B1806
(27,24,6)
#000000
(0,0,0)

Tints of #E3AE06

#E3AE06
(227,174,6)
#E5B51C
(229,181,28)
#E7BC32
(231,188,50)
#E9C348
(233,195,72)
#EBCA5E
(235,202,94)
#EDD174
(237,209,116)
#EFD88A
(239,216,138)
#F1DFA0
(241,223,160)
#F3E6B6
(243,230,182)
#F5EDCC
(245,237,204)
#F7F4E2
(247,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AE06 color. Also use rgb(227,174,6) instead hex code.

Text Font Color

.myTextColor { color: #E3AE06; }

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

This text font color is #E3AE06.


Background Color

.myBgColor { background-color: #E3AE06; }

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

This div background color is #E3AE06.


Border color

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

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

This div border color is #E3AE06.


Opacity

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

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

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

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

This text has shadow with #E3AE06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AE06 on black background.


Color preview on white background

This text has color #E3AE06 on white background.



Black color preview on #E3AE06 background

This text has black color on #E3AE06 background.


White color preview on #E3AE06 background

This text has white color on #E3AE06 background.