COLOR #E07329

HEX: #E07329
RGB: (224,115,41)

Color info

#E07329 contains mainly red color. Web safe color of #E07329 is #CC6633 (or #C63).

RGB color model

#E07329 color RGB value is (224,115,41).

  • red value is 224;
  • green value is 115;
  • blue value is 41.
RGB:
(224,115,41)
(88%,45%,16%)

RGB channels and saturation

R 224 of 255 = 88%
G 115 of 255 = 45%
B 41 of 255 = 16%

224
115
41

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

Portions of RGB colors in percentages

R + G + B =
224 + 115 + 41 = 380 (100%)
R 224 of 380 ~ 58.95%
G 115 of 380 ~ 30.26%
B 41 of 380 ~ 10.79%

%58.95
%30.26
%10.79

CMYK color model

#E07329 color CMYK value is (0,49,82,12).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 81.70%
  • key color value is 12.16%
CMYK:
(0,49,82,12)
C0M49Y82K12 
(0%,49%,82%,12%)
(0.00/0.49/0.82/0.12)	

CMYK percentages

%0
%48.66
%81.7
%12.16

Codes

Color #E07329 in popluar color models

E07329
RGB22411541
HSL24°74.69%51.96%
HSB/HSV24°81.70%87.84%
CMYK0.00%48.66%81.70%
12.16%

Color #E07329 in popluar number systems.

HEXE07329
Decimal22411541
Binary111000001110011101001
Octal34016351

Shades and tints

Shades of #E07329

#E07329
(224,115,41)
#CC6926
(204,105,38)
#B85F23
(184,95,35)
#A45520
(164,85,32)
#904B1D
(144,75,29)
#7C411A
(124,65,26)
#683717
(104,55,23)
#542D14
(84,45,20)
#402311
(64,35,17)
#2C190E
(44,25,14)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #E07329

#E07329
(224,115,41)
#E27F3C
(226,127,60)
#E48B4F
(228,139,79)
#E69762
(230,151,98)
#E8A375
(232,163,117)
#EAAF88
(234,175,136)
#ECBB9B
(236,187,155)
#EEC7AE
(238,199,174)
#F0D3C1
(240,211,193)
#F2DFD4
(242,223,212)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07329 color. Also use rgb(224,115,41) instead hex code.

Text Font Color

.myTextColor { color: #E07329; }

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

This text font color is #E07329.


Background Color

.myBgColor { background-color: #E07329; }

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

This div background color is #E07329.


Border color

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

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

This div border color is #E07329.


Opacity

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

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

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

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

This text has shadow with #E07329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07329 on black background.


Color preview on white background

This text has color #E07329 on white background.



Black color preview on #E07329 background

This text has black color on #E07329 background.


White color preview on #E07329 background

This text has white color on #E07329 background.