COLOR #E76D35

HEX: #E76D35
RGB: (231,109,53)

Color info

#E76D35 contains mainly red color. Web safe color of #E76D35 is #FF6633 (or #F63).

RGB color model

#E76D35 color RGB value is (231,109,53).

  • red value is 231;
  • green value is 109;
  • blue value is 53.
RGB:
(231,109,53)
(91%,43%,21%)

RGB channels and saturation

R 231 of 255 = 91%
G 109 of 255 = 43%
B 53 of 255 = 21%

231
109
53

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

Portions of RGB colors in percentages

R + G + B =
231 + 109 + 53 = 393 (100%)
R 231 of 393 ~ 58.78%
G 109 of 393 ~ 27.74%
B 53 of 393 ~ 13.49%

%58.78
%27.74
%13.49

CMYK color model

#E76D35 color CMYK value is (0,53,77,9).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 77.06%
  • key color value is 9.41%
CMYK:
(0,53,77,9)
C0M53Y77K9 
(0%,53%,77%,9%)
(0.00/0.53/0.77/0.09)	

CMYK percentages

%0
%52.81
%77.06
%9.41

Codes

Color #E76D35 in popluar color models

E76D35
RGB23110953
HSL19°78.76%55.69%
HSB/HSV19°77.06%90.59%
CMYK0.00%52.81%77.06%
9.41%

Color #E76D35 in popluar number systems.

HEXE76D35
Decimal23110953
Binary111001111101101110101
Octal34715565

Shades and tints

Shades of #E76D35

#E76D35
(231,109,53)
#D26431
(210,100,49)
#BD5B2D
(189,91,45)
#A85229
(168,82,41)
#934925
(147,73,37)
#7E4021
(126,64,33)
#69371D
(105,55,29)
#542E19
(84,46,25)
#3F2515
(63,37,21)
#2A1C11
(42,28,17)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #E76D35

#E76D35
(231,109,53)
#E97A47
(233,122,71)
#EB8759
(235,135,89)
#ED946B
(237,148,107)
#EFA17D
(239,161,125)
#F1AE8F
(241,174,143)
#F3BBA1
(243,187,161)
#F5C8B3
(245,200,179)
#F7D5C5
(247,213,197)
#F9E2D7
(249,226,215)
#FBEFE9
(251,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E76D35 color. Also use rgb(231,109,53) instead hex code.

Text Font Color

.myTextColor { color: #E76D35; }

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

This text font color is #E76D35.


Background Color

.myBgColor { background-color: #E76D35; }

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

This div background color is #E76D35.


Border color

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

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

This div border color is #E76D35.


Opacity

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

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

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

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

This text has shadow with #E76D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E76D35 on black background.


Color preview on white background

This text has color #E76D35 on white background.



Black color preview on #E76D35 background

This text has black color on #E76D35 background.


White color preview on #E76D35 background

This text has white color on #E76D35 background.