COLOR #E49D2B

HEX: #E49D2B
RGB: (228,157,43)

Color info

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

RGB color model

#E49D2B color RGB value is (228,157,43).

  • red value is 228;
  • green value is 157;
  • blue value is 43.
RGB:
(228,157,43)
(89%,62%,17%)

RGB channels and saturation

R 228 of 255 = 89%
G 157 of 255 = 62%
B 43 of 255 = 17%

228
157
43

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

Portions of RGB colors in percentages

R + G + B =
228 + 157 + 43 = 428 (100%)
R 228 of 428 ~ 53.27%
G 157 of 428 ~ 36.68%
B 43 of 428 ~ 10.05%

%53.27
%36.68
%10.05

CMYK color model

#E49D2B color CMYK value is (0,31,81,11).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 81.14%
  • key color value is 10.59%
CMYK:
(0,31,81,11)
C0M31Y81K11 
(0%,31%,81%,11%)
(0.00/0.31/0.81/0.11)	

CMYK percentages

%0
%31.14
%81.14
%10.59

Codes

Color #E49D2B in popluar color models

E49D2B
RGB22815743
HSL37°77.41%53.14%
HSB/HSV37°81.14%89.41%
CMYK0.00%31.14%81.14%
10.59%

Color #E49D2B in popluar number systems.

HEXE49D2B
Decimal22815743
Binary1110010010011101101011
Octal34423553

Shades and tints

Shades of #E49D2B

#E49D2B
(228,157,43)
#D08F28
(208,143,40)
#BC8125
(188,129,37)
#A87322
(168,115,34)
#94651F
(148,101,31)
#80571C
(128,87,28)
#6C4919
(108,73,25)
#583B16
(88,59,22)
#442D13
(68,45,19)
#301F10
(48,31,16)
#1C110D
(28,17,13)
#000000
(0,0,0)

Tints of #E49D2B

#E49D2B
(228,157,43)
#E6A53E
(230,165,62)
#E8AD51
(232,173,81)
#EAB564
(234,181,100)
#ECBD77
(236,189,119)
#EEC58A
(238,197,138)
#F0CD9D
(240,205,157)
#F2D5B0
(242,213,176)
#F4DDC3
(244,221,195)
#F6E5D6
(246,229,214)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49D2B color. Also use rgb(228,157,43) instead hex code.

Text Font Color

.myTextColor { color: #E49D2B; }

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

This text font color is #E49D2B.


Background Color

.myBgColor { background-color: #E49D2B; }

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

This div background color is #E49D2B.


Border color

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

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

This div border color is #E49D2B.


Opacity

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

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

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

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

This text has shadow with #E49D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49D2B on black background.


Color preview on white background

This text has color #E49D2B on white background.



Black color preview on #E49D2B background

This text has black color on #E49D2B background.


White color preview on #E49D2B background

This text has white color on #E49D2B background.