COLOR #E5A64F

HEX: #E5A64F
RGB: (229,166,79)

Color info

#E5A64F contains mainly red color. Web safe color of #E5A64F is #CC9966 (or #C96).

RGB color model

#E5A64F color RGB value is (229,166,79).

  • red value is 229;
  • green value is 166;
  • blue value is 79.
RGB:
(229,166,79)
(90%,65%,31%)

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 79 of 255 = 31%

229
166
79

R + G + B ~ 62%. #E5A64F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 79 = 474 (100%)
R 229 of 474 ~ 48.31%
G 166 of 474 ~ 35.02%
B 79 of 474 ~ 16.67%

%48.31
%35.02
%16.67

CMYK color model

#E5A64F color CMYK value is (0,28,66,10).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 65.50%
  • key color value is 10.20%
CMYK:
(0,28,66,10)
C0M28Y66K10 
(0%,28%,66%,10%)
(0.00/0.28/0.66/0.10)	

CMYK percentages

%0
%27.51
%65.5
%10.2

Codes

Color #E5A64F in popluar color models

E5A64F
RGB22916679
HSL35°74.26%60.39%
HSB/HSV35°65.50%89.80%
CMYK0.00%27.51%65.50%
10.20%

Color #E5A64F in popluar number systems.

HEXE5A64F
Decimal22916679
Binary11100101101001101001111
Octal345246117

Shades and tints

Shades of #E5A64F

#E5A64F
(229,166,79)
#D19748
(209,151,72)
#BD8841
(189,136,65)
#A9793A
(169,121,58)
#956A33
(149,106,51)
#815B2C
(129,91,44)
#6D4C25
(109,76,37)
#593D1E
(89,61,30)
#452E17
(69,46,23)
#311F10
(49,31,16)
#1D1009
(29,16,9)
#000000
(0,0,0)

Tints of #E5A64F

#E5A64F
(229,166,79)
#E7AE5F
(231,174,95)
#E9B66F
(233,182,111)
#EBBE7F
(235,190,127)
#EDC68F
(237,198,143)
#EFCE9F
(239,206,159)
#F1D6AF
(241,214,175)
#F3DEBF
(243,222,191)
#F5E6CF
(245,230,207)
#F7EEDF
(247,238,223)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A64F color. Also use rgb(229,166,79) instead hex code.

Text Font Color

.myTextColor { color: #E5A64F; }

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

This text font color is #E5A64F.


Background Color

.myBgColor { background-color: #E5A64F; }

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

This div background color is #E5A64F.


Border color

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

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

This div border color is #E5A64F.


Opacity

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

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

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

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

This text has shadow with #E5A64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A64F on black background.


Color preview on white background

This text has color #E5A64F on white background.



Black color preview on #E5A64F background

This text has black color on #E5A64F background.


White color preview on #E5A64F background

This text has white color on #E5A64F background.