COLOR #E05B2D

HEX: #E05B2D
RGB: (224,91,45)

Color info

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

RGB color model

#E05B2D color RGB value is (224,91,45).

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

RGB channels and saturation

R 224 of 255 = 88%
G 91 of 255 = 36%
B 45 of 255 = 18%

224
91
45

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

Portions of RGB colors in percentages

R + G + B =
224 + 91 + 45 = 360 (100%)
R 224 of 360 ~ 62.22%
G 91 of 360 ~ 25.28%
B 45 of 360 ~ 12.5%

%62.22
%25.28
%12.5

CMYK color model

#E05B2D color CMYK value is (0,59,80,12).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 79.91%
  • key color value is 12.16%
CMYK:
(0,59,80,12)
C0M59Y80K12 
(0%,59%,80%,12%)
(0.00/0.59/0.80/0.12)	

CMYK percentages

%0
%59.38
%79.91
%12.16

Codes

Color #E05B2D in popluar color models

E05B2D
RGB2249145
HSL15°74.27%52.75%
HSB/HSV15°79.91%87.84%
CMYK0.00%59.38%79.91%
12.16%

Color #E05B2D in popluar number systems.

HEXE05B2D
Decimal2249145
Binary111000001011011101101
Octal34013355

Shades and tints

Shades of #E05B2D

#E05B2D
(224,91,45)
#CC5329
(204,83,41)
#B84B25
(184,75,37)
#A44321
(164,67,33)
#903B1D
(144,59,29)
#7C3319
(124,51,25)
#682B15
(104,43,21)
#542311
(84,35,17)
#401B0D
(64,27,13)
#2C1309
(44,19,9)
#180B05
(24,11,5)
#000000
(0,0,0)

Tints of #E05B2D

#E05B2D
(224,91,45)
#E26940
(226,105,64)
#E47753
(228,119,83)
#E68566
(230,133,102)
#E89379
(232,147,121)
#EAA18C
(234,161,140)
#ECAF9F
(236,175,159)
#EEBDB2
(238,189,178)
#F0CBC5
(240,203,197)
#F2D9D8
(242,217,216)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E05B2D; }

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

This text font color is #E05B2D.


Background Color

.myBgColor { background-color: #E05B2D; }

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

This div background color is #E05B2D.


Border color

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

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

This div border color is #E05B2D.


Opacity

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

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

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

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

This text has shadow with #E05B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E05B2D on black background.


Color preview on white background

This text has color #E05B2D on white background.



Black color preview on #E05B2D background

This text has black color on #E05B2D background.


White color preview on #E05B2D background

This text has white color on #E05B2D background.