COLOR #E7A22C

HEX: #E7A22C
RGB: (231,162,44)

Color info

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

RGB color model

#E7A22C color RGB value is (231,162,44).

  • red value is 231;
  • green value is 162;
  • blue value is 44.
RGB:
(231,162,44)
(91%,64%,17%)

RGB channels and saturation

R 231 of 255 = 91%
G 162 of 255 = 64%
B 44 of 255 = 17%

231
162
44

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

Portions of RGB colors in percentages

R + G + B =
231 + 162 + 44 = 437 (100%)
R 231 of 437 ~ 52.86%
G 162 of 437 ~ 37.07%
B 44 of 437 ~ 10.07%

%52.86
%37.07
%10.07

CMYK color model

#E7A22C color CMYK value is (0,30,81,9).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 80.95%
  • key color value is 9.41%
CMYK:
(0,30,81,9)
C0M30Y81K9 
(0%,30%,81%,9%)
(0.00/0.30/0.81/0.09)	

CMYK percentages

%0
%29.87
%80.95
%9.41

Codes

Color #E7A22C in popluar color models

E7A22C
RGB23116244
HSL38°79.57%53.92%
HSB/HSV38°80.95%90.59%
CMYK0.00%29.87%80.95%
9.41%

Color #E7A22C in popluar number systems.

HEXE7A22C
Decimal23116244
Binary1110011110100010101100
Octal34724254

Shades and tints

Shades of #E7A22C

#E7A22C
(231,162,44)
#D29428
(210,148,40)
#BD8624
(189,134,36)
#A87820
(168,120,32)
#936A1C
(147,106,28)
#7E5C18
(126,92,24)
#694E14
(105,78,20)
#544010
(84,64,16)
#3F320C
(63,50,12)
#2A2408
(42,36,8)
#151604
(21,22,4)
#000000
(0,0,0)

Tints of #E7A22C

#E7A22C
(231,162,44)
#E9AA3F
(233,170,63)
#EBB252
(235,178,82)
#EDBA65
(237,186,101)
#EFC278
(239,194,120)
#F1CA8B
(241,202,139)
#F3D29E
(243,210,158)
#F5DAB1
(245,218,177)
#F7E2C4
(247,226,196)
#F9EAD7
(249,234,215)
#FBF2EA
(251,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A22C color. Also use rgb(231,162,44) instead hex code.

Text Font Color

.myTextColor { color: #E7A22C; }

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

This text font color is #E7A22C.


Background Color

.myBgColor { background-color: #E7A22C; }

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

This div background color is #E7A22C.


Border color

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

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

This div border color is #E7A22C.


Opacity

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

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

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

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

This text has shadow with #E7A22C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A22C on black background.


Color preview on white background

This text has color #E7A22C on white background.



Black color preview on #E7A22C background

This text has black color on #E7A22C background.


White color preview on #E7A22C background

This text has white color on #E7A22C background.