COLOR #EB8845

HEX: #EB8845
RGB: (235,136,69)

Color info

#EB8845 contains mainly red color. Web safe color of #EB8845 is #FF9933 (or #F93).

RGB color model

#EB8845 color RGB value is (235,136,69).

  • red value is 235;
  • green value is 136;
  • blue value is 69.
RGB:
(235,136,69)
(92%,53%,27%)

RGB channels and saturation

R 235 of 255 = 92%
G 136 of 255 = 53%
B 69 of 255 = 27%

235
136
69

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

Portions of RGB colors in percentages

R + G + B =
235 + 136 + 69 = 440 (100%)
R 235 of 440 ~ 53.41%
G 136 of 440 ~ 30.91%
B 69 of 440 ~ 15.68%

%53.41
%30.91
%15.68

CMYK color model

#EB8845 color CMYK value is (0,42,71,8).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 70.64%
  • key color value is 7.84%
CMYK:
(0,42,71,8)
C0M42Y71K8 
(0%,42%,71%,8%)
(0.00/0.42/0.71/0.08)	

CMYK percentages

%0
%42.13
%70.64
%7.84

Codes

Color #EB8845 in popluar color models

EB8845
RGB23513669
HSL24°80.58%59.61%
HSB/HSV24°70.64%92.16%
CMYK0.00%42.13%70.64%
7.84%

Color #EB8845 in popluar number systems.

HEXEB8845
Decimal23513669
Binary11101011100010001000101
Octal353210105

Shades and tints

Shades of #EB8845

#EB8845
(235,136,69)
#D67C3F
(214,124,63)
#C17039
(193,112,57)
#AC6433
(172,100,51)
#97582D
(151,88,45)
#824C27
(130,76,39)
#6D4021
(109,64,33)
#58341B
(88,52,27)
#432815
(67,40,21)
#2E1C0F
(46,28,15)
#191009
(25,16,9)
#000000
(0,0,0)

Tints of #EB8845

#EB8845
(235,136,69)
#EC9255
(236,146,85)
#ED9C65
(237,156,101)
#EEA675
(238,166,117)
#EFB085
(239,176,133)
#F0BA95
(240,186,149)
#F1C4A5
(241,196,165)
#F2CEB5
(242,206,181)
#F3D8C5
(243,216,197)
#F4E2D5
(244,226,213)
#F5ECE5
(245,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8845 color. Also use rgb(235,136,69) instead hex code.

Text Font Color

.myTextColor { color: #EB8845; }

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

This text font color is #EB8845.


Background Color

.myBgColor { background-color: #EB8845; }

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

This div background color is #EB8845.


Border color

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

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

This div border color is #EB8845.


Opacity

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

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

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

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

This text has shadow with #EB8845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8845 on black background.


Color preview on white background

This text has color #EB8845 on white background.



Black color preview on #EB8845 background

This text has black color on #EB8845 background.


White color preview on #EB8845 background

This text has white color on #EB8845 background.