COLOR #EA7367

HEX: #EA7367
RGB: (234,115,103)

Color info

#EA7367 contains mainly red color. Web safe color of #EA7367 is #FF6666 (or #F66).

RGB color model

#EA7367 color RGB value is (234,115,103).

  • red value is 234;
  • green value is 115;
  • blue value is 103.
RGB:
(234,115,103)
(92%,45%,40%)

RGB channels and saturation

R 234 of 255 = 92%
G 115 of 255 = 45%
B 103 of 255 = 40%

234
115
103

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

Portions of RGB colors in percentages

R + G + B =
234 + 115 + 103 = 452 (100%)
R 234 of 452 ~ 51.77%
G 115 of 452 ~ 25.44%
B 103 of 452 ~ 22.79%

%51.77
%25.44
%22.79

CMYK color model

#EA7367 color CMYK value is (0,51,56,8).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 55.98%
  • key color value is 8.24%
CMYK:
(0,51,56,8)
C0M51Y56K8 
(0%,51%,56%,8%)
(0.00/0.51/0.56/0.08)	

CMYK percentages

%0
%50.85
%55.98
%8.24

Codes

Color #EA7367 in popluar color models

EA7367
RGB234115103
HSL75.72%66.08%
HSB/HSV55.98%91.76%
CMYK0.00%50.85%55.98%
8.24%

Color #EA7367 in popluar number systems.

HEXEA7367
Decimal234115103
Binary1110101011100111100111
Octal352163147

Shades and tints

Shades of #EA7367

#EA7367
(234,115,103)
#D5695E
(213,105,94)
#C05F55
(192,95,85)
#AB554C
(171,85,76)
#964B43
(150,75,67)
#81413A
(129,65,58)
#6C3731
(108,55,49)
#572D28
(87,45,40)
#42231F
(66,35,31)
#2D1916
(45,25,22)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #EA7367

#EA7367
(234,115,103)
#EB7F74
(235,127,116)
#EC8B81
(236,139,129)
#ED978E
(237,151,142)
#EEA39B
(238,163,155)
#EFAFA8
(239,175,168)
#F0BBB5
(240,187,181)
#F1C7C2
(241,199,194)
#F2D3CF
(242,211,207)
#F3DFDC
(243,223,220)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7367 color. Also use rgb(234,115,103) instead hex code.

Text Font Color

.myTextColor { color: #EA7367; }

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

This text font color is #EA7367.


Background Color

.myBgColor { background-color: #EA7367; }

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

This div background color is #EA7367.


Border color

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

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

This div border color is #EA7367.


Opacity

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

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

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

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

This text has shadow with #EA7367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7367 on black background.


Color preview on white background

This text has color #EA7367 on white background.



Black color preview on #EA7367 background

This text has black color on #EA7367 background.


White color preview on #EA7367 background

This text has white color on #EA7367 background.