COLOR #E99D22

HEX: #E99D22
RGB: (233,157,34)

Color info

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

RGB color model

#E99D22 color RGB value is (233,157,34).

  • red value is 233;
  • green value is 157;
  • blue value is 34.
RGB:
(233,157,34)
(91%,62%,13%)

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 34 of 255 = 13%

233
157
34

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

Portions of RGB colors in percentages

R + G + B =
233 + 157 + 34 = 424 (100%)
R 233 of 424 ~ 54.95%
G 157 of 424 ~ 37.03%
B 34 of 424 ~ 8.02%

%54.95
%37.03

CMYK color model

#E99D22 color CMYK value is (0,33,85,9).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 85.41%
  • key color value is 8.63%
CMYK:
(0,33,85,9)
C0M33Y85K9 
(0%,33%,85%,9%)
(0.00/0.33/0.85/0.09)	

CMYK percentages

%0
%32.62
%85.41
%8.63

Codes

Color #E99D22 in popluar color models

E99D22
RGB23315734
HSL37°81.89%52.35%
HSB/HSV37°85.41%91.37%
CMYK0.00%32.62%85.41%
8.63%

Color #E99D22 in popluar number systems.

HEXE99D22
Decimal23315734
Binary1110100110011101100010
Octal35123542

Shades and tints

Shades of #E99D22

#E99D22
(233,157,34)
#D48F1F
(212,143,31)
#BF811C
(191,129,28)
#AA7319
(170,115,25)
#956516
(149,101,22)
#805713
(128,87,19)
#6B4910
(107,73,16)
#563B0D
(86,59,13)
#412D0A
(65,45,10)
#2C1F07
(44,31,7)
#171104
(23,17,4)
#000000
(0,0,0)

Tints of #E99D22

#E99D22
(233,157,34)
#EBA536
(235,165,54)
#EDAD4A
(237,173,74)
#EFB55E
(239,181,94)
#F1BD72
(241,189,114)
#F3C586
(243,197,134)
#F5CD9A
(245,205,154)
#F7D5AE
(247,213,174)
#F9DDC2
(249,221,194)
#FBE5D6
(251,229,214)
#FDEDEA
(253,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99D22 color. Also use rgb(233,157,34) instead hex code.

Text Font Color

.myTextColor { color: #E99D22; }

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

This text font color is #E99D22.


Background Color

.myBgColor { background-color: #E99D22; }

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

This div background color is #E99D22.


Border color

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

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

This div border color is #E99D22.


Opacity

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

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

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

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

This text has shadow with #E99D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99D22 on black background.


Color preview on white background

This text has color #E99D22 on white background.



Black color preview on #E99D22 background

This text has black color on #E99D22 background.


White color preview on #E99D22 background

This text has white color on #E99D22 background.