COLOR #EA5340

HEX: #EA5340
RGB: (234,83,64)

Color info

#EA5340 contains mainly red color. Web safe color of #EA5340 is #FF6633 (or #F63).

RGB color model

#EA5340 color RGB value is (234,83,64).

  • red value is 234;
  • green value is 83;
  • blue value is 64.
RGB:
(234,83,64)
(92%,33%,25%)

RGB channels and saturation

R 234 of 255 = 92%
G 83 of 255 = 33%
B 64 of 255 = 25%

234
83
64

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

Portions of RGB colors in percentages

R + G + B =
234 + 83 + 64 = 381 (100%)
R 234 of 381 ~ 61.42%
G 83 of 381 ~ 21.78%
B 64 of 381 ~ 16.8%

%61.42
%21.78
%16.8

CMYK color model

#EA5340 color CMYK value is (0,65,73,8).

  • cyan value is 0.00%
  • magenta value is 64.53%
  • yellow value is 72.65%
  • key color value is 8.24%
CMYK:
(0,65,73,8)
C0M65Y73K8 
(0%,65%,73%,8%)
(0.00/0.65/0.73/0.08)	

CMYK percentages

%0
%64.53
%72.65
%8.24

Codes

Color #EA5340 in popluar color models

EA5340
RGB2348364
HSL80.19%58.43%
HSB/HSV72.65%91.76%
CMYK0.00%64.53%72.65%
8.24%

Color #EA5340 in popluar number systems.

HEXEA5340
Decimal2348364
Binary1110101010100111000000
Octal352123100

Shades and tints

Shades of #EA5340

#EA5340
(234,83,64)
#D54C3B
(213,76,59)
#C04536
(192,69,54)
#AB3E31
(171,62,49)
#96372C
(150,55,44)
#813027
(129,48,39)
#6C2922
(108,41,34)
#57221D
(87,34,29)
#421B18
(66,27,24)
#2D1413
(45,20,19)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #EA5340

#EA5340
(234,83,64)
#EB6251
(235,98,81)
#EC7162
(236,113,98)
#ED8073
(237,128,115)
#EE8F84
(238,143,132)
#EF9E95
(239,158,149)
#F0ADA6
(240,173,166)
#F1BCB7
(241,188,183)
#F2CBC8
(242,203,200)
#F3DAD9
(243,218,217)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA5340 color. Also use rgb(234,83,64) instead hex code.

Text Font Color

.myTextColor { color: #EA5340; }

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

This text font color is #EA5340.


Background Color

.myBgColor { background-color: #EA5340; }

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

This div background color is #EA5340.


Border color

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

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

This div border color is #EA5340.


Opacity

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

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

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

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

This text has shadow with #EA5340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5340 on black background.


Color preview on white background

This text has color #EA5340 on white background.



Black color preview on #EA5340 background

This text has black color on #EA5340 background.


White color preview on #EA5340 background

This text has white color on #EA5340 background.