COLOR #EA7E5B

HEX: #EA7E5B
RGB: (234,126,91)

Color info

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

RGB color model

#EA7E5B color RGB value is (234,126,91).

  • red value is 234;
  • green value is 126;
  • blue value is 91.
RGB:
(234,126,91)
(92%,49%,36%)

RGB channels and saturation

R 234 of 255 = 92%
G 126 of 255 = 49%
B 91 of 255 = 36%

234
126
91

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

Portions of RGB colors in percentages

R + G + B =
234 + 126 + 91 = 451 (100%)
R 234 of 451 ~ 51.88%
G 126 of 451 ~ 27.94%
B 91 of 451 ~ 20.18%

%51.88
%27.94
%20.18

CMYK color model

#EA7E5B color CMYK value is (0,46,61,8).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 61.11%
  • key color value is 8.24%
CMYK:
(0,46,61,8)
C0M46Y61K8 
(0%,46%,61%,8%)
(0.00/0.46/0.61/0.08)	

CMYK percentages

%0
%46.15
%61.11
%8.24

Codes

Color #EA7E5B in popluar color models

EA7E5B
RGB23412691
HSL15°77.30%63.73%
HSB/HSV15°61.11%91.76%
CMYK0.00%46.15%61.11%
8.24%

Color #EA7E5B in popluar number systems.

HEXEA7E5B
Decimal23412691
Binary1110101011111101011011
Octal352176133

Shades and tints

Shades of #EA7E5B

#EA7E5B
(234,126,91)
#D57353
(213,115,83)
#C0684B
(192,104,75)
#AB5D43
(171,93,67)
#96523B
(150,82,59)
#814733
(129,71,51)
#6C3C2B
(108,60,43)
#573123
(87,49,35)
#42261B
(66,38,27)
#2D1B13
(45,27,19)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #EA7E5B

#EA7E5B
(234,126,91)
#EB8969
(235,137,105)
#EC9477
(236,148,119)
#ED9F85
(237,159,133)
#EEAA93
(238,170,147)
#EFB5A1
(239,181,161)
#F0C0AF
(240,192,175)
#F1CBBD
(241,203,189)
#F2D6CB
(242,214,203)
#F3E1D9
(243,225,217)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7E5B color. Also use rgb(234,126,91) instead hex code.

Text Font Color

.myTextColor { color: #EA7E5B; }

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

This text font color is #EA7E5B.


Background Color

.myBgColor { background-color: #EA7E5B; }

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

This div background color is #EA7E5B.


Border color

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

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

This div border color is #EA7E5B.


Opacity

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

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

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

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

This text has shadow with #EA7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7E5B on black background.


Color preview on white background

This text has color #EA7E5B on white background.



Black color preview on #EA7E5B background

This text has black color on #EA7E5B background.


White color preview on #EA7E5B background

This text has white color on #EA7E5B background.