COLOR #E0774C

HEX: #E0774C
RGB: (224,119,76)

Color info

#E0774C contains mainly red color. Web safe color of #E0774C is #CC6633 (or #C63).

RGB color model

#E0774C color RGB value is (224,119,76).

  • red value is 224;
  • green value is 119;
  • blue value is 76.
RGB:
(224,119,76)
(88%,47%,30%)

RGB channels and saturation

R 224 of 255 = 88%
G 119 of 255 = 47%
B 76 of 255 = 30%

224
119
76

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

Portions of RGB colors in percentages

R + G + B =
224 + 119 + 76 = 419 (100%)
R 224 of 419 ~ 53.46%
G 119 of 419 ~ 28.4%
B 76 of 419 ~ 18.14%

%53.46
%28.4
%18.14

CMYK color model

#E0774C color CMYK value is (0,47,66,12).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 66.07%
  • key color value is 12.16%
CMYK:
(0,47,66,12)
C0M47Y66K12 
(0%,47%,66%,12%)
(0.00/0.47/0.66/0.12)	

CMYK percentages

%0
%46.88
%66.07
%12.16

Codes

Color #E0774C in popluar color models

E0774C
RGB22411976
HSL17°70.48%58.82%
HSB/HSV17°66.07%87.84%
CMYK0.00%46.88%66.07%
12.16%

Color #E0774C in popluar number systems.

HEXE0774C
Decimal22411976
Binary1110000011101111001100
Octal340167114

Shades and tints

Shades of #E0774C

#E0774C
(224,119,76)
#CC6D46
(204,109,70)
#B86340
(184,99,64)
#A4593A
(164,89,58)
#904F34
(144,79,52)
#7C452E
(124,69,46)
#683B28
(104,59,40)
#543122
(84,49,34)
#40271C
(64,39,28)
#2C1D16
(44,29,22)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #E0774C

#E0774C
(224,119,76)
#E2835C
(226,131,92)
#E48F6C
(228,143,108)
#E69B7C
(230,155,124)
#E8A78C
(232,167,140)
#EAB39C
(234,179,156)
#ECBFAC
(236,191,172)
#EECBBC
(238,203,188)
#F0D7CC
(240,215,204)
#F2E3DC
(242,227,220)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0774C color. Also use rgb(224,119,76) instead hex code.

Text Font Color

.myTextColor { color: #E0774C; }

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

This text font color is #E0774C.


Background Color

.myBgColor { background-color: #E0774C; }

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

This div background color is #E0774C.


Border color

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

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

This div border color is #E0774C.


Opacity

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

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

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

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

This text has shadow with #E0774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0774C on black background.


Color preview on white background

This text has color #E0774C on white background.



Black color preview on #E0774C background

This text has black color on #E0774C background.


White color preview on #E0774C background

This text has white color on #E0774C background.