COLOR #E46B18

HEX: #E46B18 RGB: (228,107,24)

Color info

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

RGB color model

#E46B18 color RGB value is (228,107,24).

RGB: (228,107,24) (89%, 42%, 9%)

RGB channels and saturation

R 228 of 255 = 89%
G 107 of 255 = 42%
B 24 of 255 = 9%

228
107
24

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

Portions of RGB colors in percentages

R + G + B = 228 + 107 + 24 = 359 (100%)
R 228 of 359 ~ 63.51%
G 107 of 359 ~ 29.81%
B 24 of 359 ~ 6.69'%

%63.51
%29.81

CMYK color model

#E46B18 color CMYK value is (0,53,89,11).

  • cyan value is 0.00%
  • magenta value is 53.07%
  • yellow value is 89.47%
  • key color value is 10.59%

CMYK: (0,53,89,11)
C0M53Y89K11 (0%, 53%, 89%, 11%)
(0.00 / 0.53 / 0.89 / 0.11)

CMYK percentages

%0
%53.07
%89.47
%10.59

Codes

Color #E46B18 in popluar color models

E4 6B 18
RGB 228 107 24
HSL 24° 80.95% 49.41%
HSB/HSV 24° 89.47% 89.41%
CMYK 0.00% 53.07% 89.47%
10.59%

Color #E46B18 in popluar number systems.

HEX E4 6B 18
Decimal 228 107 24
Binary 11100100 1101011 11000
Octal 344 153 30

Shades and tints

Shades of #E46B18

#E46B18
(228,107,24)
#D06216
(208,98,22)
#BC5914
(188,89,20)
#A85012
(168,80,18)
#944710
(148,71,16)
#803E0E
(128,62,14)
#6C350C
(108,53,12)
#582C0A
(88,44,10)
#442308
(68,35,8)
#301A06
(48,26,6)
#1C1104
(28,17,4)
#000000
(0,0,0)

Tints of #E46B18

#E46B18
(228,107,24)
#E6782D
(230,120,45)
#E88542
(232,133,66)
#EA9257
(234,146,87)
#EC9F6C
(236,159,108)
#EEAC81
(238,172,129)
#F0B996
(240,185,150)
#F2C6AB
(242,198,171)
#F4D3C0
(244,211,192)
#F6E0D5
(246,224,213)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46B18 color. Also use rgb(228,107,24) instead hex code.

Text Font Color

.myTextColor { color: #E46B18; }

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

This text font color is #E46B18.

Background Color

.myBgColor { background-color: #E46B18; }

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

This div background color is #E46B18.

Border color

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

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

This div border color is #E46B18.

Opacity

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

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

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

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

This text has shadow with #E46B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E46B18.

Preview

Color preview on black background

This text has color #E46B18 on black background.


Color preview on white background

This text has color #E46B18 on white background.


Black color preview on #E46B18 background

This text has black color on #E46B18 background.


White color preview on #E46B18 background

This text has white color on #E46B18 background.


Related colors

Complementary color

Complementary color for #E46B18 is #1B94E7.


I love getcolorcode.com

Triadic colors

1 #18E46B and #6B18E4 with #E46B18 are triadic colors.

2 #186BE4 and #6BE418 with #E46B18 are triadic colors.