COLOR #E28963

HEX: #E28963
RGB: (226,137,99)

Color info

#E28963 contains mainly red color. Web safe color of #E28963 is #CC9966 (or #C96).

RGB color model

#E28963 color RGB value is (226,137,99).

  • red value is 226;
  • green value is 137;
  • blue value is 99.
RGB:
(226,137,99)
(89%,54%,39%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 99 of 255 = 39%

226
137
99

R + G + B ~ 61%. #E28963 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 137 + 99 = 462 (100%)
R 226 of 462 ~ 48.92%
G 137 of 462 ~ 29.65%
B 99 of 462 ~ 21.43%

%48.92
%29.65
%21.43

CMYK color model

#E28963 color CMYK value is (0,39,56,11).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 56.19%
  • key color value is 11.37%
CMYK:
(0,39,56,11)
C0M39Y56K11 
(0%,39%,56%,11%)
(0.00/0.39/0.56/0.11)	

CMYK percentages

%0
%39.38
%56.19
%11.37

Codes

Color #E28963 in popluar color models

E28963
RGB22613799
HSL18°68.65%63.73%
HSB/HSV18°56.19%88.63%
CMYK0.00%39.38%56.19%
11.37%

Color #E28963 in popluar number systems.

HEXE28963
Decimal22613799
Binary11100010100010011100011
Octal342211143

Shades and tints

Shades of #E28963

#E28963
(226,137,99)
#CE7D5A
(206,125,90)
#BA7151
(186,113,81)
#A66548
(166,101,72)
#92593F
(146,89,63)
#7E4D36
(126,77,54)
#6A412D
(106,65,45)
#563524
(86,53,36)
#42291B
(66,41,27)
#2E1D12
(46,29,18)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #E28963

#E28963
(226,137,99)
#E49371
(228,147,113)
#E69D7F
(230,157,127)
#E8A78D
(232,167,141)
#EAB19B
(234,177,155)
#ECBBA9
(236,187,169)
#EEC5B7
(238,197,183)
#F0CFC5
(240,207,197)
#F2D9D3
(242,217,211)
#F4E3E1
(244,227,225)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28963 color. Also use rgb(226,137,99) instead hex code.

Text Font Color

.myTextColor { color: #E28963; }

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

This text font color is #E28963.


Background Color

.myBgColor { background-color: #E28963; }

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

This div background color is #E28963.


Border color

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

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

This div border color is #E28963.


Opacity

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

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

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

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

This text has shadow with #E28963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28963 on black background.


Color preview on white background

This text has color #E28963 on white background.



Black color preview on #E28963 background

This text has black color on #E28963 background.


White color preview on #E28963 background

This text has white color on #E28963 background.