COLOR #E1874B

HEX: #E1874B
RGB: (225,135,75)

Color info

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

RGB color model

#E1874B color RGB value is (225,135,75).

  • red value is 225;
  • green value is 135;
  • blue value is 75.
RGB:
(225,135,75)
(88%,53%,29%)

RGB channels and saturation

R 225 of 255 = 88%
G 135 of 255 = 53%
B 75 of 255 = 29%

225
135
75

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

Portions of RGB colors in percentages

R + G + B =
225 + 135 + 75 = 435 (100%)
R 225 of 435 ~ 51.72%
G 135 of 435 ~ 31.03%
B 75 of 435 ~ 17.24%

%51.72
%31.03
%17.24

CMYK color model

#E1874B color CMYK value is (0,40,67,12).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 66.67%
  • key color value is 11.76%
CMYK:
(0,40,67,12)
C0M40Y67K12 
(0%,40%,67%,12%)
(0.00/0.40/0.67/0.12)	

CMYK percentages

%0
%40
%66.67
%11.76

Codes

Color #E1874B in popluar color models

E1874B
RGB22513575
HSL24°71.43%58.82%
HSB/HSV24°66.67%88.24%
CMYK0.00%40.00%66.67%
11.76%

Color #E1874B in popluar number systems.

HEXE1874B
Decimal22513575
Binary11100001100001111001011
Octal341207113

Shades and tints

Shades of #E1874B

#E1874B
(225,135,75)
#CD7B45
(205,123,69)
#B96F3F
(185,111,63)
#A56339
(165,99,57)
#915733
(145,87,51)
#7D4B2D
(125,75,45)
#693F27
(105,63,39)
#553321
(85,51,33)
#41271B
(65,39,27)
#2D1B15
(45,27,21)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #E1874B

#E1874B
(225,135,75)
#E3915B
(227,145,91)
#E59B6B
(229,155,107)
#E7A57B
(231,165,123)
#E9AF8B
(233,175,139)
#EBB99B
(235,185,155)
#EDC3AB
(237,195,171)
#EFCDBB
(239,205,187)
#F1D7CB
(241,215,203)
#F3E1DB
(243,225,219)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1874B color. Also use rgb(225,135,75) instead hex code.

Text Font Color

.myTextColor { color: #E1874B; }

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

This text font color is #E1874B.


Background Color

.myBgColor { background-color: #E1874B; }

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

This div background color is #E1874B.


Border color

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

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

This div border color is #E1874B.


Opacity

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

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

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

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

This text has shadow with #E1874B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1874B on black background.


Color preview on white background

This text has color #E1874B on white background.



Black color preview on #E1874B background

This text has black color on #E1874B background.


White color preview on #E1874B background

This text has white color on #E1874B background.