COLOR #EE5322

HEX: #EE5322
RGB: (238,83,34)

Color info

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

RGB color model

#EE5322 color RGB value is (238,83,34).

  • red value is 238;
  • green value is 83;
  • blue value is 34.
RGB:
(238,83,34)
(93%,33%,13%)

RGB channels and saturation

R 238 of 255 = 93%
G 83 of 255 = 33%
B 34 of 255 = 13%

238
83
34

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

Portions of RGB colors in percentages

R + G + B =
238 + 83 + 34 = 355 (100%)
R 238 of 355 ~ 67.04%
G 83 of 355 ~ 23.38%
B 34 of 355 ~ 9.58%

%67.04
%23.38
%9.58

CMYK color model

#EE5322 color CMYK value is (0,65,86,7).

  • cyan value is 0.00%
  • magenta value is 65.13%
  • yellow value is 85.71%
  • key color value is 6.67%
CMYK:
(0,65,86,7)
C0M65Y86K7 
(0%,65%,86%,7%)
(0.00/0.65/0.86/0.07)	

CMYK percentages

%0
%65.13
%85.71
%6.67

Codes

Color #EE5322 in popluar color models

EE5322
RGB2388334
HSL14°85.71%53.33%
HSB/HSV14°85.71%93.33%
CMYK0.00%65.13%85.71%
6.67%

Color #EE5322 in popluar number systems.

HEXEE5322
Decimal2388334
Binary111011101010011100010
Octal35612342

Shades and tints

Shades of #EE5322

#EE5322
(238,83,34)
#D94C1F
(217,76,31)
#C4451C
(196,69,28)
#AF3E19
(175,62,25)
#9A3716
(154,55,22)
#853013
(133,48,19)
#702910
(112,41,16)
#5B220D
(91,34,13)
#461B0A
(70,27,10)
#311407
(49,20,7)
#1C0D04
(28,13,4)
#000000
(0,0,0)

Tints of #EE5322

#EE5322
(238,83,34)
#EF6236
(239,98,54)
#F0714A
(240,113,74)
#F1805E
(241,128,94)
#F28F72
(242,143,114)
#F39E86
(243,158,134)
#F4AD9A
(244,173,154)
#F5BCAE
(245,188,174)
#F6CBC2
(246,203,194)
#F7DAD6
(247,218,214)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5322 color. Also use rgb(238,83,34) instead hex code.

Text Font Color

.myTextColor { color: #EE5322; }

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

This text font color is #EE5322.


Background Color

.myBgColor { background-color: #EE5322; }

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

This div background color is #EE5322.


Border color

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

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

This div border color is #EE5322.


Opacity

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

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

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

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

This text has shadow with #EE5322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5322 on black background.


Color preview on white background

This text has color #EE5322 on white background.



Black color preview on #EE5322 background

This text has black color on #EE5322 background.


White color preview on #EE5322 background

This text has white color on #EE5322 background.