COLOR #E4B62E

HEX: #E4B62E
RGB: (228,182,46)

Color info

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

RGB color model

#E4B62E color RGB value is (228,182,46).

  • red value is 228;
  • green value is 182;
  • blue value is 46.
RGB:
(228,182,46)
(89%,71%,18%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 46 of 255 = 18%

228
182
46

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

Portions of RGB colors in percentages

R + G + B =
228 + 182 + 46 = 456 (100%)
R 228 of 456 ~ 50%
G 182 of 456 ~ 39.91%
B 46 of 456 ~ 10.09%

%50
%39.91
%10.09

CMYK color model

#E4B62E color CMYK value is (0,20,80,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 79.82%
  • key color value is 10.59%
CMYK:
(0,20,80,11)
C0M20Y80K11 
(0%,20%,80%,11%)
(0.00/0.20/0.80/0.11)	

CMYK percentages

%0
%20.18
%79.82
%10.59

Codes

Color #E4B62E in popluar color models

E4B62E
RGB22818246
HSL45°77.12%53.73%
HSB/HSV45°79.82%89.41%
CMYK0.00%20.18%79.82%
10.59%

Color #E4B62E in popluar number systems.

HEXE4B62E
Decimal22818246
Binary1110010010110110101110
Octal34426656

Shades and tints

Shades of #E4B62E

#E4B62E
(228,182,46)
#D0A62A
(208,166,42)
#BC9626
(188,150,38)
#A88622
(168,134,34)
#94761E
(148,118,30)
#80661A
(128,102,26)
#6C5616
(108,86,22)
#584612
(88,70,18)
#44360E
(68,54,14)
#30260A
(48,38,10)
#1C1606
(28,22,6)
#000000
(0,0,0)

Tints of #E4B62E

#E4B62E
(228,182,46)
#E6BC41
(230,188,65)
#E8C254
(232,194,84)
#EAC867
(234,200,103)
#ECCE7A
(236,206,122)
#EED48D
(238,212,141)
#F0DAA0
(240,218,160)
#F2E0B3
(242,224,179)
#F4E6C6
(244,230,198)
#F6ECD9
(246,236,217)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B62E color. Also use rgb(228,182,46) instead hex code.

Text Font Color

.myTextColor { color: #E4B62E; }

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

This text font color is #E4B62E.


Background Color

.myBgColor { background-color: #E4B62E; }

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

This div background color is #E4B62E.


Border color

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

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

This div border color is #E4B62E.


Opacity

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

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

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

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

This text has shadow with #E4B62E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B62E on black background.


Color preview on white background

This text has color #E4B62E on white background.



Black color preview on #E4B62E background

This text has black color on #E4B62E background.


White color preview on #E4B62E background

This text has white color on #E4B62E background.