COLOR #E99C14

HEX: #E99C14
RGB: (233,156,20)

Color info

#E99C14 contains mainly red color. Web safe color of #E99C14 is #FF9900 (or #F90).

RGB color model

#E99C14 color RGB value is (233,156,20).

  • red value is 233;
  • green value is 156;
  • blue value is 20.
RGB:
(233,156,20)
(91%,61%,8%)

RGB channels and saturation

R 233 of 255 = 91%
G 156 of 255 = 61%
B 20 of 255 = 8%

233
156
20

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

Portions of RGB colors in percentages

R + G + B =
233 + 156 + 20 = 409 (100%)
R 233 of 409 ~ 56.97%
G 156 of 409 ~ 38.14%
B 20 of 409 ~ 4.89%

%56.97
%38.14

CMYK color model

#E99C14 color CMYK value is (0,33,91,9).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 91.42%
  • key color value is 8.63%
CMYK:
(0,33,91,9)
C0M33Y91K9 
(0%,33%,91%,9%)
(0.00/0.33/0.91/0.09)	

CMYK percentages

%0
%33.05
%91.42
%8.63

Codes

Color #E99C14 in popluar color models

E99C14
RGB23315620
HSL38°84.19%49.61%
HSB/HSV38°91.42%91.37%
CMYK0.00%33.05%91.42%
8.63%

Color #E99C14 in popluar number systems.

HEXE99C14
Decimal23315620
Binary111010011001110010100
Octal35123424

Shades and tints

Shades of #E99C14

#E99C14
(233,156,20)
#D48E13
(212,142,19)
#BF8012
(191,128,18)
#AA7211
(170,114,17)
#956410
(149,100,16)
#80560F
(128,86,15)
#6B480E
(107,72,14)
#563A0D
(86,58,13)
#412C0C
(65,44,12)
#2C1E0B
(44,30,11)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #E99C14

#E99C14
(233,156,20)
#EBA529
(235,165,41)
#EDAE3E
(237,174,62)
#EFB753
(239,183,83)
#F1C068
(241,192,104)
#F3C97D
(243,201,125)
#F5D292
(245,210,146)
#F7DBA7
(247,219,167)
#F9E4BC
(249,228,188)
#FBEDD1
(251,237,209)
#FDF6E6
(253,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99C14 color. Also use rgb(233,156,20) instead hex code.

Text Font Color

.myTextColor { color: #E99C14; }

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

This text font color is #E99C14.


Background Color

.myBgColor { background-color: #E99C14; }

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

This div background color is #E99C14.


Border color

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

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

This div border color is #E99C14.


Opacity

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

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

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

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

This text has shadow with #E99C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99C14 on black background.


Color preview on white background

This text has color #E99C14 on white background.



Black color preview on #E99C14 background

This text has black color on #E99C14 background.


White color preview on #E99C14 background

This text has white color on #E99C14 background.