COLOR #EE240B

HEX: #EE240B
RGB: (238,36,11)

Color info

#EE240B contains mainly red color. Web safe color of #EE240B is #FF3300 (or #F30).

RGB color model

#EE240B color RGB value is (238,36,11).

  • red value is 238;
  • green value is 36;
  • blue value is 11.
RGB:
(238,36,11)
(93%,14%,4%)

RGB channels and saturation

R 238 of 255 = 93%
G 36 of 255 = 14%
B 11 of 255 = 4%

238
36
11

R + G + B ~ 37%. #EE240B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
238 + 36 + 11 = 285 (100%)
R 238 of 285 ~ 83.51%
G 36 of 285 ~ 12.63%
B 11 of 285 ~ 3.86%

%83.51
%12.63

CMYK color model

#EE240B color CMYK value is (0,85,95,7).

  • cyan value is 0.00%
  • magenta value is 84.87%
  • yellow value is 95.38%
  • key color value is 6.67%
CMYK:
(0,85,95,7)
C0M85Y95K7 
(0%,85%,95%,7%)
(0.00/0.85/0.95/0.07)	

CMYK percentages

%0
%84.87
%95.38
%6.67

Codes

Color #EE240B in popluar color models

EE240B
RGB2383611
HSL91.16%48.82%
HSB/HSV95.38%93.33%
CMYK0.00%84.87%95.38%
6.67%

Color #EE240B in popluar number systems.

HEXEE240B
Decimal2383611
Binary111011101001001011
Octal3564413

Shades and tints

Shades of #EE240B

#EE240B
(238,36,11)
#D9210A
(217,33,10)
#C41E09
(196,30,9)
#AF1B08
(175,27,8)
#9A1807
(154,24,7)
#851506
(133,21,6)
#701205
(112,18,5)
#5B0F04
(91,15,4)
#460C03
(70,12,3)
#310902
(49,9,2)
#1C0601
(28,6,1)
#000000
(0,0,0)

Tints of #EE240B

#EE240B
(238,36,11)
#EF3721
(239,55,33)
#F04A37
(240,74,55)
#F15D4D
(241,93,77)
#F27063
(242,112,99)
#F38379
(243,131,121)
#F4968F
(244,150,143)
#F5A9A5
(245,169,165)
#F6BCBB
(246,188,187)
#F7CFD1
(247,207,209)
#F8E2E7
(248,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE240B color. Also use rgb(238,36,11) instead hex code.

Text Font Color

.myTextColor { color: #EE240B; }

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

This text font color is #EE240B.


Background Color

.myBgColor { background-color: #EE240B; }

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

This div background color is #EE240B.


Border color

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

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

This div border color is #EE240B.


Opacity

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

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

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

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

This text has shadow with #EE240B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE240B on black background.


Color preview on white background

This text has color #EE240B on white background.



Black color preview on #EE240B background

This text has black color on #EE240B background.


White color preview on #EE240B background

This text has white color on #EE240B background.