COLOR #E17A2A

HEX: #E17A2A
RGB: (225,122,42)

Color info

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

RGB color model

#E17A2A color RGB value is (225,122,42).

  • red value is 225;
  • green value is 122;
  • blue value is 42.
RGB:
(225,122,42)
(88%,48%,16%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 42 of 255 = 16%

225
122
42

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

Portions of RGB colors in percentages

R + G + B =
225 + 122 + 42 = 389 (100%)
R 225 of 389 ~ 57.84%
G 122 of 389 ~ 31.36%
B 42 of 389 ~ 10.8%

%57.84
%31.36
%10.8

CMYK color model

#E17A2A color CMYK value is (0,46,81,12).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 81.33%
  • key color value is 11.76%
CMYK:
(0,46,81,12)
C0M46Y81K12 
(0%,46%,81%,12%)
(0.00/0.46/0.81/0.12)	

CMYK percentages

%0
%45.78
%81.33
%11.76

Codes

Color #E17A2A in popluar color models

E17A2A
RGB22512242
HSL26°75.31%52.35%
HSB/HSV26°81.33%88.24%
CMYK0.00%45.78%81.33%
11.76%

Color #E17A2A in popluar number systems.

HEXE17A2A
Decimal22512242
Binary111000011111010101010
Octal34117252

Shades and tints

Shades of #E17A2A

#E17A2A
(225,122,42)
#CD6F27
(205,111,39)
#B96424
(185,100,36)
#A55921
(165,89,33)
#914E1E
(145,78,30)
#7D431B
(125,67,27)
#693818
(105,56,24)
#552D15
(85,45,21)
#412212
(65,34,18)
#2D170F
(45,23,15)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #E17A2A

#E17A2A
(225,122,42)
#E3863D
(227,134,61)
#E59250
(229,146,80)
#E79E63
(231,158,99)
#E9AA76
(233,170,118)
#EBB689
(235,182,137)
#EDC29C
(237,194,156)
#EFCEAF
(239,206,175)
#F1DAC2
(241,218,194)
#F3E6D5
(243,230,213)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17A2A color. Also use rgb(225,122,42) instead hex code.

Text Font Color

.myTextColor { color: #E17A2A; }

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

This text font color is #E17A2A.


Background Color

.myBgColor { background-color: #E17A2A; }

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

This div background color is #E17A2A.


Border color

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

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

This div border color is #E17A2A.


Opacity

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

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

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

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

This text has shadow with #E17A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17A2A on black background.


Color preview on white background

This text has color #E17A2A on white background.



Black color preview on #E17A2A background

This text has black color on #E17A2A background.


White color preview on #E17A2A background

This text has white color on #E17A2A background.