COLOR #EA6D50

HEX: #EA6D50
RGB: (234,109,80)

Color info

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

RGB color model

#EA6D50 color RGB value is (234,109,80).

  • red value is 234;
  • green value is 109;
  • blue value is 80.
RGB:
(234,109,80)
(92%,43%,31%)

RGB channels and saturation

R 234 of 255 = 92%
G 109 of 255 = 43%
B 80 of 255 = 31%

234
109
80

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

Portions of RGB colors in percentages

R + G + B =
234 + 109 + 80 = 423 (100%)
R 234 of 423 ~ 55.32%
G 109 of 423 ~ 25.77%
B 80 of 423 ~ 18.91%

%55.32
%25.77
%18.91

CMYK color model

#EA6D50 color CMYK value is (0,53,66,8).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 65.81%
  • key color value is 8.24%
CMYK:
(0,53,66,8)
C0M53Y66K8 
(0%,53%,66%,8%)
(0.00/0.53/0.66/0.08)	

CMYK percentages

%0
%53.42
%65.81
%8.24

Codes

Color #EA6D50 in popluar color models

EA6D50
RGB23410980
HSL11°78.57%61.57%
HSB/HSV11°65.81%91.76%
CMYK0.00%53.42%65.81%
8.24%

Color #EA6D50 in popluar number systems.

HEXEA6D50
Decimal23410980
Binary1110101011011011010000
Octal352155120

Shades and tints

Shades of #EA6D50

#EA6D50
(234,109,80)
#D56449
(213,100,73)
#C05B42
(192,91,66)
#AB523B
(171,82,59)
#964934
(150,73,52)
#81402D
(129,64,45)
#6C3726
(108,55,38)
#572E1F
(87,46,31)
#422518
(66,37,24)
#2D1C11
(45,28,17)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #EA6D50

#EA6D50
(234,109,80)
#EB7A5F
(235,122,95)
#EC876E
(236,135,110)
#ED947D
(237,148,125)
#EEA18C
(238,161,140)
#EFAE9B
(239,174,155)
#F0BBAA
(240,187,170)
#F1C8B9
(241,200,185)
#F2D5C8
(242,213,200)
#F3E2D7
(243,226,215)
#F4EFE6
(244,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6D50 color. Also use rgb(234,109,80) instead hex code.

Text Font Color

.myTextColor { color: #EA6D50; }

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

This text font color is #EA6D50.


Background Color

.myBgColor { background-color: #EA6D50; }

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

This div background color is #EA6D50.


Border color

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

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

This div border color is #EA6D50.


Opacity

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

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

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

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

This text has shadow with #EA6D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6D50 on black background.


Color preview on white background

This text has color #EA6D50 on white background.



Black color preview on #EA6D50 background

This text has black color on #EA6D50 background.


White color preview on #EA6D50 background

This text has white color on #EA6D50 background.