COLOR #E05B38

HEX: #E05B38
RGB: (224,91,56)

Color info

#E05B38 contains mainly red color. Web safe color of #E05B38 is #CC6633 (or #C63).

RGB color model

#E05B38 color RGB value is (224,91,56).

  • red value is 224;
  • green value is 91;
  • blue value is 56.
RGB:
(224,91,56)
(88%,36%,22%)

RGB channels and saturation

R 224 of 255 = 88%
G 91 of 255 = 36%
B 56 of 255 = 22%

224
91
56

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

Portions of RGB colors in percentages

R + G + B =
224 + 91 + 56 = 371 (100%)
R 224 of 371 ~ 60.38%
G 91 of 371 ~ 24.53%
B 56 of 371 ~ 15.09%

%60.38
%24.53
%15.09

CMYK color model

#E05B38 color CMYK value is (0,59,75,12).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 75.00%
  • key color value is 12.16%
CMYK:
(0,59,75,12)
C0M59Y75K12 
(0%,59%,75%,12%)
(0.00/0.59/0.75/0.12)	

CMYK percentages

%0
%59.38
%75
%12.16

Codes

Color #E05B38 in popluar color models

E05B38
RGB2249156
HSL13°73.04%54.90%
HSB/HSV13°75.00%87.84%
CMYK0.00%59.38%75.00%
12.16%

Color #E05B38 in popluar number systems.

HEXE05B38
Decimal2249156
Binary111000001011011111000
Octal34013370

Shades and tints

Shades of #E05B38

#E05B38
(224,91,56)
#CC5333
(204,83,51)
#B84B2E
(184,75,46)
#A44329
(164,67,41)
#903B24
(144,59,36)
#7C331F
(124,51,31)
#682B1A
(104,43,26)
#542315
(84,35,21)
#401B10
(64,27,16)
#2C130B
(44,19,11)
#180B06
(24,11,6)
#000000
(0,0,0)

Tints of #E05B38

#E05B38
(224,91,56)
#E2694A
(226,105,74)
#E4775C
(228,119,92)
#E6856E
(230,133,110)
#E89380
(232,147,128)
#EAA192
(234,161,146)
#ECAFA4
(236,175,164)
#EEBDB6
(238,189,182)
#F0CBC8
(240,203,200)
#F2D9DA
(242,217,218)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05B38 color. Also use rgb(224,91,56) instead hex code.

Text Font Color

.myTextColor { color: #E05B38; }

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

This text font color is #E05B38.


Background Color

.myBgColor { background-color: #E05B38; }

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

This div background color is #E05B38.


Border color

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

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

This div border color is #E05B38.


Opacity

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

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

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

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

This text has shadow with #E05B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E05B38 on black background.


Color preview on white background

This text has color #E05B38 on white background.



Black color preview on #E05B38 background

This text has black color on #E05B38 background.


White color preview on #E05B38 background

This text has white color on #E05B38 background.