COLOR #E99141

HEX: #E99141
RGB: (233,145,65)

Color info

#E99141 contains mainly red color. Web safe color of #E99141 is #FF9933 (or #F93).

RGB color model

#E99141 color RGB value is (233,145,65).

  • red value is 233;
  • green value is 145;
  • blue value is 65.
RGB:
(233,145,65)
(91%,57%,25%)

RGB channels and saturation

R 233 of 255 = 91%
G 145 of 255 = 57%
B 65 of 255 = 25%

233
145
65

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

Portions of RGB colors in percentages

R + G + B =
233 + 145 + 65 = 443 (100%)
R 233 of 443 ~ 52.6%
G 145 of 443 ~ 32.73%
B 65 of 443 ~ 14.67%

%52.6
%32.73
%14.67

CMYK color model

#E99141 color CMYK value is (0,38,72,9).

  • cyan value is 0.00%
  • magenta value is 37.77%
  • yellow value is 72.10%
  • key color value is 8.63%
CMYK:
(0,38,72,9)
C0M38Y72K9 
(0%,38%,72%,9%)
(0.00/0.38/0.72/0.09)	

CMYK percentages

%0
%37.77
%72.1
%8.63

Codes

Color #E99141 in popluar color models

E99141
RGB23314565
HSL29°79.25%58.43%
HSB/HSV29°72.10%91.37%
CMYK0.00%37.77%72.10%
8.63%

Color #E99141 in popluar number systems.

HEXE99141
Decimal23314565
Binary11101001100100011000001
Octal351221101

Shades and tints

Shades of #E99141

#E99141
(233,145,65)
#D4843C
(212,132,60)
#BF7737
(191,119,55)
#AA6A32
(170,106,50)
#955D2D
(149,93,45)
#805028
(128,80,40)
#6B4323
(107,67,35)
#56361E
(86,54,30)
#412919
(65,41,25)
#2C1C14
(44,28,20)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #E99141

#E99141
(233,145,65)
#EB9B52
(235,155,82)
#EDA563
(237,165,99)
#EFAF74
(239,175,116)
#F1B985
(241,185,133)
#F3C396
(243,195,150)
#F5CDA7
(245,205,167)
#F7D7B8
(247,215,184)
#F9E1C9
(249,225,201)
#FBEBDA
(251,235,218)
#FDF5EB
(253,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99141 color. Also use rgb(233,145,65) instead hex code.

Text Font Color

.myTextColor { color: #E99141; }

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

This text font color is #E99141.


Background Color

.myBgColor { background-color: #E99141; }

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

This div background color is #E99141.


Border color

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

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

This div border color is #E99141.


Opacity

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

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

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

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

This text has shadow with #E99141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99141 on black background.


Color preview on white background

This text has color #E99141 on white background.



Black color preview on #E99141 background

This text has black color on #E99141 background.


White color preview on #E99141 background

This text has white color on #E99141 background.