COLOR #E46525

HEX: #E46525
RGB: (228,101,37)

Color info

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

RGB color model

#E46525 color RGB value is (228,101,37).

  • red value is 228;
  • green value is 101;
  • blue value is 37.
RGB:
(228,101,37)
(89%,40%,15%)

RGB channels and saturation

R 228 of 255 = 89%
G 101 of 255 = 40%
B 37 of 255 = 15%

228
101
37

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

Portions of RGB colors in percentages

R + G + B =
228 + 101 + 37 = 366 (100%)
R 228 of 366 ~ 62.3%
G 101 of 366 ~ 27.6%
B 37 of 366 ~ 10.11%

%62.3
%27.6
%10.11

CMYK color model

#E46525 color CMYK value is (0,56,84,11).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 83.77%
  • key color value is 10.59%
CMYK:
(0,56,84,11)
C0M56Y84K11 
(0%,56%,84%,11%)
(0.00/0.56/0.84/0.11)	

CMYK percentages

%0
%55.7
%83.77
%10.59

Codes

Color #E46525 in popluar color models

E46525
RGB22810137
HSL20°77.96%51.96%
HSB/HSV20°83.77%89.41%
CMYK0.00%55.70%83.77%
10.59%

Color #E46525 in popluar number systems.

HEXE46525
Decimal22810137
Binary111001001100101100101
Octal34414545

Shades and tints

Shades of #E46525

#E46525
(228,101,37)
#D05C22
(208,92,34)
#BC531F
(188,83,31)
#A84A1C
(168,74,28)
#944119
(148,65,25)
#803816
(128,56,22)
#6C2F13
(108,47,19)
#582610
(88,38,16)
#441D0D
(68,29,13)
#30140A
(48,20,10)
#1C0B07
(28,11,7)
#000000
(0,0,0)

Tints of #E46525

#E46525
(228,101,37)
#E67338
(230,115,56)
#E8814B
(232,129,75)
#EA8F5E
(234,143,94)
#EC9D71
(236,157,113)
#EEAB84
(238,171,132)
#F0B997
(240,185,151)
#F2C7AA
(242,199,170)
#F4D5BD
(244,213,189)
#F6E3D0
(246,227,208)
#F8F1E3
(248,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46525 color. Also use rgb(228,101,37) instead hex code.

Text Font Color

.myTextColor { color: #E46525; }

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

This text font color is #E46525.


Background Color

.myBgColor { background-color: #E46525; }

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

This div background color is #E46525.


Border color

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

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

This div border color is #E46525.


Opacity

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

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

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

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

This text has shadow with #E46525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46525 on black background.


Color preview on white background

This text has color #E46525 on white background.



Black color preview on #E46525 background

This text has black color on #E46525 background.


White color preview on #E46525 background

This text has white color on #E46525 background.