COLOR #E47B5A

HEX: #E47B5A
RGB: (228,123,90)

Color info

#E47B5A contains mainly red color. Web safe color of #E47B5A is #CC6666 (or #C66).

RGB color model

#E47B5A color RGB value is (228,123,90).

  • red value is 228;
  • green value is 123;
  • blue value is 90.
RGB:
(228,123,90)
(89%,48%,35%)

RGB channels and saturation

R 228 of 255 = 89%
G 123 of 255 = 48%
B 90 of 255 = 35%

228
123
90

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

Portions of RGB colors in percentages

R + G + B =
228 + 123 + 90 = 441 (100%)
R 228 of 441 ~ 51.7%
G 123 of 441 ~ 27.89%
B 90 of 441 ~ 20.41%

%51.7
%27.89
%20.41

CMYK color model

#E47B5A color CMYK value is (0,46,61,11).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 60.53%
  • key color value is 10.59%
CMYK:
(0,46,61,11)
C0M46Y61K11 
(0%,46%,61%,11%)
(0.00/0.46/0.61/0.11)	

CMYK percentages

%0
%46.05
%60.53
%10.59

Codes

Color #E47B5A in popluar color models

E47B5A
RGB22812390
HSL14°71.88%62.35%
HSB/HSV14°60.53%89.41%
CMYK0.00%46.05%60.53%
10.59%

Color #E47B5A in popluar number systems.

HEXE47B5A
Decimal22812390
Binary1110010011110111011010
Octal344173132

Shades and tints

Shades of #E47B5A

#E47B5A
(228,123,90)
#D07052
(208,112,82)
#BC654A
(188,101,74)
#A85A42
(168,90,66)
#944F3A
(148,79,58)
#804432
(128,68,50)
#6C392A
(108,57,42)
#582E22
(88,46,34)
#44231A
(68,35,26)
#301812
(48,24,18)
#1C0D0A
(28,13,10)
#000000
(0,0,0)

Tints of #E47B5A

#E47B5A
(228,123,90)
#E68769
(230,135,105)
#E89378
(232,147,120)
#EA9F87
(234,159,135)
#ECAB96
(236,171,150)
#EEB7A5
(238,183,165)
#F0C3B4
(240,195,180)
#F2CFC3
(242,207,195)
#F4DBD2
(244,219,210)
#F6E7E1
(246,231,225)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E47B5A color. Also use rgb(228,123,90) instead hex code.

Text Font Color

.myTextColor { color: #E47B5A; }

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

This text font color is #E47B5A.


Background Color

.myBgColor { background-color: #E47B5A; }

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

This div background color is #E47B5A.


Border color

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

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

This div border color is #E47B5A.


Opacity

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

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

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

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

This text has shadow with #E47B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E47B5A on black background.


Color preview on white background

This text has color #E47B5A on white background.



Black color preview on #E47B5A background

This text has black color on #E47B5A background.


White color preview on #E47B5A background

This text has white color on #E47B5A background.