COLOR #EA851A

HEX: #EA851A
RGB: (234,133,26)

Color info

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

RGB color model

#EA851A color RGB value is (234,133,26).

  • red value is 234;
  • green value is 133;
  • blue value is 26.
RGB:
(234,133,26)
(92%,52%,10%)

RGB channels and saturation

R 234 of 255 = 92%
G 133 of 255 = 52%
B 26 of 255 = 10%

234
133
26

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

Portions of RGB colors in percentages

R + G + B =
234 + 133 + 26 = 393 (100%)
R 234 of 393 ~ 59.54%
G 133 of 393 ~ 33.84%
B 26 of 393 ~ 6.62%

%59.54
%33.84

CMYK color model

#EA851A color CMYK value is (0,43,89,8).

  • cyan value is 0.00%
  • magenta value is 43.16%
  • yellow value is 88.89%
  • key color value is 8.24%
CMYK:
(0,43,89,8)
C0M43Y89K8 
(0%,43%,89%,8%)
(0.00/0.43/0.89/0.08)	

CMYK percentages

%0
%43.16
%88.89
%8.24

Codes

Color #EA851A in popluar color models

EA851A
RGB23413326
HSL31°83.20%50.98%
HSB/HSV31°88.89%91.76%
CMYK0.00%43.16%88.89%
8.24%

Color #EA851A in popluar number systems.

HEXEA851A
Decimal23413326
Binary111010101000010111010
Octal35220532

Shades and tints

Shades of #EA851A

#EA851A
(234,133,26)
#D57918
(213,121,24)
#C06D16
(192,109,22)
#AB6114
(171,97,20)
#965512
(150,85,18)
#814910
(129,73,16)
#6C3D0E
(108,61,14)
#57310C
(87,49,12)
#42250A
(66,37,10)
#2D1908
(45,25,8)
#180D06
(24,13,6)
#000000
(0,0,0)

Tints of #EA851A

#EA851A
(234,133,26)
#EB902E
(235,144,46)
#EC9B42
(236,155,66)
#EDA656
(237,166,86)
#EEB16A
(238,177,106)
#EFBC7E
(239,188,126)
#F0C792
(240,199,146)
#F1D2A6
(241,210,166)
#F2DDBA
(242,221,186)
#F3E8CE
(243,232,206)
#F4F3E2
(244,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA851A color. Also use rgb(234,133,26) instead hex code.

Text Font Color

.myTextColor { color: #EA851A; }

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

This text font color is #EA851A.


Background Color

.myBgColor { background-color: #EA851A; }

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

This div background color is #EA851A.


Border color

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

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

This div border color is #EA851A.


Opacity

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

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

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

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

This text has shadow with #EA851A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA851A on black background.


Color preview on white background

This text has color #EA851A on white background.



Black color preview on #EA851A background

This text has black color on #EA851A background.


White color preview on #EA851A background

This text has white color on #EA851A background.