COLOR #E18827

HEX: #E18827
RGB: (225,136,39)

Color info

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

RGB color model

#E18827 color RGB value is (225,136,39).

  • red value is 225;
  • green value is 136;
  • blue value is 39.
RGB:
(225,136,39)
(88%,53%,15%)

RGB channels and saturation

R 225 of 255 = 88%
G 136 of 255 = 53%
B 39 of 255 = 15%

225
136
39

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

Portions of RGB colors in percentages

R + G + B =
225 + 136 + 39 = 400 (100%)
R 225 of 400 ~ 56.25%
G 136 of 400 ~ 34%
B 39 of 400 ~ 9.75%

%56.25
%34
%9.75

CMYK color model

#E18827 color CMYK value is (0,40,83,12).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 82.67%
  • key color value is 11.76%
CMYK:
(0,40,83,12)
C0M40Y83K12 
(0%,40%,83%,12%)
(0.00/0.40/0.83/0.12)	

CMYK percentages

%0
%39.56
%82.67
%11.76

Codes

Color #E18827 in popluar color models

E18827
RGB22513639
HSL31°75.61%51.76%
HSB/HSV31°82.67%88.24%
CMYK0.00%39.56%82.67%
11.76%

Color #E18827 in popluar number systems.

HEXE18827
Decimal22513639
Binary1110000110001000100111
Octal34121047

Shades and tints

Shades of #E18827

#E18827
(225,136,39)
#CD7C24
(205,124,36)
#B97021
(185,112,33)
#A5641E
(165,100,30)
#91581B
(145,88,27)
#7D4C18
(125,76,24)
#694015
(105,64,21)
#553412
(85,52,18)
#41280F
(65,40,15)
#2D1C0C
(45,28,12)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #E18827

#E18827
(225,136,39)
#E3923A
(227,146,58)
#E59C4D
(229,156,77)
#E7A660
(231,166,96)
#E9B073
(233,176,115)
#EBBA86
(235,186,134)
#EDC499
(237,196,153)
#EFCEAC
(239,206,172)
#F1D8BF
(241,216,191)
#F3E2D2
(243,226,210)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18827 color. Also use rgb(225,136,39) instead hex code.

Text Font Color

.myTextColor { color: #E18827; }

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

This text font color is #E18827.


Background Color

.myBgColor { background-color: #E18827; }

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

This div background color is #E18827.


Border color

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

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

This div border color is #E18827.


Opacity

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

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

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

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

This text has shadow with #E18827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18827 on black background.


Color preview on white background

This text has color #E18827 on white background.



Black color preview on #E18827 background

This text has black color on #E18827 background.


White color preview on #E18827 background

This text has white color on #E18827 background.