COLOR #E49D2F

HEX: #E49D2F
RGB: (228,157,47)

Color info

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

RGB color model

#E49D2F color RGB value is (228,157,47).

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

RGB channels and saturation

R 228 of 255 = 89%
G 157 of 255 = 62%
B 47 of 255 = 18%

228
157
47

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

Portions of RGB colors in percentages

R + G + B =
228 + 157 + 47 = 432 (100%)
R 228 of 432 ~ 52.78%
G 157 of 432 ~ 36.34%
B 47 of 432 ~ 10.88%

%52.78
%36.34
%10.88

CMYK color model

#E49D2F color CMYK value is (0,31,79,11).

  • cyan value is 0.00%
  • magenta value is 31.14%
  • yellow value is 79.39%
  • key color value is 10.59%
CMYK:
(0,31,79,11)
C0M31Y79K11 
(0%,31%,79%,11%)
(0.00/0.31/0.79/0.11)	

CMYK percentages

%0
%31.14
%79.39
%10.59

Codes

Color #E49D2F in popluar color models

E49D2F
RGB22815747
HSL36°77.02%53.92%
HSB/HSV36°79.39%89.41%
CMYK0.00%31.14%79.39%
10.59%

Color #E49D2F in popluar number systems.

HEXE49D2F
Decimal22815747
Binary1110010010011101101111
Octal34423557

Shades and tints

Shades of #E49D2F

#E49D2F
(228,157,47)
#D08F2B
(208,143,43)
#BC8127
(188,129,39)
#A87323
(168,115,35)
#94651F
(148,101,31)
#80571B
(128,87,27)
#6C4917
(108,73,23)
#583B13
(88,59,19)
#442D0F
(68,45,15)
#301F0B
(48,31,11)
#1C1107
(28,17,7)
#000000
(0,0,0)

Tints of #E49D2F

#E49D2F
(228,157,47)
#E6A541
(230,165,65)
#E8AD53
(232,173,83)
#EAB565
(234,181,101)
#ECBD77
(236,189,119)
#EEC589
(238,197,137)
#F0CD9B
(240,205,155)
#F2D5AD
(242,213,173)
#F4DDBF
(244,221,191)
#F6E5D1
(246,229,209)
#F8EDE3
(248,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49D2F; }

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

This text font color is #E49D2F.


Background Color

.myBgColor { background-color: #E49D2F; }

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

This div background color is #E49D2F.


Border color

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

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

This div border color is #E49D2F.


Opacity

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

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

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

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

This text has shadow with #E49D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49D2F on black background.


Color preview on white background

This text has color #E49D2F on white background.



Black color preview on #E49D2F background

This text has black color on #E49D2F background.


White color preview on #E49D2F background

This text has white color on #E49D2F background.