COLOR #E18F74

HEX: #E18F74 RGB: (225,143,116)

Color info

#E18F74 contains mainly red color. Web safe color of #E18F74 is #CC9966 (or #C96).

RGB color model

#E18F74 color RGB value is (225,143,116).

RGB: (225,143,116) (88%, 56%, 45%)

RGB channels and saturation

R 225 of 255 = 88%
G 143 of 255 = 56%
B 116 of 255 = 45%

225
143
116

R + G + B ~ 63%. #E18F74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 143 + 116 = 484 (100%)
R 225 of 484 ~ 46.49%
G 143 of 484 ~ 29.55%
B 116 of 484 ~ 23.97'%

%46.49
%29.55
%23.97

CMYK color model

#E18F74 color CMYK value is (0,36,48,12).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 48.44%
  • key color value is 11.76%

CMYK: (0,36,48,12)
C0M36Y48K12 (0%, 36%, 48%, 12%)
(0.00 / 0.36 / 0.48 / 0.12)

CMYK percentages

%0
%36.44
%48.44
%11.76

Codes

Color #E18F74 in popluar color models

E1 8F 74
RGB 225 143 116
HSL 15° 64.50% 66.86%
HSB/HSV 15° 48.44% 88.24%
CMYK 0.00% 36.44% 48.44%
11.76%

Color #E18F74 in popluar number systems.

HEX E1 8F 74
Decimal 225 143 116
Binary 11100001 10001111 1110100
Octal 341 217 164

Shades and tints

Shades of #E18F74

#E18F74
(225,143,116)
#CD826A
(205,130,106)
#B97560
(185,117,96)
#A56856
(165,104,86)
#915B4C
(145,91,76)
#7D4E42
(125,78,66)
#694138
(105,65,56)
#55342E
(85,52,46)
#412724
(65,39,36)
#2D1A1A
(45,26,26)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #E18F74

#E18F74
(225,143,116)
#E39980
(227,153,128)
#E5A38C
(229,163,140)
#E7AD98
(231,173,152)
#E9B7A4
(233,183,164)
#EBC1B0
(235,193,176)
#EDCBBC
(237,203,188)
#EFD5C8
(239,213,200)
#F1DFD4
(241,223,212)
#F3E9E0
(243,233,224)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E18F74; }

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

This text font color is #E18F74.

Background Color

.myBgColor { background-color: #E18F74; }

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

This div background color is #E18F74.

Border color

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

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

This div border color is #E18F74.

Opacity

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

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

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

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

This text has shadow with #E18F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E18F74.

Preview

Color preview on black background

This text has color #E18F74 on black background.


Color preview on white background

This text has color #E18F74 on white background.


Black color preview on #E18F74 background

This text has black color on #E18F74 background.


White color preview on #E18F74 background

This text has white color on #E18F74 background.


Related colors

Complementary color

Complementary color for #hex is #1E708B.


I love getcolorcode.com

Triadic colors

1 #74E18F and #8F74E1 with #E18F74 are triadic colors.

2 #748FE1 and #8FE174 with #E18F74 are triadic colors.