COLOR #E9B428

HEX: #E9B428
RGB: (233,180,40)

Color info

#E9B428 contains mainly red and green colors. Web safe color of #E9B428 is #FFCC33 (or #FC3).

RGB color model

#E9B428 color RGB value is (233,180,40).

  • red value is 233;
  • green value is 180;
  • blue value is 40.
RGB:
(233,180,40)
(91%,71%,16%)

RGB channels and saturation

R 233 of 255 = 91%
G 180 of 255 = 71%
B 40 of 255 = 16%

233
180
40

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

Portions of RGB colors in percentages

R + G + B =
233 + 180 + 40 = 453 (100%)
R 233 of 453 ~ 51.43%
G 180 of 453 ~ 39.74%
B 40 of 453 ~ 8.83%

%51.43
%39.74

CMYK color model

#E9B428 color CMYK value is (0,23,83,9).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 82.83%
  • key color value is 8.63%
CMYK:
(0,23,83,9)
C0M23Y83K9 
(0%,23%,83%,9%)
(0.00/0.23/0.83/0.09)	

CMYK percentages

%0
%22.75
%82.83
%8.63

Codes

Color #E9B428 in popluar color models

E9B428
RGB23318040
HSL44°81.43%53.53%
HSB/HSV44°82.83%91.37%
CMYK0.00%22.75%82.83%
8.63%

Color #E9B428 in popluar number systems.

HEXE9B428
Decimal23318040
Binary1110100110110100101000
Octal35126450

Shades and tints

Shades of #E9B428

#E9B428
(233,180,40)
#D4A425
(212,164,37)
#BF9422
(191,148,34)
#AA841F
(170,132,31)
#95741C
(149,116,28)
#806419
(128,100,25)
#6B5416
(107,84,22)
#564413
(86,68,19)
#413410
(65,52,16)
#2C240D
(44,36,13)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #E9B428

#E9B428
(233,180,40)
#EBBA3B
(235,186,59)
#EDC04E
(237,192,78)
#EFC661
(239,198,97)
#F1CC74
(241,204,116)
#F3D287
(243,210,135)
#F5D89A
(245,216,154)
#F7DEAD
(247,222,173)
#F9E4C0
(249,228,192)
#FBEAD3
(251,234,211)
#FDF0E6
(253,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B428 color. Also use rgb(233,180,40) instead hex code.

Text Font Color

.myTextColor { color: #E9B428; }

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

This text font color is #E9B428.


Background Color

.myBgColor { background-color: #E9B428; }

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

This div background color is #E9B428.


Border color

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

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

This div border color is #E9B428.


Opacity

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

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

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

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

This text has shadow with #E9B428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B428 on black background.


Color preview on white background

This text has color #E9B428 on white background.



Black color preview on #E9B428 background

This text has black color on #E9B428 background.


White color preview on #E9B428 background

This text has white color on #E9B428 background.