COLOR #E9BC01

HEX: #E9BC01
RGB: (233,188,1)

Color info

#E9BC01 contains mainly red and green colors. Web safe color of #E9BC01 is #FFCC00 (or #FC0).

RGB color model

#E9BC01 color RGB value is (233,188,1).

  • red value is 233;
  • green value is 188;
  • blue value is 1.
RGB:
(233,188,1)
(91%,74%,0%)

RGB channels and saturation

R 233 of 255 = 91%
G 188 of 255 = 74%
B 1 of 255 = 0%

233
188
1

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

Portions of RGB colors in percentages

R + G + B =
233 + 188 + 1 = 422 (100%)
R 233 of 422 ~ 55.21%
G 188 of 422 ~ 44.55%
B 1 of 422 ~ 0.24%

%55.21
%44.55

CMYK color model

#E9BC01 color CMYK value is (0,19,100,9).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 99.57%
  • key color value is 8.63%
CMYK:
(0,19,100,9)
C0M19Y100K9 
(0%,19%,100%,9%)
(0.00/0.19/1.00/0.09)	

CMYK percentages

%0
%19.31
%99.57
%8.63

Codes

Color #E9BC01 in popluar color models

E9BC01
RGB2331881
HSL48°99.15%45.88%
HSB/HSV48°99.57%91.37%
CMYK0.00%19.31%99.57%
8.63%

Color #E9BC01 in popluar number systems.

HEXE9BC01
Decimal2331881
Binary11101001101111001
Octal3512741

Shades and tints

Shades of #E9BC01

#E9BC01
(233,188,1)
#D4AB01
(212,171,1)
#BF9A01
(191,154,1)
#AA8901
(170,137,1)
#957801
(149,120,1)
#806701
(128,103,1)
#6B5601
(107,86,1)
#564501
(86,69,1)
#413401
(65,52,1)
#2C2301
(44,35,1)
#171201
(23,18,1)
#000000
(0,0,0)

Tints of #E9BC01

#E9BC01
(233,188,1)
#EBC218
(235,194,24)
#EDC82F
(237,200,47)
#EFCE46
(239,206,70)
#F1D45D
(241,212,93)
#F3DA74
(243,218,116)
#F5E08B
(245,224,139)
#F7E6A2
(247,230,162)
#F9ECB9
(249,236,185)
#FBF2D0
(251,242,208)
#FDF8E7
(253,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BC01 color. Also use rgb(233,188,1) instead hex code.

Text Font Color

.myTextColor { color: #E9BC01; }

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

This text font color is #E9BC01.


Background Color

.myBgColor { background-color: #E9BC01; }

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

This div background color is #E9BC01.


Border color

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

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

This div border color is #E9BC01.


Opacity

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

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

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

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

This text has shadow with #E9BC01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BC01 on black background.


Color preview on white background

This text has color #E9BC01 on white background.



Black color preview on #E9BC01 background

This text has black color on #E9BC01 background.


White color preview on #E9BC01 background

This text has white color on #E9BC01 background.