COLOR #EE6A23

HEX: #EE6A23
RGB: (238,106,35)

Color info

#EE6A23 contains mainly red color. Web safe color of #EE6A23 is #FF6633 (or #F63).

RGB color model

#EE6A23 color RGB value is (238,106,35).

  • red value is 238;
  • green value is 106;
  • blue value is 35.
RGB:
(238,106,35)
(93%,42%,14%)

RGB channels and saturation

R 238 of 255 = 93%
G 106 of 255 = 42%
B 35 of 255 = 14%

238
106
35

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

Portions of RGB colors in percentages

R + G + B =
238 + 106 + 35 = 379 (100%)
R 238 of 379 ~ 62.8%
G 106 of 379 ~ 27.97%
B 35 of 379 ~ 9.23%

%62.8
%27.97

CMYK color model

#EE6A23 color CMYK value is (0,55,85,7).

  • cyan value is 0.00%
  • magenta value is 55.46%
  • yellow value is 85.29%
  • key color value is 6.67%
CMYK:
(0,55,85,7)
C0M55Y85K7 
(0%,55%,85%,7%)
(0.00/0.55/0.85/0.07)	

CMYK percentages

%0
%55.46
%85.29
%6.67

Codes

Color #EE6A23 in popluar color models

EE6A23
RGB23810635
HSL21°85.65%53.53%
HSB/HSV21°85.29%93.33%
CMYK0.00%55.46%85.29%
6.67%

Color #EE6A23 in popluar number systems.

HEXEE6A23
Decimal23810635
Binary111011101101010100011
Octal35615243

Shades and tints

Shades of #EE6A23

#EE6A23
(238,106,35)
#D96120
(217,97,32)
#C4581D
(196,88,29)
#AF4F1A
(175,79,26)
#9A4617
(154,70,23)
#853D14
(133,61,20)
#703411
(112,52,17)
#5B2B0E
(91,43,14)
#46220B
(70,34,11)
#311908
(49,25,8)
#1C1005
(28,16,5)
#000000
(0,0,0)

Tints of #EE6A23

#EE6A23
(238,106,35)
#EF7737
(239,119,55)
#F0844B
(240,132,75)
#F1915F
(241,145,95)
#F29E73
(242,158,115)
#F3AB87
(243,171,135)
#F4B89B
(244,184,155)
#F5C5AF
(245,197,175)
#F6D2C3
(246,210,195)
#F7DFD7
(247,223,215)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6A23 color. Also use rgb(238,106,35) instead hex code.

Text Font Color

.myTextColor { color: #EE6A23; }

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

This text font color is #EE6A23.


Background Color

.myBgColor { background-color: #EE6A23; }

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

This div background color is #EE6A23.


Border color

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

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

This div border color is #EE6A23.


Opacity

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

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

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

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

This text has shadow with #EE6A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6A23 on black background.


Color preview on white background

This text has color #EE6A23 on white background.



Black color preview on #EE6A23 background

This text has black color on #EE6A23 background.


White color preview on #EE6A23 background

This text has white color on #EE6A23 background.