COLOR #EA5342

HEX: #EA5342
RGB: (234,83,66)

Color info

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

RGB color model

#EA5342 color RGB value is (234,83,66).

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

RGB channels and saturation

R 234 of 255 = 92%
G 83 of 255 = 33%
B 66 of 255 = 26%

234
83
66

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

Portions of RGB colors in percentages

R + G + B =
234 + 83 + 66 = 383 (100%)
R 234 of 383 ~ 61.1%
G 83 of 383 ~ 21.67%
B 66 of 383 ~ 17.23%

%61.1
%21.67
%17.23

CMYK color model

#EA5342 color CMYK value is (0,65,72,8).

  • cyan value is 0.00%
  • magenta value is 64.53%
  • yellow value is 71.79%
  • key color value is 8.24%
CMYK:
(0,65,72,8)
C0M65Y72K8 
(0%,65%,72%,8%)
(0.00/0.65/0.72/0.08)	

CMYK percentages

%0
%64.53
%71.79
%8.24

Codes

Color #EA5342 in popluar color models

EA5342
RGB2348366
HSL80.00%58.82%
HSB/HSV71.79%91.76%
CMYK0.00%64.53%71.79%
8.24%

Color #EA5342 in popluar number systems.

HEXEA5342
Decimal2348366
Binary1110101010100111000010
Octal352123102

Shades and tints

Shades of #EA5342

#EA5342
(234,83,66)
#D54C3C
(213,76,60)
#C04536
(192,69,54)
#AB3E30
(171,62,48)
#96372A
(150,55,42)
#813024
(129,48,36)
#6C291E
(108,41,30)
#572218
(87,34,24)
#421B12
(66,27,18)
#2D140C
(45,20,12)
#180D06
(24,13,6)
#000000
(0,0,0)

Tints of #EA5342

#EA5342
(234,83,66)
#EB6253
(235,98,83)
#EC7164
(236,113,100)
#ED8075
(237,128,117)
#EE8F86
(238,143,134)
#EF9E97
(239,158,151)
#F0ADA8
(240,173,168)
#F1BCB9
(241,188,185)
#F2CBCA
(242,203,202)
#F3DADB
(243,218,219)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA5342; }

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

This text font color is #EA5342.


Background Color

.myBgColor { background-color: #EA5342; }

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

This div background color is #EA5342.


Border color

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

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

This div border color is #EA5342.


Opacity

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

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

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

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

This text has shadow with #EA5342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA5342 on black background.


Color preview on white background

This text has color #EA5342 on white background.



Black color preview on #EA5342 background

This text has black color on #EA5342 background.


White color preview on #EA5342 background

This text has white color on #EA5342 background.