COLOR #E1A653

HEX: #E1A653 RGB: (225,166,83)

Color info

#E1A653 contains mainly red and green colors. Web safe color of #E1A653 is #CC9966 (or #C96).

RGB color model

#E1A653 color RGB value is (225,166,83).

RGB: (225,166,83) (88%, 65%, 33%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 83 of 255 = 33%

225
166
83

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

Portions of RGB colors in percentages

R + G + B = 225 + 166 + 83 = 474 (100%)
R 225 of 474 ~ 47.47%
G 166 of 474 ~ 35.02%
B 83 of 474 ~ 17.51'%

%47.47
%35.02
%17.51

CMYK color model

#E1A653 color CMYK value is (0,26,63,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 63.11%
  • key color value is 11.76%

CMYK: (0,26,63,12)
C0M26Y63K12 (0%, 26%, 63%, 12%)
(0.00 / 0.26 / 0.63 / 0.12)

CMYK percentages

%0
%26.22
%63.11
%11.76

Codes

Color #E1A653 in popluar color models

E1 A6 53
RGB 225 166 83
HSL 35° 70.30% 60.39%
HSB/HSV 35° 63.11% 88.24%
CMYK 0.00% 26.22% 63.11%
11.76%

Color #E1A653 in popluar number systems.

HEX E1 A6 53
Decimal 225 166 83
Binary 11100001 10100110 1010011
Octal 341 246 123

Shades and tints

Shades of #E1A653

#E1A653
(225,166,83)
#CD974C
(205,151,76)
#B98845
(185,136,69)
#A5793E
(165,121,62)
#916A37
(145,106,55)
#7D5B30
(125,91,48)
#694C29
(105,76,41)
#553D22
(85,61,34)
#412E1B
(65,46,27)
#2D1F14
(45,31,20)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #E1A653

#E1A653
(225,166,83)
#E3AE62
(227,174,98)
#E5B671
(229,182,113)
#E7BE80
(231,190,128)
#E9C68F
(233,198,143)
#EBCE9E
(235,206,158)
#EDD6AD
(237,214,173)
#EFDEBC
(239,222,188)
#F1E6CB
(241,230,203)
#F3EEDA
(243,238,218)
#F5F6E9
(245,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A653; }

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

This text font color is #E1A653.

Background Color

.myBgColor { background-color: #E1A653; }

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

This div background color is #E1A653.

Border color

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

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

This div border color is #E1A653.

Opacity

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

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

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

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

This text has shadow with #E1A653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A653.

Preview

Color preview on black background

This text has color #E1A653 on black background.


Color preview on white background

This text has color #E1A653 on white background.


Black color preview on #E1A653 background

This text has black color on #E1A653 background.


White color preview on #E1A653 background

This text has white color on #E1A653 background.


Related colors

Complementary color

Complementary color for #hex is #1E59AC.


I love getcolorcode.com

Triadic colors

1 #53E1A6 and #A653E1 with #E1A653 are triadic colors.

2 #53A6E1 and #A6E153 with #E1A653 are triadic colors.