COLOR #EE8745

HEX: #EE8745
RGB: (238,135,69)

Color info

#EE8745 contains mainly red color. Web safe color of #EE8745 is #FF9933 (or #F93).

RGB color model

#EE8745 color RGB value is (238,135,69).

  • red value is 238;
  • green value is 135;
  • blue value is 69.
RGB:
(238,135,69)
(93%,53%,27%)

RGB channels and saturation

R 238 of 255 = 93%
G 135 of 255 = 53%
B 69 of 255 = 27%

238
135
69

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

Portions of RGB colors in percentages

R + G + B =
238 + 135 + 69 = 442 (100%)
R 238 of 442 ~ 53.85%
G 135 of 442 ~ 30.54%
B 69 of 442 ~ 15.61%

%53.85
%30.54
%15.61

CMYK color model

#EE8745 color CMYK value is (0,43,71,7).

  • cyan value is 0.00%
  • magenta value is 43.28%
  • yellow value is 71.01%
  • key color value is 6.67%
CMYK:
(0,43,71,7)
C0M43Y71K7 
(0%,43%,71%,7%)
(0.00/0.43/0.71/0.07)	

CMYK percentages

%0
%43.28
%71.01
%6.67

Codes

Color #EE8745 in popluar color models

EE8745
RGB23813569
HSL23°83.25%60.20%
HSB/HSV23°71.01%93.33%
CMYK0.00%43.28%71.01%
6.67%

Color #EE8745 in popluar number systems.

HEXEE8745
Decimal23813569
Binary11101110100001111000101
Octal356207105

Shades and tints

Shades of #EE8745

#EE8745
(238,135,69)
#D97B3F
(217,123,63)
#C46F39
(196,111,57)
#AF6333
(175,99,51)
#9A572D
(154,87,45)
#854B27
(133,75,39)
#703F21
(112,63,33)
#5B331B
(91,51,27)
#462715
(70,39,21)
#311B0F
(49,27,15)
#1C0F09
(28,15,9)
#000000
(0,0,0)

Tints of #EE8745

#EE8745
(238,135,69)
#EF9155
(239,145,85)
#F09B65
(240,155,101)
#F1A575
(241,165,117)
#F2AF85
(242,175,133)
#F3B995
(243,185,149)
#F4C3A5
(244,195,165)
#F5CDB5
(245,205,181)
#F6D7C5
(246,215,197)
#F7E1D5
(247,225,213)
#F8EBE5
(248,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8745 color. Also use rgb(238,135,69) instead hex code.

Text Font Color

.myTextColor { color: #EE8745; }

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

This text font color is #EE8745.


Background Color

.myBgColor { background-color: #EE8745; }

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

This div background color is #EE8745.


Border color

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

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

This div border color is #EE8745.


Opacity

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

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

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

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

This text has shadow with #EE8745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8745 on black background.


Color preview on white background

This text has color #EE8745 on white background.



Black color preview on #EE8745 background

This text has black color on #EE8745 background.


White color preview on #EE8745 background

This text has white color on #EE8745 background.