COLOR #EA9E4C

HEX: #EA9E4C
RGB: (234,158,76)

Color info

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

RGB color model

#EA9E4C color RGB value is (234,158,76).

  • red value is 234;
  • green value is 158;
  • blue value is 76.
RGB:
(234,158,76)
(92%,62%,30%)

RGB channels and saturation

R 234 of 255 = 92%
G 158 of 255 = 62%
B 76 of 255 = 30%

234
158
76

R + G + B ~ 61%. #EA9E4C is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 158 + 76 = 468 (100%)
R 234 of 468 ~ 50%
G 158 of 468 ~ 33.76%
B 76 of 468 ~ 16.24%

%50
%33.76
%16.24

CMYK color model

#EA9E4C color CMYK value is (0,32,68,8).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 67.52%
  • key color value is 8.24%
CMYK:
(0,32,68,8)
C0M32Y68K8 
(0%,32%,68%,8%)
(0.00/0.32/0.68/0.08)	

CMYK percentages

%0
%32.48
%67.52
%8.24

Codes

Color #EA9E4C in popluar color models

EA9E4C
RGB23415876
HSL31°79.00%60.78%
HSB/HSV31°67.52%91.76%
CMYK0.00%32.48%67.52%
8.24%

Color #EA9E4C in popluar number systems.

HEXEA9E4C
Decimal23415876
Binary11101010100111101001100
Octal352236114

Shades and tints

Shades of #EA9E4C

#EA9E4C
(234,158,76)
#D59046
(213,144,70)
#C08240
(192,130,64)
#AB743A
(171,116,58)
#966634
(150,102,52)
#81582E
(129,88,46)
#6C4A28
(108,74,40)
#573C22
(87,60,34)
#422E1C
(66,46,28)
#2D2016
(45,32,22)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #EA9E4C

#EA9E4C
(234,158,76)
#EBA65C
(235,166,92)
#ECAE6C
(236,174,108)
#EDB67C
(237,182,124)
#EEBE8C
(238,190,140)
#EFC69C
(239,198,156)
#F0CEAC
(240,206,172)
#F1D6BC
(241,214,188)
#F2DECC
(242,222,204)
#F3E6DC
(243,230,220)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA9E4C color. Also use rgb(234,158,76) instead hex code.

Text Font Color

.myTextColor { color: #EA9E4C; }

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

This text font color is #EA9E4C.


Background Color

.myBgColor { background-color: #EA9E4C; }

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

This div background color is #EA9E4C.


Border color

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

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

This div border color is #EA9E4C.


Opacity

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

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

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

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

This text has shadow with #EA9E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA9E4C on black background.


Color preview on white background

This text has color #EA9E4C on white background.



Black color preview on #EA9E4C background

This text has black color on #EA9E4C background.


White color preview on #EA9E4C background

This text has white color on #EA9E4C background.