COLOR #E4B745

HEX: #E4B745
RGB: (228,183,69)

Color info

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

RGB color model

#E4B745 color RGB value is (228,183,69).

  • red value is 228;
  • green value is 183;
  • blue value is 69.
RGB:
(228,183,69)
(89%,72%,27%)

RGB channels and saturation

R 228 of 255 = 89%
G 183 of 255 = 72%
B 69 of 255 = 27%

228
183
69

R + G + B ~ 63%. #E4B745 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 183 + 69 = 480 (100%)
R 228 of 480 ~ 47.5%
G 183 of 480 ~ 38.13%
B 69 of 480 ~ 14.38%

%47.5
%38.13
%14.38

CMYK color model

#E4B745 color CMYK value is (0,20,70,11).

  • cyan value is 0.00%
  • magenta value is 19.74%
  • yellow value is 69.74%
  • key color value is 10.59%
CMYK:
(0,20,70,11)
C0M20Y70K11 
(0%,20%,70%,11%)
(0.00/0.20/0.70/0.11)	

CMYK percentages

%0
%19.74
%69.74
%10.59

Codes

Color #E4B745 in popluar color models

E4B745
RGB22818369
HSL43°74.65%58.24%
HSB/HSV43°69.74%89.41%
CMYK0.00%19.74%69.74%
10.59%

Color #E4B745 in popluar number systems.

HEXE4B745
Decimal22818369
Binary11100100101101111000101
Octal344267105

Shades and tints

Shades of #E4B745

#E4B745
(228,183,69)
#D0A73F
(208,167,63)
#BC9739
(188,151,57)
#A88733
(168,135,51)
#94772D
(148,119,45)
#806727
(128,103,39)
#6C5721
(108,87,33)
#58471B
(88,71,27)
#443715
(68,55,21)
#30270F
(48,39,15)
#1C1709
(28,23,9)
#000000
(0,0,0)

Tints of #E4B745

#E4B745
(228,183,69)
#E6BD55
(230,189,85)
#E8C365
(232,195,101)
#EAC975
(234,201,117)
#ECCF85
(236,207,133)
#EED595
(238,213,149)
#F0DBA5
(240,219,165)
#F2E1B5
(242,225,181)
#F4E7C5
(244,231,197)
#F6EDD5
(246,237,213)
#F8F3E5
(248,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B745 color. Also use rgb(228,183,69) instead hex code.

Text Font Color

.myTextColor { color: #E4B745; }

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

This text font color is #E4B745.


Background Color

.myBgColor { background-color: #E4B745; }

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

This div background color is #E4B745.


Border color

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

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

This div border color is #E4B745.


Opacity

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

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

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

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

This text has shadow with #E4B745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B745 on black background.


Color preview on white background

This text has color #E4B745 on white background.



Black color preview on #E4B745 background

This text has black color on #E4B745 background.


White color preview on #E4B745 background

This text has white color on #E4B745 background.