COLOR #E8A44C

HEX: #E8A44C RGB: (232,164,76)

Color info

#E8A44C contains mainly red color. Web safe color of #E8A44C is #FF9933 (or #F93).

RGB color model

#E8A44C color RGB value is (232,164,76).

RGB: (232,164,76) (91%, 64%, 30%)

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 76 of 255 = 30%

232
164
76

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

Portions of RGB colors in percentages

R + G + B = 232 + 164 + 76 = 472 (100%)
R 232 of 472 ~ 49.15%
G 164 of 472 ~ 34.75%
B 76 of 472 ~ 16.1'%

%49.15
%34.75
%16.1

CMYK color model

#E8A44C color CMYK value is (0,29,67,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 67.24%
  • key color value is 9.02%

CMYK: (0,29,67,9)
C0M29Y67K9 (0%, 29%, 67%, 9%)
(0.00 / 0.29 / 0.67 / 0.09)

CMYK percentages

%0
%29.31
%67.24
%9.02

Codes

Color #E8A44C in popluar color models

E8 A4 4C
RGB 232 164 76
HSL 34° 77.23% 60.39%
HSB/HSV 34° 67.24% 90.98%
CMYK 0.00% 29.31% 67.24%
9.02%

Color #E8A44C in popluar number systems.

HEX E8 A4 4C
Decimal 232 164 76
Binary 11101000 10100100 1001100
Octal 350 244 114

Shades and tints

Shades of #E8A44C

#E8A44C
(232,164,76)
#D39646
(211,150,70)
#BE8840
(190,136,64)
#A97A3A
(169,122,58)
#946C34
(148,108,52)
#7F5E2E
(127,94,46)
#6A5028
(106,80,40)
#554222
(85,66,34)
#40341C
(64,52,28)
#2B2616
(43,38,22)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #E8A44C

#E8A44C
(232,164,76)
#EAAC5C
(234,172,92)
#ECB46C
(236,180,108)
#EEBC7C
(238,188,124)
#F0C48C
(240,196,140)
#F2CC9C
(242,204,156)
#F4D4AC
(244,212,172)
#F6DCBC
(246,220,188)
#F8E4CC
(248,228,204)
#FAECDC
(250,236,220)
#FCF4EC
(252,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A44C color. Also use rgb(232,164,76) instead hex code.

Text Font Color

.myTextColor { color: #E8A44C; }

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

This text font color is #E8A44C.

Background Color

.myBgColor { background-color: #E8A44C; }

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

This div background color is #E8A44C.

Border color

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

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

This div border color is #E8A44C.

Opacity

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

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

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

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

This text has shadow with #E8A44C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A44C.

Preview

Color preview on black background

This text has color #E8A44C on black background.


Color preview on white background

This text has color #E8A44C on white background.


Black color preview on #E8A44C background

This text has black color on #E8A44C background.


White color preview on #E8A44C background

This text has white color on #E8A44C background.


Related colors

Complementary color

Complementary color for #hex is #175BB3.


I love getcolorcode.com

Triadic colors

1 #4CE8A4 and #A44CE8 with #E8A44C are triadic colors.

2 #4CA4E8 and #A4E84C with #E8A44C are triadic colors.