COLOR #E9AF22

HEX: #E9AF22
RGB: (233,175,34)

Color info

#E9AF22 contains mainly red and green colors. Web safe color of #E9AF22 is #FF9933 (or #F93).

RGB color model

#E9AF22 color RGB value is (233,175,34).

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

RGB channels and saturation

R 233 of 255 = 91%
G 175 of 255 = 69%
B 34 of 255 = 13%

233
175
34

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

Portions of RGB colors in percentages

R + G + B =
233 + 175 + 34 = 442 (100%)
R 233 of 442 ~ 52.71%
G 175 of 442 ~ 39.59%
B 34 of 442 ~ 7.69%

%52.71
%39.59

CMYK color model

#E9AF22 color CMYK value is (0,25,85,9).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 85.41%
  • key color value is 8.63%
CMYK:
(0,25,85,9)
C0M25Y85K9 
(0%,25%,85%,9%)
(0.00/0.25/0.85/0.09)	

CMYK percentages

%0
%24.89
%85.41
%8.63

Codes

Color #E9AF22 in popluar color models

E9AF22
RGB23317534
HSL43°81.89%52.35%
HSB/HSV43°85.41%91.37%
CMYK0.00%24.89%85.41%
8.63%

Color #E9AF22 in popluar number systems.

HEXE9AF22
Decimal23317534
Binary1110100110101111100010
Octal35125742

Shades and tints

Shades of #E9AF22

#E9AF22
(233,175,34)
#D4A01F
(212,160,31)
#BF911C
(191,145,28)
#AA8219
(170,130,25)
#957316
(149,115,22)
#806413
(128,100,19)
#6B5510
(107,85,16)
#56460D
(86,70,13)
#41370A
(65,55,10)
#2C2807
(44,40,7)
#171904
(23,25,4)
#000000
(0,0,0)

Tints of #E9AF22

#E9AF22
(233,175,34)
#EBB636
(235,182,54)
#EDBD4A
(237,189,74)
#EFC45E
(239,196,94)
#F1CB72
(241,203,114)
#F3D286
(243,210,134)
#F5D99A
(245,217,154)
#F7E0AE
(247,224,174)
#F9E7C2
(249,231,194)
#FBEED6
(251,238,214)
#FDF5EA
(253,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9AF22; }

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

This text font color is #E9AF22.


Background Color

.myBgColor { background-color: #E9AF22; }

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

This div background color is #E9AF22.


Border color

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

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

This div border color is #E9AF22.


Opacity

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

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

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

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

This text has shadow with #E9AF22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9AF22 on black background.


Color preview on white background

This text has color #E9AF22 on white background.



Black color preview on #E9AF22 background

This text has black color on #E9AF22 background.


White color preview on #E9AF22 background

This text has white color on #E9AF22 background.