COLOR #EA7755

HEX: #EA7755 RGB: (234,119,85)

Color info

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

RGB color model

#EA7755 color RGB value is (234,119,85).

RGB: (234,119,85) (92%, 47%, 33%)

RGB channels and saturation

R 234 of 255 = 92%
G 119 of 255 = 47%
B 85 of 255 = 33%

234
119
85

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

Portions of RGB colors in percentages

R + G + B = 234 + 119 + 85 = 438 (100%)
R 234 of 438 ~ 53.42%
G 119 of 438 ~ 27.17%
B 85 of 438 ~ 19.41'%

%53.42
%27.17
%19.41

CMYK color model

#EA7755 color CMYK value is (0,49,64,8).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 63.68%
  • key color value is 8.24%
CMYK: (0,49,64,8) C0M49Y64K8 (0%,49%,64%,8%) (0.00/0.49/0.64/0.08) 

CMYK percentages

%0
%49.15
%63.68
%8.24

Codes

Color #EA7755 in popluar color models

EA 77 55
RGB 234 119 85
HSL 14° 78.01% 62.55%
HSB/HSV 14° 63.68% 91.76%
CMYK 0.00% 49.15% 63.68%
8.24%

Color #EA7755 in popluar number systems.

HEX EA 77 55
Decimal 234 119 85
Binary 11101010 1110111 1010101
Octal 352 167 125

Shades and tints

Shades of #EA7755

#EA7755
(234,119,85)
#D56D4E
(213,109,78)
#C06347
(192,99,71)
#AB5940
(171,89,64)
#964F39
(150,79,57)
#814532
(129,69,50)
#6C3B2B
(108,59,43)
#573124
(87,49,36)
#42271D
(66,39,29)
#2D1D16
(45,29,22)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #EA7755

#EA7755
(234,119,85)
#EB8364
(235,131,100)
#EC8F73
(236,143,115)
#ED9B82
(237,155,130)
#EEA791
(238,167,145)
#EFB3A0
(239,179,160)
#F0BFAF
(240,191,175)
#F1CBBE
(241,203,190)
#F2D7CD
(242,215,205)
#F3E3DC
(243,227,220)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EA7755; }

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

This text font color is #EA7755.

Background Color

.myBgColor { background-color: #EA7755; }

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

This div background color is #EA7755.

Border color

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

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

This div border color is #EA7755.

Opacity

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

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

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

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

This text has shadow with #EA7755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA7755.

Preview

Color preview on black background

This text has color #EA7755 on black background.


Color preview on white background

This text has color #EA7755 on white background.


Black color preview on #EA7755 background

This text has black color on #EA7755 background.


White color preview on #EA7755 background

This text has white color on #EA7755 background.


Related colors

Complementary color

Complementary color for #hex is #1588AA.


I love getcolorcode.com

Triadic colors

1 #55EA77 and #7755EA with #EA7755 are triadic colors.

2 #5577EA and #77EA55 with #EA7755 are triadic colors.