COLOR #E18D29

HEX: #E18D29
RGB: (225,141,41)

Color info

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

RGB color model

#E18D29 color RGB value is (225,141,41).

  • red value is 225;
  • green value is 141;
  • blue value is 41.
RGB:
(225,141,41)
(88%,55%,16%)

RGB channels and saturation

R 225 of 255 = 88%
G 141 of 255 = 55%
B 41 of 255 = 16%

225
141
41

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

Portions of RGB colors in percentages

R + G + B =
225 + 141 + 41 = 407 (100%)
R 225 of 407 ~ 55.28%
G 141 of 407 ~ 34.64%
B 41 of 407 ~ 10.07%

%55.28
%34.64
%10.07

CMYK color model

#E18D29 color CMYK value is (0,37,82,12).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 81.78%
  • key color value is 11.76%
CMYK:
(0,37,82,12)
C0M37Y82K12 
(0%,37%,82%,12%)
(0.00/0.37/0.82/0.12)	

CMYK percentages

%0
%37.33
%81.78
%11.76

Codes

Color #E18D29 in popluar color models

E18D29
RGB22514141
HSL33°75.41%52.16%
HSB/HSV33°81.78%88.24%
CMYK0.00%37.33%81.78%
11.76%

Color #E18D29 in popluar number systems.

HEXE18D29
Decimal22514141
Binary1110000110001101101001
Octal34121551

Shades and tints

Shades of #E18D29

#E18D29
(225,141,41)
#CD8126
(205,129,38)
#B97523
(185,117,35)
#A56920
(165,105,32)
#915D1D
(145,93,29)
#7D511A
(125,81,26)
#694517
(105,69,23)
#553914
(85,57,20)
#412D11
(65,45,17)
#2D210E
(45,33,14)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #E18D29

#E18D29
(225,141,41)
#E3973C
(227,151,60)
#E5A14F
(229,161,79)
#E7AB62
(231,171,98)
#E9B575
(233,181,117)
#EBBF88
(235,191,136)
#EDC99B
(237,201,155)
#EFD3AE
(239,211,174)
#F1DDC1
(241,221,193)
#F3E7D4
(243,231,212)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18D29 color. Also use rgb(225,141,41) instead hex code.

Text Font Color

.myTextColor { color: #E18D29; }

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

This text font color is #E18D29.


Background Color

.myBgColor { background-color: #E18D29; }

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

This div background color is #E18D29.


Border color

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

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

This div border color is #E18D29.


Opacity

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

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

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

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

This text has shadow with #E18D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18D29 on black background.


Color preview on white background

This text has color #E18D29 on white background.



Black color preview on #E18D29 background

This text has black color on #E18D29 background.


White color preview on #E18D29 background

This text has white color on #E18D29 background.