COLOR #E0830C

HEX: #E0830C
RGB: (224,131,12)

Color info

#E0830C contains mainly red color. Web safe color of #E0830C is #CC9900 (or #C90).

RGB color model

#E0830C color RGB value is (224,131,12).

  • red value is 224;
  • green value is 131;
  • blue value is 12.
RGB:
(224,131,12)
(88%,51%,5%)

RGB channels and saturation

R 224 of 255 = 88%
G 131 of 255 = 51%
B 12 of 255 = 5%

224
131
12

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

Portions of RGB colors in percentages

R + G + B =
224 + 131 + 12 = 367 (100%)
R 224 of 367 ~ 61.04%
G 131 of 367 ~ 35.69%
B 12 of 367 ~ 3.27%

%61.04
%35.69

CMYK color model

#E0830C color CMYK value is (0,42,95,12).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 94.64%
  • key color value is 12.16%
CMYK:
(0,42,95,12)
C0M42Y95K12 
(0%,42%,95%,12%)
(0.00/0.42/0.95/0.12)	

CMYK percentages

%0
%41.52
%94.64
%12.16

Codes

Color #E0830C in popluar color models

E0830C
RGB22413112
HSL34°89.83%46.27%
HSB/HSV34°94.64%87.84%
CMYK0.00%41.52%94.64%
12.16%

Color #E0830C in popluar number systems.

HEXE0830C
Decimal22413112
Binary11100000100000111100
Octal34020314

Shades and tints

Shades of #E0830C

#E0830C
(224,131,12)
#CC780B
(204,120,11)
#B86D0A
(184,109,10)
#A46209
(164,98,9)
#905708
(144,87,8)
#7C4C07
(124,76,7)
#684106
(104,65,6)
#543605
(84,54,5)
#402B04
(64,43,4)
#2C2003
(44,32,3)
#181502
(24,21,2)
#000000
(0,0,0)

Tints of #E0830C

#E0830C
(224,131,12)
#E28E22
(226,142,34)
#E49938
(228,153,56)
#E6A44E
(230,164,78)
#E8AF64
(232,175,100)
#EABA7A
(234,186,122)
#ECC590
(236,197,144)
#EED0A6
(238,208,166)
#F0DBBC
(240,219,188)
#F2E6D2
(242,230,210)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0830C color. Also use rgb(224,131,12) instead hex code.

Text Font Color

.myTextColor { color: #E0830C; }

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

This text font color is #E0830C.


Background Color

.myBgColor { background-color: #E0830C; }

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

This div background color is #E0830C.


Border color

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

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

This div border color is #E0830C.


Opacity

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

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

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

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

This text has shadow with #E0830C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0830C on black background.


Color preview on white background

This text has color #E0830C on white background.



Black color preview on #E0830C background

This text has black color on #E0830C background.


White color preview on #E0830C background

This text has white color on #E0830C background.