COLOR #E09540

HEX: #E09540
RGB: (224,149,64)

Color info

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

RGB color model

#E09540 color RGB value is (224,149,64).

  • red value is 224;
  • green value is 149;
  • blue value is 64.
RGB:
(224,149,64)
(88%,58%,25%)

RGB channels and saturation

R 224 of 255 = 88%
G 149 of 255 = 58%
B 64 of 255 = 25%

224
149
64

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

Portions of RGB colors in percentages

R + G + B =
224 + 149 + 64 = 437 (100%)
R 224 of 437 ~ 51.26%
G 149 of 437 ~ 34.1%
B 64 of 437 ~ 14.65%

%51.26
%34.1
%14.65

CMYK color model

#E09540 color CMYK value is (0,33,71,12).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(0,33,71,12)
C0M33Y71K12 
(0%,33%,71%,12%)
(0.00/0.33/0.71/0.12)	

CMYK percentages

%0
%33.48
%71.43
%12.16

Codes

Color #E09540 in popluar color models

E09540
RGB22414964
HSL32°72.07%56.47%
HSB/HSV32°71.43%87.84%
CMYK0.00%33.48%71.43%
12.16%

Color #E09540 in popluar number systems.

HEXE09540
Decimal22414964
Binary11100000100101011000000
Octal340225100

Shades and tints

Shades of #E09540

#E09540
(224,149,64)
#CC883B
(204,136,59)
#B87B36
(184,123,54)
#A46E31
(164,110,49)
#90612C
(144,97,44)
#7C5427
(124,84,39)
#684722
(104,71,34)
#543A1D
(84,58,29)
#402D18
(64,45,24)
#2C2013
(44,32,19)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #E09540

#E09540
(224,149,64)
#E29E51
(226,158,81)
#E4A762
(228,167,98)
#E6B073
(230,176,115)
#E8B984
(232,185,132)
#EAC295
(234,194,149)
#ECCBA6
(236,203,166)
#EED4B7
(238,212,183)
#F0DDC8
(240,221,200)
#F2E6D9
(242,230,217)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09540 color. Also use rgb(224,149,64) instead hex code.

Text Font Color

.myTextColor { color: #E09540; }

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

This text font color is #E09540.


Background Color

.myBgColor { background-color: #E09540; }

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

This div background color is #E09540.


Border color

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

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

This div border color is #E09540.


Opacity

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

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

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

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

This text has shadow with #E09540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09540 on black background.


Color preview on white background

This text has color #E09540 on white background.



Black color preview on #E09540 background

This text has black color on #E09540 background.


White color preview on #E09540 background

This text has white color on #E09540 background.