COLOR #E9994C

HEX: #E9994C RGB: (233,153,76)

Color info

#E9994C contains mainly red color. Web safe color of #E9994C is #FF9933 (or #F93).

RGB color model

#E9994C color RGB value is (233,153,76).

RGB: (233,153,76) (91%, 60%, 30%)

RGB channels and saturation

R 233 of 255 = 91%
G 153 of 255 = 60%
B 76 of 255 = 30%

233
153
76

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

Portions of RGB colors in percentages

R + G + B = 233 + 153 + 76 = 462 (100%)
R 233 of 462 ~ 50.43%
G 153 of 462 ~ 33.12%
B 76 of 462 ~ 16.45'%

%50.43
%33.12
%16.45

CMYK color model

#E9994C color CMYK value is (0,34,67,9).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 67.38%
  • key color value is 8.63%

CMYK: (0,34,67,9)
C0M34Y67K9 (0%, 34%, 67%, 9%)
(0.00 / 0.34 / 0.67 / 0.09)

CMYK percentages

%0
%34.33
%67.38
%8.63

Codes

Color #E9994C in popluar color models

E9 99 4C
RGB 233 153 76
HSL 29° 78.11% 60.59%
HSB/HSV 29° 67.38% 91.37%
CMYK 0.00% 34.33% 67.38%
8.63%

Color #E9994C in popluar number systems.

HEX E9 99 4C
Decimal 233 153 76
Binary 11101001 10011001 1001100
Octal 351 231 114

Shades and tints

Shades of #E9994C

#E9994C
(233,153,76)
#D48C46
(212,140,70)
#BF7F40
(191,127,64)
#AA723A
(170,114,58)
#956534
(149,101,52)
#80582E
(128,88,46)
#6B4B28
(107,75,40)
#563E22
(86,62,34)
#41311C
(65,49,28)
#2C2416
(44,36,22)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #E9994C

#E9994C
(233,153,76)
#EBA25C
(235,162,92)
#EDAB6C
(237,171,108)
#EFB47C
(239,180,124)
#F1BD8C
(241,189,140)
#F3C69C
(243,198,156)
#F5CFAC
(245,207,172)
#F7D8BC
(247,216,188)
#F9E1CC
(249,225,204)
#FBEADC
(251,234,220)
#FDF3EC
(253,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9994C color. Also use rgb(233,153,76) instead hex code.

Text Font Color

.myTextColor { color: #E9994C; }

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

This text font color is #E9994C.

Background Color

.myBgColor { background-color: #E9994C; }

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

This div background color is #E9994C.

Border color

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

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

This div border color is #E9994C.

Opacity

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

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

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

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

This text has shadow with #E9994C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9994C.

Preview

Color preview on black background

This text has color #E9994C on black background.


Color preview on white background

This text has color #E9994C on white background.


Black color preview on #E9994C background

This text has black color on #E9994C background.


White color preview on #E9994C background

This text has white color on #E9994C background.


Related colors

Complementary color

Complementary color for #E9994C is #1666B3.


I love getcolorcode.com

Triadic colors

1 #4CE999 and #994CE9 with #E9994C are triadic colors.

2 #4C99E9 and #99E94C with #E9994C are triadic colors.