COLOR #E15104

HEX: #E15104
RGB: (225,81,4)

Color info

#E15104 contains mainly red color. Web safe color of #E15104 is #CC6600 (or #C60).

RGB color model

#E15104 color RGB value is (225,81,4).

  • red value is 225;
  • green value is 81;
  • blue value is 4.
RGB:
(225,81,4)
(88%,32%,2%)

RGB channels and saturation

R 225 of 255 = 88%
G 81 of 255 = 32%
B 4 of 255 = 2%

225
81
4

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

Portions of RGB colors in percentages

R + G + B =
225 + 81 + 4 = 310 (100%)
R 225 of 310 ~ 72.58%
G 81 of 310 ~ 26.13%
B 4 of 310 ~ 1.29%

%72.58
%26.13

CMYK color model

#E15104 color CMYK value is (0,64,98,12).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 98.22%
  • key color value is 11.76%
CMYK:
(0,64,98,12)
C0M64Y98K12 
(0%,64%,98%,12%)
(0.00/0.64/0.98/0.12)	

CMYK percentages

%0
%64
%98.22
%11.76

Codes

Color #E15104 in popluar color models

E15104
RGB225814
HSL21°96.51%44.90%
HSB/HSV21°98.22%88.24%
CMYK0.00%64.00%98.22%
11.76%

Color #E15104 in popluar number systems.

HEXE15104
Decimal225814
Binary111000011010001100
Octal3411214

Shades and tints

Shades of #E15104

#E15104
(225,81,4)
#CD4A04
(205,74,4)
#B94304
(185,67,4)
#A53C04
(165,60,4)
#913504
(145,53,4)
#7D2E04
(125,46,4)
#692704
(105,39,4)
#552004
(85,32,4)
#411904
(65,25,4)
#2D1204
(45,18,4)
#190B04
(25,11,4)
#000000
(0,0,0)

Tints of #E15104

#E15104
(225,81,4)
#E3601A
(227,96,26)
#E56F30
(229,111,48)
#E77E46
(231,126,70)
#E98D5C
(233,141,92)
#EB9C72
(235,156,114)
#EDAB88
(237,171,136)
#EFBA9E
(239,186,158)
#F1C9B4
(241,201,180)
#F3D8CA
(243,216,202)
#F5E7E0
(245,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E15104 color. Also use rgb(225,81,4) instead hex code.

Text Font Color

.myTextColor { color: #E15104; }

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

This text font color is #E15104.


Background Color

.myBgColor { background-color: #E15104; }

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

This div background color is #E15104.


Border color

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

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

This div border color is #E15104.


Opacity

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

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

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

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

This text has shadow with #E15104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E15104 on black background.


Color preview on white background

This text has color #E15104 on white background.



Black color preview on #E15104 background

This text has black color on #E15104 background.


White color preview on #E15104 background

This text has white color on #E15104 background.