COLOR #EA841D

HEX: #EA841D
RGB: (234,132,29)

Color info

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

RGB color model

#EA841D color RGB value is (234,132,29).

  • red value is 234;
  • green value is 132;
  • blue value is 29.
RGB:
(234,132,29)
(92%,52%,11%)

RGB channels and saturation

R 234 of 255 = 92%
G 132 of 255 = 52%
B 29 of 255 = 11%

234
132
29

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

Portions of RGB colors in percentages

R + G + B =
234 + 132 + 29 = 395 (100%)
R 234 of 395 ~ 59.24%
G 132 of 395 ~ 33.42%
B 29 of 395 ~ 7.34%

%59.24
%33.42

CMYK color model

#EA841D color CMYK value is (0,44,88,8).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 87.61%
  • key color value is 8.24%
CMYK:
(0,44,88,8)
C0M44Y88K8 
(0%,44%,88%,8%)
(0.00/0.44/0.88/0.08)	

CMYK percentages

%0
%43.59
%87.61
%8.24

Codes

Color #EA841D in popluar color models

EA841D
RGB23413229
HSL30°83.00%51.57%
HSB/HSV30°87.61%91.76%
CMYK0.00%43.59%87.61%
8.24%

Color #EA841D in popluar number systems.

HEXEA841D
Decimal23413229
Binary111010101000010011101
Octal35220435

Shades and tints

Shades of #EA841D

#EA841D
(234,132,29)
#D5781B
(213,120,27)
#C06C19
(192,108,25)
#AB6017
(171,96,23)
#965415
(150,84,21)
#814813
(129,72,19)
#6C3C11
(108,60,17)
#57300F
(87,48,15)
#42240D
(66,36,13)
#2D180B
(45,24,11)
#180C09
(24,12,9)
#000000
(0,0,0)

Tints of #EA841D

#EA841D
(234,132,29)
#EB8F31
(235,143,49)
#EC9A45
(236,154,69)
#EDA559
(237,165,89)
#EEB06D
(238,176,109)
#EFBB81
(239,187,129)
#F0C695
(240,198,149)
#F1D1A9
(241,209,169)
#F2DCBD
(242,220,189)
#F3E7D1
(243,231,209)
#F4F2E5
(244,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA841D color. Also use rgb(234,132,29) instead hex code.

Text Font Color

.myTextColor { color: #EA841D; }

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

This text font color is #EA841D.


Background Color

.myBgColor { background-color: #EA841D; }

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

This div background color is #EA841D.


Border color

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

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

This div border color is #EA841D.


Opacity

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

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

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

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

This text has shadow with #EA841D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA841D on black background.


Color preview on white background

This text has color #EA841D on white background.



Black color preview on #EA841D background

This text has black color on #EA841D background.


White color preview on #EA841D background

This text has white color on #EA841D background.