COLOR #E8AE3F

HEX: #E8AE3F
RGB: (232,174,63)

Color info

#E8AE3F contains mainly red and green colors. Web safe color of #E8AE3F is #FF9933 (or #F93).

RGB color model

#E8AE3F color RGB value is (232,174,63).

  • red value is 232;
  • green value is 174;
  • blue value is 63.
RGB:
(232,174,63)
(91%,68%,25%)

RGB channels and saturation

R 232 of 255 = 91%
G 174 of 255 = 68%
B 63 of 255 = 25%

232
174
63

R + G + B ~ 61%. #E8AE3F is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 174 + 63 = 469 (100%)
R 232 of 469 ~ 49.47%
G 174 of 469 ~ 37.1%
B 63 of 469 ~ 13.43%

%49.47
%37.1
%13.43

CMYK color model

#E8AE3F color CMYK value is (0,25,73,9).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 72.84%
  • key color value is 9.02%
CMYK:
(0,25,73,9)
C0M25Y73K9 
(0%,25%,73%,9%)
(0.00/0.25/0.73/0.09)	

CMYK percentages

%0
%25
%72.84
%9.02

Codes

Color #E8AE3F in popluar color models

E8AE3F
RGB23217463
HSL39°78.60%57.84%
HSB/HSV39°72.84%90.98%
CMYK0.00%25.00%72.84%
9.02%

Color #E8AE3F in popluar number systems.

HEXE8AE3F
Decimal23217463
Binary1110100010101110111111
Octal35025677

Shades and tints

Shades of #E8AE3F

#E8AE3F
(232,174,63)
#D39F3A
(211,159,58)
#BE9035
(190,144,53)
#A98130
(169,129,48)
#94722B
(148,114,43)
#7F6326
(127,99,38)
#6A5421
(106,84,33)
#55451C
(85,69,28)
#403617
(64,54,23)
#2B2712
(43,39,18)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #E8AE3F

#E8AE3F
(232,174,63)
#EAB550
(234,181,80)
#ECBC61
(236,188,97)
#EEC372
(238,195,114)
#F0CA83
(240,202,131)
#F2D194
(242,209,148)
#F4D8A5
(244,216,165)
#F6DFB6
(246,223,182)
#F8E6C7
(248,230,199)
#FAEDD8
(250,237,216)
#FCF4E9
(252,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8AE3F color. Also use rgb(232,174,63) instead hex code.

Text Font Color

.myTextColor { color: #E8AE3F; }

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

This text font color is #E8AE3F.


Background Color

.myBgColor { background-color: #E8AE3F; }

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

This div background color is #E8AE3F.


Border color

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

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

This div border color is #E8AE3F.


Opacity

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

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

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

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

This text has shadow with #E8AE3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8AE3F on black background.


Color preview on white background

This text has color #E8AE3F on white background.



Black color preview on #E8AE3F background

This text has black color on #E8AE3F background.


White color preview on #E8AE3F background

This text has white color on #E8AE3F background.