COLOR #EA981E

HEX: #EA981E
RGB: (234,152,30)

Color info

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

RGB color model

#EA981E color RGB value is (234,152,30).

  • red value is 234;
  • green value is 152;
  • blue value is 30.
RGB:
(234,152,30)
(92%,60%,12%)

RGB channels and saturation

R 234 of 255 = 92%
G 152 of 255 = 60%
B 30 of 255 = 12%

234
152
30

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

Portions of RGB colors in percentages

R + G + B =
234 + 152 + 30 = 416 (100%)
R 234 of 416 ~ 56.25%
G 152 of 416 ~ 36.54%
B 30 of 416 ~ 7.21%

%56.25
%36.54

CMYK color model

#EA981E color CMYK value is (0,35,87,8).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 87.18%
  • key color value is 8.24%
CMYK:
(0,35,87,8)
C0M35Y87K8 
(0%,35%,87%,8%)
(0.00/0.35/0.87/0.08)	

CMYK percentages

%0
%35.04
%87.18
%8.24

Codes

Color #EA981E in popluar color models

EA981E
RGB23415230
HSL36°82.93%51.76%
HSB/HSV36°87.18%91.76%
CMYK0.00%35.04%87.18%
8.24%

Color #EA981E in popluar number systems.

HEXEA981E
Decimal23415230
Binary111010101001100011110
Octal35223036

Shades and tints

Shades of #EA981E

#EA981E
(234,152,30)
#D58B1C
(213,139,28)
#C07E1A
(192,126,26)
#AB7118
(171,113,24)
#966416
(150,100,22)
#815714
(129,87,20)
#6C4A12
(108,74,18)
#573D10
(87,61,16)
#42300E
(66,48,14)
#2D230C
(45,35,12)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #EA981E

#EA981E
(234,152,30)
#EBA132
(235,161,50)
#ECAA46
(236,170,70)
#EDB35A
(237,179,90)
#EEBC6E
(238,188,110)
#EFC582
(239,197,130)
#F0CE96
(240,206,150)
#F1D7AA
(241,215,170)
#F2E0BE
(242,224,190)
#F3E9D2
(243,233,210)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA981E color. Also use rgb(234,152,30) instead hex code.

Text Font Color

.myTextColor { color: #EA981E; }

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

This text font color is #EA981E.


Background Color

.myBgColor { background-color: #EA981E; }

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

This div background color is #EA981E.


Border color

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

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

This div border color is #EA981E.


Opacity

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

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

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

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

This text has shadow with #EA981E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA981E on black background.


Color preview on white background

This text has color #EA981E on white background.



Black color preview on #EA981E background

This text has black color on #EA981E background.


White color preview on #EA981E background

This text has white color on #EA981E background.