COLOR #E18F4C

HEX: #E18F4C
RGB: (225,143,76)

Color info

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

RGB color model

#E18F4C color RGB value is (225,143,76).

  • red value is 225;
  • green value is 143;
  • blue value is 76.
RGB:
(225,143,76)
(88%,56%,30%)

RGB channels and saturation

R 225 of 255 = 88%
G 143 of 255 = 56%
B 76 of 255 = 30%

225
143
76

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

Portions of RGB colors in percentages

R + G + B =
225 + 143 + 76 = 444 (100%)
R 225 of 444 ~ 50.68%
G 143 of 444 ~ 32.21%
B 76 of 444 ~ 17.12%

%50.68
%32.21
%17.12

CMYK color model

#E18F4C color CMYK value is (0,36,66,12).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 66.22%
  • key color value is 11.76%
CMYK:
(0,36,66,12)
C0M36Y66K12 
(0%,36%,66%,12%)
(0.00/0.36/0.66/0.12)	

CMYK percentages

%0
%36.44
%66.22
%11.76

Codes

Color #E18F4C in popluar color models

E18F4C
RGB22514376
HSL27°71.29%59.02%
HSB/HSV27°66.22%88.24%
CMYK0.00%36.44%66.22%
11.76%

Color #E18F4C in popluar number systems.

HEXE18F4C
Decimal22514376
Binary11100001100011111001100
Octal341217114

Shades and tints

Shades of #E18F4C

#E18F4C
(225,143,76)
#CD8246
(205,130,70)
#B97540
(185,117,64)
#A5683A
(165,104,58)
#915B34
(145,91,52)
#7D4E2E
(125,78,46)
#694128
(105,65,40)
#553422
(85,52,34)
#41271C
(65,39,28)
#2D1A16
(45,26,22)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #E18F4C

#E18F4C
(225,143,76)
#E3995C
(227,153,92)
#E5A36C
(229,163,108)
#E7AD7C
(231,173,124)
#E9B78C
(233,183,140)
#EBC19C
(235,193,156)
#EDCBAC
(237,203,172)
#EFD5BC
(239,213,188)
#F1DFCC
(241,223,204)
#F3E9DC
(243,233,220)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18F4C color. Also use rgb(225,143,76) instead hex code.

Text Font Color

.myTextColor { color: #E18F4C; }

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

This text font color is #E18F4C.


Background Color

.myBgColor { background-color: #E18F4C; }

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

This div background color is #E18F4C.


Border color

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

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

This div border color is #E18F4C.


Opacity

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

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

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

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

This text has shadow with #E18F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18F4C on black background.


Color preview on white background

This text has color #E18F4C on white background.



Black color preview on #E18F4C background

This text has black color on #E18F4C background.


White color preview on #E18F4C background

This text has white color on #E18F4C background.