COLOR #E06B2D

HEX: #E06B2D
RGB: (224,107,45)

Color info

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

RGB color model

#E06B2D color RGB value is (224,107,45).

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

RGB channels and saturation

R 224 of 255 = 88%
G 107 of 255 = 42%
B 45 of 255 = 18%

224
107
45

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

Portions of RGB colors in percentages

R + G + B =
224 + 107 + 45 = 376 (100%)
R 224 of 376 ~ 59.57%
G 107 of 376 ~ 28.46%
B 45 of 376 ~ 11.97%

%59.57
%28.46
%11.97

CMYK color model

#E06B2D color CMYK value is (0,52,80,12).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 79.91%
  • key color value is 12.16%
CMYK:
(0,52,80,12)
C0M52Y80K12 
(0%,52%,80%,12%)
(0.00/0.52/0.80/0.12)	

CMYK percentages

%0
%52.23
%79.91
%12.16

Codes

Color #E06B2D in popluar color models

E06B2D
RGB22410745
HSL21°74.27%52.75%
HSB/HSV21°79.91%87.84%
CMYK0.00%52.23%79.91%
12.16%

Color #E06B2D in popluar number systems.

HEXE06B2D
Decimal22410745
Binary111000001101011101101
Octal34015355

Shades and tints

Shades of #E06B2D

#E06B2D
(224,107,45)
#CC6229
(204,98,41)
#B85925
(184,89,37)
#A45021
(164,80,33)
#90471D
(144,71,29)
#7C3E19
(124,62,25)
#683515
(104,53,21)
#542C11
(84,44,17)
#40230D
(64,35,13)
#2C1A09
(44,26,9)
#181105
(24,17,5)
#000000
(0,0,0)

Tints of #E06B2D

#E06B2D
(224,107,45)
#E27840
(226,120,64)
#E48553
(228,133,83)
#E69266
(230,146,102)
#E89F79
(232,159,121)
#EAAC8C
(234,172,140)
#ECB99F
(236,185,159)
#EEC6B2
(238,198,178)
#F0D3C5
(240,211,197)
#F2E0D8
(242,224,216)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06B2D; }

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

This text font color is #E06B2D.


Background Color

.myBgColor { background-color: #E06B2D; }

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

This div background color is #E06B2D.


Border color

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

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

This div border color is #E06B2D.


Opacity

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

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

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

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

This text has shadow with #E06B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06B2D on black background.


Color preview on white background

This text has color #E06B2D on white background.



Black color preview on #E06B2D background

This text has black color on #E06B2D background.


White color preview on #E06B2D background

This text has white color on #E06B2D background.