COLOR #EA974D

HEX: #EA974D
RGB: (234,151,77)

Color info

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

RGB color model

#EA974D color RGB value is (234,151,77).

  • red value is 234;
  • green value is 151;
  • blue value is 77.
RGB:
(234,151,77)
(92%,59%,30%)

RGB channels and saturation

R 234 of 255 = 92%
G 151 of 255 = 59%
B 77 of 255 = 30%

234
151
77

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

Portions of RGB colors in percentages

R + G + B =
234 + 151 + 77 = 462 (100%)
R 234 of 462 ~ 50.65%
G 151 of 462 ~ 32.68%
B 77 of 462 ~ 16.67%

%50.65
%32.68
%16.67

CMYK color model

#EA974D color CMYK value is (0,35,67,8).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 67.09%
  • key color value is 8.24%
CMYK:
(0,35,67,8)
C0M35Y67K8 
(0%,35%,67%,8%)
(0.00/0.35/0.67/0.08)	

CMYK percentages

%0
%35.47
%67.09
%8.24

Codes

Color #EA974D in popluar color models

EA974D
RGB23415177
HSL28°78.89%60.98%
HSB/HSV28°67.09%91.76%
CMYK0.00%35.47%67.09%
8.24%

Color #EA974D in popluar number systems.

HEXEA974D
Decimal23415177
Binary11101010100101111001101
Octal352227115

Shades and tints

Shades of #EA974D

#EA974D
(234,151,77)
#D58A46
(213,138,70)
#C07D3F
(192,125,63)
#AB7038
(171,112,56)
#966331
(150,99,49)
#81562A
(129,86,42)
#6C4923
(108,73,35)
#573C1C
(87,60,28)
#422F15
(66,47,21)
#2D220E
(45,34,14)
#181507
(24,21,7)
#000000
(0,0,0)

Tints of #EA974D

#EA974D
(234,151,77)
#EBA05D
(235,160,93)
#ECA96D
(236,169,109)
#EDB27D
(237,178,125)
#EEBB8D
(238,187,141)
#EFC49D
(239,196,157)
#F0CDAD
(240,205,173)
#F1D6BD
(241,214,189)
#F2DFCD
(242,223,205)
#F3E8DD
(243,232,221)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA974D color. Also use rgb(234,151,77) instead hex code.

Text Font Color

.myTextColor { color: #EA974D; }

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

This text font color is #EA974D.


Background Color

.myBgColor { background-color: #EA974D; }

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

This div background color is #EA974D.


Border color

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

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

This div border color is #EA974D.


Opacity

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

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

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

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

This text has shadow with #EA974D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA974D on black background.


Color preview on white background

This text has color #EA974D on white background.



Black color preview on #EA974D background

This text has black color on #EA974D background.


White color preview on #EA974D background

This text has white color on #EA974D background.