COLOR #E19C00

HEX: #E19C00
RGB: (225,156,0)

Color info

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

RGB color model

#E19C00 color RGB value is (225,156,0).

  • red value is 225;
  • green value is 156;
  • blue value is 0.
RGB:
(225,156,0)
(88%,61%,0%)

RGB channels and saturation

R 225 of 255 = 88%
G 156 of 255 = 61%
B 0 of 255 = 0%

225
156
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 156 + 0 = 381 (100%)
R 225 of 381 ~ 59.06%
G 156 of 381 ~ 40.94%
B 0 of 381 ~ 0%

%59.06
%40.94

CMYK color model

#E19C00 color CMYK value is (0,31,100,12).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,31,100,12)
C0M31Y100K12 
(0%,31%,100%,12%)
(0.00/0.31/1.00/0.12)	

CMYK percentages

%0
%30.67
%100
%11.76

Codes

Color #E19C00 in popluar color models

E19C00
RGB2251560
HSL42°100.00%44.12%
HSB/HSV42°100.00%88.24%
CMYK0.00%30.67%100.00%
11.76%

Color #E19C00 in popluar number systems.

HEXE19C00
Decimal2251560
Binary11100001100111000
Octal3412340

Shades and tints

Shades of #E19C00

#E19C00
(225,156,0)
#CD8E00
(205,142,0)
#B98000
(185,128,0)
#A57200
(165,114,0)
#916400
(145,100,0)
#7D5600
(125,86,0)
#694800
(105,72,0)
#553A00
(85,58,0)
#412C00
(65,44,0)
#2D1E00
(45,30,0)
#191000
(25,16,0)
#000000
(0,0,0)

Tints of #E19C00

#E19C00
(225,156,0)
#E3A517
(227,165,23)
#E5AE2E
(229,174,46)
#E7B745
(231,183,69)
#E9C05C
(233,192,92)
#EBC973
(235,201,115)
#EDD28A
(237,210,138)
#EFDBA1
(239,219,161)
#F1E4B8
(241,228,184)
#F3EDCF
(243,237,207)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19C00 color. Also use rgb(225,156,0) instead hex code.

Text Font Color

.myTextColor { color: #E19C00; }

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

This text font color is #E19C00.


Background Color

.myBgColor { background-color: #E19C00; }

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

This div background color is #E19C00.


Border color

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

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

This div border color is #E19C00.


Opacity

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

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

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

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

This text has shadow with #E19C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19C00 on black background.


Color preview on white background

This text has color #E19C00 on white background.



Black color preview on #E19C00 background

This text has black color on #E19C00 background.


White color preview on #E19C00 background

This text has white color on #E19C00 background.