COLOR #EA934C

HEX: #EA934C
RGB: (234,147,76)

Color info

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

RGB color model

#EA934C color RGB value is (234,147,76).

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

RGB channels and saturation

R 234 of 255 = 92%
G 147 of 255 = 58%
B 76 of 255 = 30%

234
147
76

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

Portions of RGB colors in percentages

R + G + B =
234 + 147 + 76 = 457 (100%)
R 234 of 457 ~ 51.2%
G 147 of 457 ~ 32.17%
B 76 of 457 ~ 16.63%

%51.2
%32.17
%16.63

CMYK color model

#EA934C color CMYK value is (0,37,68,8).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 67.52%
  • key color value is 8.24%
CMYK:
(0,37,68,8)
C0M37Y68K8 
(0%,37%,68%,8%)
(0.00/0.37/0.68/0.08)	

CMYK percentages

%0
%37.18
%67.52
%8.24

Codes

Color #EA934C in popluar color models

EA934C
RGB23414776
HSL27°79.00%60.78%
HSB/HSV27°67.52%91.76%
CMYK0.00%37.18%67.52%
8.24%

Color #EA934C in popluar number systems.

HEXEA934C
Decimal23414776
Binary11101010100100111001100
Octal352223114

Shades and tints

Shades of #EA934C

#EA934C
(234,147,76)
#D58646
(213,134,70)
#C07940
(192,121,64)
#AB6C3A
(171,108,58)
#965F34
(150,95,52)
#81522E
(129,82,46)
#6C4528
(108,69,40)
#573822
(87,56,34)
#422B1C
(66,43,28)
#2D1E16
(45,30,22)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #EA934C

#EA934C
(234,147,76)
#EB9C5C
(235,156,92)
#ECA56C
(236,165,108)
#EDAE7C
(237,174,124)
#EEB78C
(238,183,140)
#EFC09C
(239,192,156)
#F0C9AC
(240,201,172)
#F1D2BC
(241,210,188)
#F2DBCC
(242,219,204)
#F3E4DC
(243,228,220)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA934C; }

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

This text font color is #EA934C.


Background Color

.myBgColor { background-color: #EA934C; }

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

This div background color is #EA934C.


Border color

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

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

This div border color is #EA934C.


Opacity

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

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

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

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

This text has shadow with #EA934C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA934C on black background.


Color preview on white background

This text has color #EA934C on white background.



Black color preview on #EA934C background

This text has black color on #EA934C background.


White color preview on #EA934C background

This text has white color on #EA934C background.