COLOR #E4A85C

HEX: #E4A85C
RGB: (228,168,92)

Color info

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

RGB color model

#E4A85C color RGB value is (228,168,92).

  • red value is 228;
  • green value is 168;
  • blue value is 92.
RGB:
(228,168,92)
(89%,66%,36%)

RGB channels and saturation

R 228 of 255 = 89%
G 168 of 255 = 66%
B 92 of 255 = 36%

228
168
92

R + G + B ~ 64%. #E4A85C is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 168 + 92 = 488 (100%)
R 228 of 488 ~ 46.72%
G 168 of 488 ~ 34.43%
B 92 of 488 ~ 18.85%

%46.72
%34.43
%18.85

CMYK color model

#E4A85C color CMYK value is (0,26,60,11).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 59.65%
  • key color value is 10.59%
CMYK:
(0,26,60,11)
C0M26Y60K11 
(0%,26%,60%,11%)
(0.00/0.26/0.60/0.11)	

CMYK percentages

%0
%26.32
%59.65
%10.59

Codes

Color #E4A85C in popluar color models

E4A85C
RGB22816892
HSL34°71.58%62.75%
HSB/HSV34°59.65%89.41%
CMYK0.00%26.32%59.65%
10.59%

Color #E4A85C in popluar number systems.

HEXE4A85C
Decimal22816892
Binary11100100101010001011100
Octal344250134

Shades and tints

Shades of #E4A85C

#E4A85C
(228,168,92)
#D09954
(208,153,84)
#BC8A4C
(188,138,76)
#A87B44
(168,123,68)
#946C3C
(148,108,60)
#805D34
(128,93,52)
#6C4E2C
(108,78,44)
#583F24
(88,63,36)
#44301C
(68,48,28)
#302114
(48,33,20)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #E4A85C

#E4A85C
(228,168,92)
#E6AF6A
(230,175,106)
#E8B678
(232,182,120)
#EABD86
(234,189,134)
#ECC494
(236,196,148)
#EECBA2
(238,203,162)
#F0D2B0
(240,210,176)
#F2D9BE
(242,217,190)
#F4E0CC
(244,224,204)
#F6E7DA
(246,231,218)
#F8EEE8
(248,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A85C color. Also use rgb(228,168,92) instead hex code.

Text Font Color

.myTextColor { color: #E4A85C; }

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

This text font color is #E4A85C.


Background Color

.myBgColor { background-color: #E4A85C; }

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

This div background color is #E4A85C.


Border color

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

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

This div border color is #E4A85C.


Opacity

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

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

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

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

This text has shadow with #E4A85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A85C on black background.


Color preview on white background

This text has color #E4A85C on white background.



Black color preview on #E4A85C background

This text has black color on #E4A85C background.


White color preview on #E4A85C background

This text has white color on #E4A85C background.