COLOR #E19514

HEX: #E19514
RGB: (225,149,20)

Color info

#E19514 contains mainly red color. Web safe color of #E19514 is #CC9900 (or #C90).

RGB color model

#E19514 color RGB value is (225,149,20).

  • red value is 225;
  • green value is 149;
  • blue value is 20.
RGB:
(225,149,20)
(88%,58%,8%)

RGB channels and saturation

R 225 of 255 = 88%
G 149 of 255 = 58%
B 20 of 255 = 8%

225
149
20

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

Portions of RGB colors in percentages

R + G + B =
225 + 149 + 20 = 394 (100%)
R 225 of 394 ~ 57.11%
G 149 of 394 ~ 37.82%
B 20 of 394 ~ 5.08%

%57.11
%37.82

CMYK color model

#E19514 color CMYK value is (0,34,91,12).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 91.11%
  • key color value is 11.76%
CMYK:
(0,34,91,12)
C0M34Y91K12 
(0%,34%,91%,12%)
(0.00/0.34/0.91/0.12)	

CMYK percentages

%0
%33.78
%91.11
%11.76

Codes

Color #E19514 in popluar color models

E19514
RGB22514920
HSL38°83.67%48.04%
HSB/HSV38°91.11%88.24%
CMYK0.00%33.78%91.11%
11.76%

Color #E19514 in popluar number systems.

HEXE19514
Decimal22514920
Binary111000011001010110100
Octal34122524

Shades and tints

Shades of #E19514

#E19514
(225,149,20)
#CD8813
(205,136,19)
#B97B12
(185,123,18)
#A56E11
(165,110,17)
#916110
(145,97,16)
#7D540F
(125,84,15)
#69470E
(105,71,14)
#553A0D
(85,58,13)
#412D0C
(65,45,12)
#2D200B
(45,32,11)
#19130A
(25,19,10)
#000000
(0,0,0)

Tints of #E19514

#E19514
(225,149,20)
#E39E29
(227,158,41)
#E5A73E
(229,167,62)
#E7B053
(231,176,83)
#E9B968
(233,185,104)
#EBC27D
(235,194,125)
#EDCB92
(237,203,146)
#EFD4A7
(239,212,167)
#F1DDBC
(241,221,188)
#F3E6D1
(243,230,209)
#F5EFE6
(245,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19514 color. Also use rgb(225,149,20) instead hex code.

Text Font Color

.myTextColor { color: #E19514; }

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

This text font color is #E19514.


Background Color

.myBgColor { background-color: #E19514; }

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

This div background color is #E19514.


Border color

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

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

This div border color is #E19514.


Opacity

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

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

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

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

This text has shadow with #E19514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19514 on black background.


Color preview on white background

This text has color #E19514 on white background.



Black color preview on #E19514 background

This text has black color on #E19514 background.


White color preview on #E19514 background

This text has white color on #E19514 background.