COLOR #E14F16

HEX: #E14F16 RGB: (225,79,22)

Color info

#E14F16 contains mainly red color. Web safe color of #E14F16 is #CC6600 (or #C60).

RGB color model

#E14F16 color RGB value is (225,79,22).

RGB: (225,79,22) (88%, 31%, 9%)

RGB channels and saturation

R 225 of 255 = 88%
G 79 of 255 = 31%
B 22 of 255 = 9%

225
79
22

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

Portions of RGB colors in percentages

R + G + B = 225 + 79 + 22 = 326 (100%)
R 225 of 326 ~ 69.02%
G 79 of 326 ~ 24.23%
B 22 of 326 ~ 6.75'%

%69.02
%24.23

CMYK color model

#E14F16 color CMYK value is (0,65,90,12).

  • cyan value is 0.00%
  • magenta value is 64.89%
  • yellow value is 90.22%
  • key color value is 11.76%

CMYK: (0,65,90,12)
C0M65Y90K12 (0%, 65%, 90%, 12%)
(0.00 / 0.65 / 0.90 / 0.12)

CMYK percentages

%0
%64.89
%90.22
%11.76

Codes

Color #E14F16 in popluar color models

E1 4F 16
RGB 225 79 22
HSL 17° 82.19% 48.43%
HSB/HSV 17° 90.22% 88.24%
CMYK 0.00% 64.89% 90.22%
11.76%

Color #E14F16 in popluar number systems.

HEX E1 4F 16
Decimal 225 79 22
Binary 11100001 1001111 10110
Octal 341 117 26

Shades and tints

Shades of #E14F16

#E14F16
(225,79,22)
#CD4814
(205,72,20)
#B94112
(185,65,18)
#A53A10
(165,58,16)
#91330E
(145,51,14)
#7D2C0C
(125,44,12)
#69250A
(105,37,10)
#551E08
(85,30,8)
#411706
(65,23,6)
#2D1004
(45,16,4)
#190902
(25,9,2)
#000000
(0,0,0)

Tints of #E14F16

#E14F16
(225,79,22)
#E35F2B
(227,95,43)
#E56F40
(229,111,64)
#E77F55
(231,127,85)
#E98F6A
(233,143,106)
#EB9F7F
(235,159,127)
#EDAF94
(237,175,148)
#EFBFA9
(239,191,169)
#F1CFBE
(241,207,190)
#F3DFD3
(243,223,211)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E14F16 color. Also use rgb(225,79,22) instead hex code.

Text Font Color

.myTextColor { color: #E14F16; }

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

This text font color is #E14F16.

Background Color

.myBgColor { background-color: #E14F16; }

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

This div background color is #E14F16.

Border color

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

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

This div border color is #E14F16.

Opacity

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

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

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

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

This text has shadow with #E14F16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E14F16.

Preview

Color preview on black background

This text has color #E14F16 on black background.


Color preview on white background

This text has color #E14F16 on white background.


Black color preview on #E14F16 background

This text has black color on #E14F16 background.


White color preview on #E14F16 background

This text has white color on #E14F16 background.


Related colors

Complementary color

Complementary color for #hex is #1EB0E9.


I love getcolorcode.com

Triadic colors

1 #16E14F and #4F16E1 with #E14F16 are triadic colors.

2 #164FE1 and #4FE116 with #E14F16 are triadic colors.