COLOR #E48635

HEX: #E48635
RGB: (228,134,53)

Color info

#E48635 contains mainly red color. Web safe color of #E48635 is #CC9933 (or #C93).

RGB color model

#E48635 color RGB value is (228,134,53).

  • red value is 228;
  • green value is 134;
  • blue value is 53.
RGB:
(228,134,53)
(89%,53%,21%)

RGB channels and saturation

R 228 of 255 = 89%
G 134 of 255 = 53%
B 53 of 255 = 21%

228
134
53

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

Portions of RGB colors in percentages

R + G + B =
228 + 134 + 53 = 415 (100%)
R 228 of 415 ~ 54.94%
G 134 of 415 ~ 32.29%
B 53 of 415 ~ 12.77%

%54.94
%32.29
%12.77

CMYK color model

#E48635 color CMYK value is (0,41,77,11).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 76.75%
  • key color value is 10.59%
CMYK:
(0,41,77,11)
C0M41Y77K11 
(0%,41%,77%,11%)
(0.00/0.41/0.77/0.11)	

CMYK percentages

%0
%41.23
%76.75
%10.59

Codes

Color #E48635 in popluar color models

E48635
RGB22813453
HSL28°76.42%55.10%
HSB/HSV28°76.75%89.41%
CMYK0.00%41.23%76.75%
10.59%

Color #E48635 in popluar number systems.

HEXE48635
Decimal22813453
Binary1110010010000110110101
Octal34420665

Shades and tints

Shades of #E48635

#E48635
(228,134,53)
#D07A31
(208,122,49)
#BC6E2D
(188,110,45)
#A86229
(168,98,41)
#945625
(148,86,37)
#804A21
(128,74,33)
#6C3E1D
(108,62,29)
#583219
(88,50,25)
#442615
(68,38,21)
#301A11
(48,26,17)
#1C0E0D
(28,14,13)
#000000
(0,0,0)

Tints of #E48635

#E48635
(228,134,53)
#E69147
(230,145,71)
#E89C59
(232,156,89)
#EAA76B
(234,167,107)
#ECB27D
(236,178,125)
#EEBD8F
(238,189,143)
#F0C8A1
(240,200,161)
#F2D3B3
(242,211,179)
#F4DEC5
(244,222,197)
#F6E9D7
(246,233,215)
#F8F4E9
(248,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48635 color. Also use rgb(228,134,53) instead hex code.

Text Font Color

.myTextColor { color: #E48635; }

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

This text font color is #E48635.


Background Color

.myBgColor { background-color: #E48635; }

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

This div background color is #E48635.


Border color

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

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

This div border color is #E48635.


Opacity

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

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

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

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

This text has shadow with #E48635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48635 on black background.


Color preview on white background

This text has color #E48635 on white background.



Black color preview on #E48635 background

This text has black color on #E48635 background.


White color preview on #E48635 background

This text has white color on #E48635 background.