COLOR #EA9346

HEX: #EA9346
RGB: (234,147,70)

Color info

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

RGB color model

#EA9346 color RGB value is (234,147,70).

  • red value is 234;
  • green value is 147;
  • blue value is 70.
RGB:
(234,147,70)
(92%,58%,27%)

RGB channels and saturation

R 234 of 255 = 92%
G 147 of 255 = 58%
B 70 of 255 = 27%

234
147
70

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

Portions of RGB colors in percentages

R + G + B =
234 + 147 + 70 = 451 (100%)
R 234 of 451 ~ 51.88%
G 147 of 451 ~ 32.59%
B 70 of 451 ~ 15.52%

%51.88
%32.59
%15.52

CMYK color model

#EA9346 color CMYK value is (0,37,70,8).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 70.09%
  • key color value is 8.24%
CMYK:
(0,37,70,8)
C0M37Y70K8 
(0%,37%,70%,8%)
(0.00/0.37/0.70/0.08)	

CMYK percentages

%0
%37.18
%70.09
%8.24

Codes

Color #EA9346 in popluar color models

EA9346
RGB23414770
HSL28°79.61%59.61%
HSB/HSV28°70.09%91.76%
CMYK0.00%37.18%70.09%
8.24%

Color #EA9346 in popluar number systems.

HEXEA9346
Decimal23414770
Binary11101010100100111000110
Octal352223106

Shades and tints

Shades of #EA9346

#EA9346
(234,147,70)
#D58640
(213,134,64)
#C0793A
(192,121,58)
#AB6C34
(171,108,52)
#965F2E
(150,95,46)
#815228
(129,82,40)
#6C4522
(108,69,34)
#57381C
(87,56,28)
#422B16
(66,43,22)
#2D1E10
(45,30,16)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #EA9346

#EA9346
(234,147,70)
#EB9C56
(235,156,86)
#ECA566
(236,165,102)
#EDAE76
(237,174,118)
#EEB786
(238,183,134)
#EFC096
(239,192,150)
#F0C9A6
(240,201,166)
#F1D2B6
(241,210,182)
#F2DBC6
(242,219,198)
#F3E4D6
(243,228,214)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9346 color. Also use rgb(234,147,70) instead hex code.

Text Font Color

.myTextColor { color: #EA9346; }

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

This text font color is #EA9346.


Background Color

.myBgColor { background-color: #EA9346; }

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

This div background color is #EA9346.


Border color

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

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

This div border color is #EA9346.


Opacity

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

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

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

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

This text has shadow with #EA9346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9346 on black background.


Color preview on white background

This text has color #EA9346 on white background.



Black color preview on #EA9346 background

This text has black color on #EA9346 background.


White color preview on #EA9346 background

This text has white color on #EA9346 background.