COLOR #E06B1D

HEX: #E06B1D
RGB: (224,107,29)

Color info

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

RGB color model

#E06B1D color RGB value is (224,107,29).

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

RGB channels and saturation

R 224 of 255 = 88%
G 107 of 255 = 42%
B 29 of 255 = 11%

224
107
29

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

Portions of RGB colors in percentages

R + G + B =
224 + 107 + 29 = 360 (100%)
R 224 of 360 ~ 62.22%
G 107 of 360 ~ 29.72%
B 29 of 360 ~ 8.06%

%62.22
%29.72

CMYK color model

#E06B1D color CMYK value is (0,52,87,12).

  • cyan value is 0.00%
  • magenta value is 52.23%
  • yellow value is 87.05%
  • key color value is 12.16%
CMYK:
(0,52,87,12)
C0M52Y87K12 
(0%,52%,87%,12%)
(0.00/0.52/0.87/0.12)	

CMYK percentages

%0
%52.23
%87.05
%12.16

Codes

Color #E06B1D in popluar color models

E06B1D
RGB22410729
HSL24°77.08%49.61%
HSB/HSV24°87.05%87.84%
CMYK0.00%52.23%87.05%
12.16%

Color #E06B1D in popluar number systems.

HEXE06B1D
Decimal22410729
Binary11100000110101111101
Octal34015335

Shades and tints

Shades of #E06B1D

#E06B1D
(224,107,29)
#CC621B
(204,98,27)
#B85919
(184,89,25)
#A45017
(164,80,23)
#904715
(144,71,21)
#7C3E13
(124,62,19)
#683511
(104,53,17)
#542C0F
(84,44,15)
#40230D
(64,35,13)
#2C1A0B
(44,26,11)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #E06B1D

#E06B1D
(224,107,29)
#E27831
(226,120,49)
#E48545
(228,133,69)
#E69259
(230,146,89)
#E89F6D
(232,159,109)
#EAAC81
(234,172,129)
#ECB995
(236,185,149)
#EEC6A9
(238,198,169)
#F0D3BD
(240,211,189)
#F2E0D1
(242,224,209)
#F4EDE5
(244,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E06B1D; }

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

This text font color is #E06B1D.


Background Color

.myBgColor { background-color: #E06B1D; }

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

This div background color is #E06B1D.


Border color

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

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

This div border color is #E06B1D.


Opacity

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

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

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

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

This text has shadow with #E06B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06B1D on black background.


Color preview on white background

This text has color #E06B1D on white background.



Black color preview on #E06B1D background

This text has black color on #E06B1D background.


White color preview on #E06B1D background

This text has white color on #E06B1D background.