COLOR #E07D45

HEX: #E07D45
RGB: (224,125,69)

Color info

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

RGB color model

#E07D45 color RGB value is (224,125,69).

  • red value is 224;
  • green value is 125;
  • blue value is 69.
RGB:
(224,125,69)
(88%,49%,27%)

RGB channels and saturation

R 224 of 255 = 88%
G 125 of 255 = 49%
B 69 of 255 = 27%

224
125
69

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

Portions of RGB colors in percentages

R + G + B =
224 + 125 + 69 = 418 (100%)
R 224 of 418 ~ 53.59%
G 125 of 418 ~ 29.9%
B 69 of 418 ~ 16.51%

%53.59
%29.9
%16.51

CMYK color model

#E07D45 color CMYK value is (0,44,69,12).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 69.20%
  • key color value is 12.16%
CMYK:
(0,44,69,12)
C0M44Y69K12 
(0%,44%,69%,12%)
(0.00/0.44/0.69/0.12)	

CMYK percentages

%0
%44.2
%69.2
%12.16

Codes

Color #E07D45 in popluar color models

E07D45
RGB22412569
HSL22°71.43%57.45%
HSB/HSV22°69.20%87.84%
CMYK0.00%44.20%69.20%
12.16%

Color #E07D45 in popluar number systems.

HEXE07D45
Decimal22412569
Binary1110000011111011000101
Octal340175105

Shades and tints

Shades of #E07D45

#E07D45
(224,125,69)
#CC723F
(204,114,63)
#B86739
(184,103,57)
#A45C33
(164,92,51)
#90512D
(144,81,45)
#7C4627
(124,70,39)
#683B21
(104,59,33)
#54301B
(84,48,27)
#402515
(64,37,21)
#2C1A0F
(44,26,15)
#180F09
(24,15,9)
#000000
(0,0,0)

Tints of #E07D45

#E07D45
(224,125,69)
#E28855
(226,136,85)
#E49365
(228,147,101)
#E69E75
(230,158,117)
#E8A985
(232,169,133)
#EAB495
(234,180,149)
#ECBFA5
(236,191,165)
#EECAB5
(238,202,181)
#F0D5C5
(240,213,197)
#F2E0D5
(242,224,213)
#F4EBE5
(244,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E07D45 color. Also use rgb(224,125,69) instead hex code.

Text Font Color

.myTextColor { color: #E07D45; }

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

This text font color is #E07D45.


Background Color

.myBgColor { background-color: #E07D45; }

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

This div background color is #E07D45.


Border color

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

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

This div border color is #E07D45.


Opacity

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

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

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

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

This text has shadow with #E07D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E07D45 on black background.


Color preview on white background

This text has color #E07D45 on white background.



Black color preview on #E07D45 background

This text has black color on #E07D45 background.


White color preview on #E07D45 background

This text has white color on #E07D45 background.