COLOR #E1A640

HEX: #E1A640
RGB: (225,166,64)

Color info

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

RGB color model

#E1A640 color RGB value is (225,166,64).

  • red value is 225;
  • green value is 166;
  • blue value is 64.
RGB:
(225,166,64)
(88%,65%,25%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 64 of 255 = 25%

225
166
64

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

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 64 = 455 (100%)
R 225 of 455 ~ 49.45%
G 166 of 455 ~ 36.48%
B 64 of 455 ~ 14.07%

%49.45
%36.48
%14.07

CMYK color model

#E1A640 color CMYK value is (0,26,72,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 71.56%
  • key color value is 11.76%
CMYK:
(0,26,72,12)
C0M26Y72K12 
(0%,26%,72%,12%)
(0.00/0.26/0.72/0.12)	

CMYK percentages

%0
%26.22
%71.56
%11.76

Codes

Color #E1A640 in popluar color models

E1A640
RGB22516664
HSL38°72.85%56.67%
HSB/HSV38°71.56%88.24%
CMYK0.00%26.22%71.56%
11.76%

Color #E1A640 in popluar number systems.

HEXE1A640
Decimal22516664
Binary11100001101001101000000
Octal341246100

Shades and tints

Shades of #E1A640

#E1A640
(225,166,64)
#CD973B
(205,151,59)
#B98836
(185,136,54)
#A57931
(165,121,49)
#916A2C
(145,106,44)
#7D5B27
(125,91,39)
#694C22
(105,76,34)
#553D1D
(85,61,29)
#412E18
(65,46,24)
#2D1F13
(45,31,19)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #E1A640

#E1A640
(225,166,64)
#E3AE51
(227,174,81)
#E5B662
(229,182,98)
#E7BE73
(231,190,115)
#E9C684
(233,198,132)
#EBCE95
(235,206,149)
#EDD6A6
(237,214,166)
#EFDEB7
(239,222,183)
#F1E6C8
(241,230,200)
#F3EED9
(243,238,217)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A640 color. Also use rgb(225,166,64) instead hex code.

Text Font Color

.myTextColor { color: #E1A640; }

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

This text font color is #E1A640.


Background Color

.myBgColor { background-color: #E1A640; }

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

This div background color is #E1A640.


Border color

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

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

This div border color is #E1A640.


Opacity

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

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

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

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

This text has shadow with #E1A640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A640 on black background.


Color preview on white background

This text has color #E1A640 on white background.



Black color preview on #E1A640 background

This text has black color on #E1A640 background.


White color preview on #E1A640 background

This text has white color on #E1A640 background.