COLOR #EE802B

HEX: #EE802B
RGB: (238,128,43)

Color info

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

RGB color model

#EE802B color RGB value is (238,128,43).

  • red value is 238;
  • green value is 128;
  • blue value is 43.
RGB:
(238,128,43)
(93%,50%,17%)

RGB channels and saturation

R 238 of 255 = 93%
G 128 of 255 = 50%
B 43 of 255 = 17%

238
128
43

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

Portions of RGB colors in percentages

R + G + B =
238 + 128 + 43 = 409 (100%)
R 238 of 409 ~ 58.19%
G 128 of 409 ~ 31.3%
B 43 of 409 ~ 10.51%

%58.19
%31.3
%10.51

CMYK color model

#EE802B color CMYK value is (0,46,82,7).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 81.93%
  • key color value is 6.67%
CMYK:
(0,46,82,7)
C0M46Y82K7 
(0%,46%,82%,7%)
(0.00/0.46/0.82/0.07)	

CMYK percentages

%0
%46.22
%81.93
%6.67

Codes

Color #EE802B in popluar color models

EE802B
RGB23812843
HSL26°85.15%55.10%
HSB/HSV26°81.93%93.33%
CMYK0.00%46.22%81.93%
6.67%

Color #EE802B in popluar number systems.

HEXEE802B
Decimal23812843
Binary1110111010000000101011
Octal35620053

Shades and tints

Shades of #EE802B

#EE802B
(238,128,43)
#D97528
(217,117,40)
#C46A25
(196,106,37)
#AF5F22
(175,95,34)
#9A541F
(154,84,31)
#85491C
(133,73,28)
#703E19
(112,62,25)
#5B3316
(91,51,22)
#462813
(70,40,19)
#311D10
(49,29,16)
#1C120D
(28,18,13)
#000000
(0,0,0)

Tints of #EE802B

#EE802B
(238,128,43)
#EF8B3E
(239,139,62)
#F09651
(240,150,81)
#F1A164
(241,161,100)
#F2AC77
(242,172,119)
#F3B78A
(243,183,138)
#F4C29D
(244,194,157)
#F5CDB0
(245,205,176)
#F6D8C3
(246,216,195)
#F7E3D6
(247,227,214)
#F8EEE9
(248,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE802B color. Also use rgb(238,128,43) instead hex code.

Text Font Color

.myTextColor { color: #EE802B; }

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

This text font color is #EE802B.


Background Color

.myBgColor { background-color: #EE802B; }

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

This div background color is #EE802B.


Border color

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

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

This div border color is #EE802B.


Opacity

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

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

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

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

This text has shadow with #EE802B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE802B on black background.


Color preview on white background

This text has color #EE802B on white background.



Black color preview on #EE802B background

This text has black color on #EE802B background.


White color preview on #EE802B background

This text has white color on #EE802B background.