COLOR #E4B941

HEX: #E4B941
RGB: (228,185,65)

Color info

#E4B941 contains mainly red and green colors. Web safe color of #E4B941 is #CCCC33 (or #CC3).

RGB color model

#E4B941 color RGB value is (228,185,65).

  • red value is 228;
  • green value is 185;
  • blue value is 65.
RGB:
(228,185,65)
(89%,73%,25%)

RGB channels and saturation

R 228 of 255 = 89%
G 185 of 255 = 73%
B 65 of 255 = 25%

228
185
65

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

Portions of RGB colors in percentages

R + G + B =
228 + 185 + 65 = 478 (100%)
R 228 of 478 ~ 47.7%
G 185 of 478 ~ 38.7%
B 65 of 478 ~ 13.6%

%47.7
%38.7
%13.6

CMYK color model

#E4B941 color CMYK value is (0,19,71,11).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 71.49%
  • key color value is 10.59%
CMYK:
(0,19,71,11)
C0M19Y71K11 
(0%,19%,71%,11%)
(0.00/0.19/0.71/0.11)	

CMYK percentages

%0
%18.86
%71.49
%10.59

Codes

Color #E4B941 in popluar color models

E4B941
RGB22818565
HSL44°75.12%57.45%
HSB/HSV44°71.49%89.41%
CMYK0.00%18.86%71.49%
10.59%

Color #E4B941 in popluar number systems.

HEXE4B941
Decimal22818565
Binary11100100101110011000001
Octal344271101

Shades and tints

Shades of #E4B941

#E4B941
(228,185,65)
#D0A93C
(208,169,60)
#BC9937
(188,153,55)
#A88932
(168,137,50)
#94792D
(148,121,45)
#806928
(128,105,40)
#6C5923
(108,89,35)
#58491E
(88,73,30)
#443919
(68,57,25)
#302914
(48,41,20)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #E4B941

#E4B941
(228,185,65)
#E6BF52
(230,191,82)
#E8C563
(232,197,99)
#EACB74
(234,203,116)
#ECD185
(236,209,133)
#EED796
(238,215,150)
#F0DDA7
(240,221,167)
#F2E3B8
(242,227,184)
#F4E9C9
(244,233,201)
#F6EFDA
(246,239,218)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B941 color. Also use rgb(228,185,65) instead hex code.

Text Font Color

.myTextColor { color: #E4B941; }

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

This text font color is #E4B941.


Background Color

.myBgColor { background-color: #E4B941; }

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

This div background color is #E4B941.


Border color

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

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

This div border color is #E4B941.


Opacity

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

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

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

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

This text has shadow with #E4B941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B941 on black background.


Color preview on white background

This text has color #E4B941 on white background.



Black color preview on #E4B941 background

This text has black color on #E4B941 background.


White color preview on #E4B941 background

This text has white color on #E4B941 background.