COLOR #EA7736

HEX: #EA7736
RGB: (234,119,54)

Color info

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

RGB color model

#EA7736 color RGB value is (234,119,54).

  • red value is 234;
  • green value is 119;
  • blue value is 54.
RGB:
(234,119,54)
(92%,47%,21%)

RGB channels and saturation

R 234 of 255 = 92%
G 119 of 255 = 47%
B 54 of 255 = 21%

234
119
54

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

Portions of RGB colors in percentages

R + G + B =
234 + 119 + 54 = 407 (100%)
R 234 of 407 ~ 57.49%
G 119 of 407 ~ 29.24%
B 54 of 407 ~ 13.27%

%57.49
%29.24
%13.27

CMYK color model

#EA7736 color CMYK value is (0,49,77,8).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 76.92%
  • key color value is 8.24%
CMYK:
(0,49,77,8)
C0M49Y77K8 
(0%,49%,77%,8%)
(0.00/0.49/0.77/0.08)	

CMYK percentages

%0
%49.15
%76.92
%8.24

Codes

Color #EA7736 in popluar color models

EA7736
RGB23411954
HSL22°81.08%56.47%
HSB/HSV22°76.92%91.76%
CMYK0.00%49.15%76.92%
8.24%

Color #EA7736 in popluar number systems.

HEXEA7736
Decimal23411954
Binary111010101110111110110
Octal35216766

Shades and tints

Shades of #EA7736

#EA7736
(234,119,54)
#D56D32
(213,109,50)
#C0632E
(192,99,46)
#AB592A
(171,89,42)
#964F26
(150,79,38)
#814522
(129,69,34)
#6C3B1E
(108,59,30)
#57311A
(87,49,26)
#422716
(66,39,22)
#2D1D12
(45,29,18)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #EA7736

#EA7736
(234,119,54)
#EB8348
(235,131,72)
#EC8F5A
(236,143,90)
#ED9B6C
(237,155,108)
#EEA77E
(238,167,126)
#EFB390
(239,179,144)
#F0BFA2
(240,191,162)
#F1CBB4
(241,203,180)
#F2D7C6
(242,215,198)
#F3E3D8
(243,227,216)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA7736 color. Also use rgb(234,119,54) instead hex code.

Text Font Color

.myTextColor { color: #EA7736; }

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

This text font color is #EA7736.


Background Color

.myBgColor { background-color: #EA7736; }

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

This div background color is #EA7736.


Border color

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

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

This div border color is #EA7736.


Opacity

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

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

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

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

This text has shadow with #EA7736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA7736 on black background.


Color preview on white background

This text has color #EA7736 on white background.



Black color preview on #EA7736 background

This text has black color on #EA7736 background.


White color preview on #EA7736 background

This text has white color on #EA7736 background.