COLOR #EE991B

HEX: #EE991B
RGB: (238,153,27)

Color info

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

RGB color model

#EE991B color RGB value is (238,153,27).

  • red value is 238;
  • green value is 153;
  • blue value is 27.
RGB:
(238,153,27)
(93%,60%,11%)

RGB channels and saturation

R 238 of 255 = 93%
G 153 of 255 = 60%
B 27 of 255 = 11%

238
153
27

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

Portions of RGB colors in percentages

R + G + B =
238 + 153 + 27 = 418 (100%)
R 238 of 418 ~ 56.94%
G 153 of 418 ~ 36.6%
B 27 of 418 ~ 6.46%

%56.94
%36.6

CMYK color model

#EE991B color CMYK value is (0,36,89,7).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 88.66%
  • key color value is 6.67%
CMYK:
(0,36,89,7)
C0M36Y89K7 
(0%,36%,89%,7%)
(0.00/0.36/0.89/0.07)	

CMYK percentages

%0
%35.71
%88.66
%6.67

Codes

Color #EE991B in popluar color models

EE991B
RGB23815327
HSL36°86.12%51.96%
HSB/HSV36°88.66%93.33%
CMYK0.00%35.71%88.66%
6.67%

Color #EE991B in popluar number systems.

HEXEE991B
Decimal23815327
Binary111011101001100111011
Octal35623133

Shades and tints

Shades of #EE991B

#EE991B
(238,153,27)
#D98C19
(217,140,25)
#C47F17
(196,127,23)
#AF7215
(175,114,21)
#9A6513
(154,101,19)
#855811
(133,88,17)
#704B0F
(112,75,15)
#5B3E0D
(91,62,13)
#46310B
(70,49,11)
#312409
(49,36,9)
#1C1707
(28,23,7)
#000000
(0,0,0)

Tints of #EE991B

#EE991B
(238,153,27)
#EFA22F
(239,162,47)
#F0AB43
(240,171,67)
#F1B457
(241,180,87)
#F2BD6B
(242,189,107)
#F3C67F
(243,198,127)
#F4CF93
(244,207,147)
#F5D8A7
(245,216,167)
#F6E1BB
(246,225,187)
#F7EACF
(247,234,207)
#F8F3E3
(248,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE991B color. Also use rgb(238,153,27) instead hex code.

Text Font Color

.myTextColor { color: #EE991B; }

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

This text font color is #EE991B.


Background Color

.myBgColor { background-color: #EE991B; }

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

This div background color is #EE991B.


Border color

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

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

This div border color is #EE991B.


Opacity

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

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

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

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

This text has shadow with #EE991B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE991B on black background.


Color preview on white background

This text has color #EE991B on white background.



Black color preview on #EE991B background

This text has black color on #EE991B background.


White color preview on #EE991B background

This text has white color on #EE991B background.