COLOR #E99040

HEX: #E99040
RGB: (233,144,64)

Color info

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

RGB color model

#E99040 color RGB value is (233,144,64).

  • red value is 233;
  • green value is 144;
  • blue value is 64.
RGB:
(233,144,64)
(91%,56%,25%)

RGB channels and saturation

R 233 of 255 = 91%
G 144 of 255 = 56%
B 64 of 255 = 25%

233
144
64

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

Portions of RGB colors in percentages

R + G + B =
233 + 144 + 64 = 441 (100%)
R 233 of 441 ~ 52.83%
G 144 of 441 ~ 32.65%
B 64 of 441 ~ 14.51%

%52.83
%32.65
%14.51

CMYK color model

#E99040 color CMYK value is (0,38,73,9).

  • cyan value is 0.00%
  • magenta value is 38.20%
  • yellow value is 72.53%
  • key color value is 8.63%
CMYK:
(0,38,73,9)
C0M38Y73K9 
(0%,38%,73%,9%)
(0.00/0.38/0.73/0.09)	

CMYK percentages

%0
%38.2
%72.53
%8.63

Codes

Color #E99040 in popluar color models

E99040
RGB23314464
HSL28°79.34%58.24%
HSB/HSV28°72.53%91.37%
CMYK0.00%38.20%72.53%
8.63%

Color #E99040 in popluar number systems.

HEXE99040
Decimal23314464
Binary11101001100100001000000
Octal351220100

Shades and tints

Shades of #E99040

#E99040
(233,144,64)
#D4833B
(212,131,59)
#BF7636
(191,118,54)
#AA6931
(170,105,49)
#955C2C
(149,92,44)
#804F27
(128,79,39)
#6B4222
(107,66,34)
#56351D
(86,53,29)
#412818
(65,40,24)
#2C1B13
(44,27,19)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #E99040

#E99040
(233,144,64)
#EB9A51
(235,154,81)
#EDA462
(237,164,98)
#EFAE73
(239,174,115)
#F1B884
(241,184,132)
#F3C295
(243,194,149)
#F5CCA6
(245,204,166)
#F7D6B7
(247,214,183)
#F9E0C8
(249,224,200)
#FBEAD9
(251,234,217)
#FDF4EA
(253,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99040 color. Also use rgb(233,144,64) instead hex code.

Text Font Color

.myTextColor { color: #E99040; }

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

This text font color is #E99040.


Background Color

.myBgColor { background-color: #E99040; }

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

This div background color is #E99040.


Border color

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

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

This div border color is #E99040.


Opacity

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

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

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

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

This text has shadow with #E99040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99040 on black background.


Color preview on white background

This text has color #E99040 on white background.



Black color preview on #E99040 background

This text has black color on #E99040 background.


White color preview on #E99040 background

This text has white color on #E99040 background.