COLOR #E9B006

HEX: #E9B006
RGB: (233,176,6)

Color info

#E9B006 contains mainly red and green colors. Web safe color of #E9B006 is #FF9900 (or #F90).

RGB color model

#E9B006 color RGB value is (233,176,6).

  • red value is 233;
  • green value is 176;
  • blue value is 6.
RGB:
(233,176,6)
(91%,69%,2%)

RGB channels and saturation

R 233 of 255 = 91%
G 176 of 255 = 69%
B 6 of 255 = 2%

233
176
6

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

Portions of RGB colors in percentages

R + G + B =
233 + 176 + 6 = 415 (100%)
R 233 of 415 ~ 56.14%
G 176 of 415 ~ 42.41%
B 6 of 415 ~ 1.45%

%56.14
%42.41

CMYK color model

#E9B006 color CMYK value is (0,24,97,9).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 97.42%
  • key color value is 8.63%
CMYK:
(0,24,97,9)
C0M24Y97K9 
(0%,24%,97%,9%)
(0.00/0.24/0.97/0.09)	

CMYK percentages

%0
%24.46
%97.42
%8.63

Codes

Color #E9B006 in popluar color models

E9B006
RGB2331766
HSL45°94.98%46.86%
HSB/HSV45°97.42%91.37%
CMYK0.00%24.46%97.42%
8.63%

Color #E9B006 in popluar number systems.

HEXE9B006
Decimal2331766
Binary1110100110110000110
Octal3512606

Shades and tints

Shades of #E9B006

#E9B006
(233,176,6)
#D4A006
(212,160,6)
#BF9006
(191,144,6)
#AA8006
(170,128,6)
#957006
(149,112,6)
#806006
(128,96,6)
#6B5006
(107,80,6)
#564006
(86,64,6)
#413006
(65,48,6)
#2C2006
(44,32,6)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #E9B006

#E9B006
(233,176,6)
#EBB71C
(235,183,28)
#EDBE32
(237,190,50)
#EFC548
(239,197,72)
#F1CC5E
(241,204,94)
#F3D374
(243,211,116)
#F5DA8A
(245,218,138)
#F7E1A0
(247,225,160)
#F9E8B6
(249,232,182)
#FBEFCC
(251,239,204)
#FDF6E2
(253,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B006 color. Also use rgb(233,176,6) instead hex code.

Text Font Color

.myTextColor { color: #E9B006; }

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

This text font color is #E9B006.


Background Color

.myBgColor { background-color: #E9B006; }

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

This div background color is #E9B006.


Border color

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

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

This div border color is #E9B006.


Opacity

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

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

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

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

This text has shadow with #E9B006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B006 on black background.


Color preview on white background

This text has color #E9B006 on white background.



Black color preview on #E9B006 background

This text has black color on #E9B006 background.


White color preview on #E9B006 background

This text has white color on #E9B006 background.