COLOR #E8922A

HEX: #E8922A
RGB: (232,146,42)

Color info

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

RGB color model

#E8922A color RGB value is (232,146,42).

  • red value is 232;
  • green value is 146;
  • blue value is 42.
RGB:
(232,146,42)
(91%,57%,16%)

RGB channels and saturation

R 232 of 255 = 91%
G 146 of 255 = 57%
B 42 of 255 = 16%

232
146
42

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

Portions of RGB colors in percentages

R + G + B =
232 + 146 + 42 = 420 (100%)
R 232 of 420 ~ 55.24%
G 146 of 420 ~ 34.76%
B 42 of 420 ~ 10%

%55.24
%34.76
%10

CMYK color model

#E8922A color CMYK value is (0,37,82,9).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 81.90%
  • key color value is 9.02%
CMYK:
(0,37,82,9)
C0M37Y82K9 
(0%,37%,82%,9%)
(0.00/0.37/0.82/0.09)	

CMYK percentages

%0
%37.07
%81.9
%9.02

Codes

Color #E8922A in popluar color models

E8922A
RGB23214642
HSL33°80.51%53.73%
HSB/HSV33°81.90%90.98%
CMYK0.00%37.07%81.90%
9.02%

Color #E8922A in popluar number systems.

HEXE8922A
Decimal23214642
Binary1110100010010010101010
Octal35022252

Shades and tints

Shades of #E8922A

#E8922A
(232,146,42)
#D38527
(211,133,39)
#BE7824
(190,120,36)
#A96B21
(169,107,33)
#945E1E
(148,94,30)
#7F511B
(127,81,27)
#6A4418
(106,68,24)
#553715
(85,55,21)
#402A12
(64,42,18)
#2B1D0F
(43,29,15)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #E8922A

#E8922A
(232,146,42)
#EA9B3D
(234,155,61)
#ECA450
(236,164,80)
#EEAD63
(238,173,99)
#F0B676
(240,182,118)
#F2BF89
(242,191,137)
#F4C89C
(244,200,156)
#F6D1AF
(246,209,175)
#F8DAC2
(248,218,194)
#FAE3D5
(250,227,213)
#FCECE8
(252,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8922A color. Also use rgb(232,146,42) instead hex code.

Text Font Color

.myTextColor { color: #E8922A; }

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

This text font color is #E8922A.


Background Color

.myBgColor { background-color: #E8922A; }

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

This div background color is #E8922A.


Border color

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

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

This div border color is #E8922A.


Opacity

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

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

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

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

This text has shadow with #E8922A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8922A on black background.


Color preview on white background

This text has color #E8922A on white background.



Black color preview on #E8922A background

This text has black color on #E8922A background.


White color preview on #E8922A background

This text has white color on #E8922A background.