COLOR #EA471B

HEX: #EA471B
RGB: (234,71,27)

Color info

#EA471B contains mainly red color. Web safe color of #EA471B is #FF3333 (or #F33).

RGB color model

#EA471B color RGB value is (234,71,27).

  • red value is 234;
  • green value is 71;
  • blue value is 27.
RGB:
(234,71,27)
(92%,28%,11%)

RGB channels and saturation

R 234 of 255 = 92%
G 71 of 255 = 28%
B 27 of 255 = 11%

234
71
27

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

Portions of RGB colors in percentages

R + G + B =
234 + 71 + 27 = 332 (100%)
R 234 of 332 ~ 70.48%
G 71 of 332 ~ 21.39%
B 27 of 332 ~ 8.13%

%70.48
%21.39

CMYK color model

#EA471B color CMYK value is (0,70,88,8).

  • cyan value is 0.00%
  • magenta value is 69.66%
  • yellow value is 88.46%
  • key color value is 8.24%
CMYK:
(0,70,88,8)
C0M70Y88K8 
(0%,70%,88%,8%)
(0.00/0.70/0.88/0.08)	

CMYK percentages

%0
%69.66
%88.46
%8.24

Codes

Color #EA471B in popluar color models

EA471B
RGB2347127
HSL13°83.13%51.18%
HSB/HSV13°88.46%91.76%
CMYK0.00%69.66%88.46%
8.24%

Color #EA471B in popluar number systems.

HEXEA471B
Decimal2347127
Binary11101010100011111011
Octal35210733

Shades and tints

Shades of #EA471B

#EA471B
(234,71,27)
#D54119
(213,65,25)
#C03B17
(192,59,23)
#AB3515
(171,53,21)
#962F13
(150,47,19)
#812911
(129,41,17)
#6C230F
(108,35,15)
#571D0D
(87,29,13)
#42170B
(66,23,11)
#2D1109
(45,17,9)
#180B07
(24,11,7)
#000000
(0,0,0)

Tints of #EA471B

#EA471B
(234,71,27)
#EB572F
(235,87,47)
#EC6743
(236,103,67)
#ED7757
(237,119,87)
#EE876B
(238,135,107)
#EF977F
(239,151,127)
#F0A793
(240,167,147)
#F1B7A7
(241,183,167)
#F2C7BB
(242,199,187)
#F3D7CF
(243,215,207)
#F4E7E3
(244,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA471B color. Also use rgb(234,71,27) instead hex code.

Text Font Color

.myTextColor { color: #EA471B; }

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

This text font color is #EA471B.


Background Color

.myBgColor { background-color: #EA471B; }

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

This div background color is #EA471B.


Border color

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

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

This div border color is #EA471B.


Opacity

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

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

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

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

This text has shadow with #EA471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA471B on black background.


Color preview on white background

This text has color #EA471B on white background.



Black color preview on #EA471B background

This text has black color on #EA471B background.


White color preview on #EA471B background

This text has white color on #EA471B background.