COLOR #EA6B17

HEX: #EA6B17
RGB: (234,107,23)

Color info

#EA6B17 contains mainly red color. Web safe color of #EA6B17 is #FF6600 (or #F60).

RGB color model

#EA6B17 color RGB value is (234,107,23).

  • red value is 234;
  • green value is 107;
  • blue value is 23.
RGB:
(234,107,23)
(92%,42%,9%)

RGB channels and saturation

R 234 of 255 = 92%
G 107 of 255 = 42%
B 23 of 255 = 9%

234
107
23

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

Portions of RGB colors in percentages

R + G + B =
234 + 107 + 23 = 364 (100%)
R 234 of 364 ~ 64.29%
G 107 of 364 ~ 29.4%
B 23 of 364 ~ 6.32%

%64.29
%29.4

CMYK color model

#EA6B17 color CMYK value is (0,54,90,8).

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 90.17%
  • key color value is 8.24%
CMYK:
(0,54,90,8)
C0M54Y90K8 
(0%,54%,90%,8%)
(0.00/0.54/0.90/0.08)	

CMYK percentages

%0
%54.27
%90.17
%8.24

Codes

Color #EA6B17 in popluar color models

EA6B17
RGB23410723
HSL24°83.40%50.39%
HSB/HSV24°90.17%91.76%
CMYK0.00%54.27%90.17%
8.24%

Color #EA6B17 in popluar number systems.

HEXEA6B17
Decimal23410723
Binary11101010110101110111
Octal35215327

Shades and tints

Shades of #EA6B17

#EA6B17
(234,107,23)
#D56215
(213,98,21)
#C05913
(192,89,19)
#AB5011
(171,80,17)
#96470F
(150,71,15)
#813E0D
(129,62,13)
#6C350B
(108,53,11)
#572C09
(87,44,9)
#422307
(66,35,7)
#2D1A05
(45,26,5)
#181103
(24,17,3)
#000000
(0,0,0)

Tints of #EA6B17

#EA6B17
(234,107,23)
#EB782C
(235,120,44)
#EC8541
(236,133,65)
#ED9256
(237,146,86)
#EE9F6B
(238,159,107)
#EFAC80
(239,172,128)
#F0B995
(240,185,149)
#F1C6AA
(241,198,170)
#F2D3BF
(242,211,191)
#F3E0D4
(243,224,212)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA6B17 color. Also use rgb(234,107,23) instead hex code.

Text Font Color

.myTextColor { color: #EA6B17; }

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

This text font color is #EA6B17.


Background Color

.myBgColor { background-color: #EA6B17; }

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

This div background color is #EA6B17.


Border color

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

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

This div border color is #EA6B17.


Opacity

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

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

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

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

This text has shadow with #EA6B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA6B17 on black background.


Color preview on white background

This text has color #EA6B17 on white background.



Black color preview on #EA6B17 background

This text has black color on #EA6B17 background.


White color preview on #EA6B17 background

This text has white color on #EA6B17 background.