COLOR #EA6A55

HEX: #EA6A55
RGB: (234,106,85)

Color info

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

RGB color model

#EA6A55 color RGB value is (234,106,85).

  • red value is 234;
  • green value is 106;
  • blue value is 85.
RGB:
(234,106,85)
(92%,42%,33%)

RGB channels and saturation

R 234 of 255 = 92%
G 106 of 255 = 42%
B 85 of 255 = 33%

234
106
85

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

Portions of RGB colors in percentages

R + G + B =
234 + 106 + 85 = 425 (100%)
R 234 of 425 ~ 55.06%
G 106 of 425 ~ 24.94%
B 85 of 425 ~ 20%

%55.06
%24.94
%20

CMYK color model

#EA6A55 color CMYK value is (0,55,64,8).

  • cyan value is 0.00%
  • magenta value is 54.70%
  • yellow value is 63.68%
  • key color value is 8.24%
CMYK:
(0,55,64,8)
C0M55Y64K8 
(0%,55%,64%,8%)
(0.00/0.55/0.64/0.08)	

CMYK percentages

%0
%54.7
%63.68
%8.24

Codes

Color #EA6A55 in popluar color models

EA6A55
RGB23410685
HSL78.01%62.55%
HSB/HSV63.68%91.76%
CMYK0.00%54.70%63.68%
8.24%

Color #EA6A55 in popluar number systems.

HEXEA6A55
Decimal23410685
Binary1110101011010101010101
Octal352152125

Shades and tints

Shades of #EA6A55

#EA6A55
(234,106,85)
#D5614E
(213,97,78)
#C05847
(192,88,71)
#AB4F40
(171,79,64)
#964639
(150,70,57)
#813D32
(129,61,50)
#6C342B
(108,52,43)
#572B24
(87,43,36)
#42221D
(66,34,29)
#2D1916
(45,25,22)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #EA6A55

#EA6A55
(234,106,85)
#EB7764
(235,119,100)
#EC8473
(236,132,115)
#ED9182
(237,145,130)
#EE9E91
(238,158,145)
#EFABA0
(239,171,160)
#F0B8AF
(240,184,175)
#F1C5BE
(241,197,190)
#F2D2CD
(242,210,205)
#F3DFDC
(243,223,220)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6A55 color. Also use rgb(234,106,85) instead hex code.

Text Font Color

.myTextColor { color: #EA6A55; }

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

This text font color is #EA6A55.


Background Color

.myBgColor { background-color: #EA6A55; }

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

This div background color is #EA6A55.


Border color

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

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

This div border color is #EA6A55.


Opacity

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

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

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

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

This text has shadow with #EA6A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6A55 on black background.


Color preview on white background

This text has color #EA6A55 on white background.



Black color preview on #EA6A55 background

This text has black color on #EA6A55 background.


White color preview on #EA6A55 background

This text has white color on #EA6A55 background.