COLOR #E4A836

HEX: #E4A836
RGB: (228,168,54)

Color info

#E4A836 contains mainly red color. Web safe color of #E4A836 is #CC9933 (or #C93).

RGB color model

#E4A836 color RGB value is (228,168,54).

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

RGB channels and saturation

R 228 of 255 = 89%
G 168 of 255 = 66%
B 54 of 255 = 21%

228
168
54

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

Portions of RGB colors in percentages

R + G + B =
228 + 168 + 54 = 450 (100%)
R 228 of 450 ~ 50.67%
G 168 of 450 ~ 37.33%
B 54 of 450 ~ 12%

%50.67
%37.33
%12

CMYK color model

#E4A836 color CMYK value is (0,26,76,11).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 76.32%
  • key color value is 10.59%
CMYK:
(0,26,76,11)
C0M26Y76K11 
(0%,26%,76%,11%)
(0.00/0.26/0.76/0.11)	

CMYK percentages

%0
%26.32
%76.32
%10.59

Codes

Color #E4A836 in popluar color models

E4A836
RGB22816854
HSL39°76.32%55.29%
HSB/HSV39°76.32%89.41%
CMYK0.00%26.32%76.32%
10.59%

Color #E4A836 in popluar number systems.

HEXE4A836
Decimal22816854
Binary1110010010101000110110
Octal34425066

Shades and tints

Shades of #E4A836

#E4A836
(228,168,54)
#D09932
(208,153,50)
#BC8A2E
(188,138,46)
#A87B2A
(168,123,42)
#946C26
(148,108,38)
#805D22
(128,93,34)
#6C4E1E
(108,78,30)
#583F1A
(88,63,26)
#443016
(68,48,22)
#302112
(48,33,18)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #E4A836

#E4A836
(228,168,54)
#E6AF48
(230,175,72)
#E8B65A
(232,182,90)
#EABD6C
(234,189,108)
#ECC47E
(236,196,126)
#EECB90
(238,203,144)
#F0D2A2
(240,210,162)
#F2D9B4
(242,217,180)
#F4E0C6
(244,224,198)
#F6E7D8
(246,231,216)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A836; }

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

This text font color is #E4A836.


Background Color

.myBgColor { background-color: #E4A836; }

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

This div background color is #E4A836.


Border color

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

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

This div border color is #E4A836.


Opacity

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

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

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

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

This text has shadow with #E4A836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A836 on black background.


Color preview on white background

This text has color #E4A836 on white background.



Black color preview on #E4A836 background

This text has black color on #E4A836 background.


White color preview on #E4A836 background

This text has white color on #E4A836 background.