COLOR #E9AE5B

HEX: #E9AE5B
RGB: (233,174,91)

Color info

#E9AE5B contains mainly red and green colors. Web safe color of #E9AE5B is #FF9966 (or #F96).

RGB color model

#E9AE5B color RGB value is (233,174,91).

  • red value is 233;
  • green value is 174;
  • blue value is 91.
RGB:
(233,174,91)
(91%,68%,36%)

RGB channels and saturation

R 233 of 255 = 91%
G 174 of 255 = 68%
B 91 of 255 = 36%

233
174
91

R + G + B ~ 65%. #E9AE5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 174 + 91 = 498 (100%)
R 233 of 498 ~ 46.79%
G 174 of 498 ~ 34.94%
B 91 of 498 ~ 18.27%

%46.79
%34.94
%18.27

CMYK color model

#E9AE5B color CMYK value is (0,25,61,9).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 60.94%
  • key color value is 8.63%
CMYK:
(0,25,61,9)
C0M25Y61K9 
(0%,25%,61%,9%)
(0.00/0.25/0.61/0.09)	

CMYK percentages

%0
%25.32
%60.94
%8.63

Codes

Color #E9AE5B in popluar color models

E9AE5B
RGB23317491
HSL35°76.34%63.53%
HSB/HSV35°60.94%91.37%
CMYK0.00%25.32%60.94%
8.63%

Color #E9AE5B in popluar number systems.

HEXE9AE5B
Decimal23317491
Binary11101001101011101011011
Octal351256133

Shades and tints

Shades of #E9AE5B

#E9AE5B
(233,174,91)
#D49F53
(212,159,83)
#BF904B
(191,144,75)
#AA8143
(170,129,67)
#95723B
(149,114,59)
#806333
(128,99,51)
#6B542B
(107,84,43)
#564523
(86,69,35)
#41361B
(65,54,27)
#2C2713
(44,39,19)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #E9AE5B

#E9AE5B
(233,174,91)
#EBB569
(235,181,105)
#EDBC77
(237,188,119)
#EFC385
(239,195,133)
#F1CA93
(241,202,147)
#F3D1A1
(243,209,161)
#F5D8AF
(245,216,175)
#F7DFBD
(247,223,189)
#F9E6CB
(249,230,203)
#FBEDD9
(251,237,217)
#FDF4E7
(253,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9AE5B color. Also use rgb(233,174,91) instead hex code.

Text Font Color

.myTextColor { color: #E9AE5B; }

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

This text font color is #E9AE5B.


Background Color

.myBgColor { background-color: #E9AE5B; }

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

This div background color is #E9AE5B.


Border color

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

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

This div border color is #E9AE5B.


Opacity

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

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

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

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

This text has shadow with #E9AE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AE5B on black background.


Color preview on white background

This text has color #E9AE5B on white background.



Black color preview on #E9AE5B background

This text has black color on #E9AE5B background.


White color preview on #E9AE5B background

This text has white color on #E9AE5B background.