COLOR #E6BC01

HEX: #E6BC01
RGB: (230,188,1)

Color info

#E6BC01 contains mainly red and green colors. Web safe color of #E6BC01 is #CCCC00 (or #CC0).

RGB color model

#E6BC01 color RGB value is (230,188,1).

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

RGB channels and saturation

R 230 of 255 = 90%
G 188 of 255 = 74%
B 1 of 255 = 0%

230
188
1

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

Portions of RGB colors in percentages

R + G + B =
230 + 188 + 1 = 419 (100%)
R 230 of 419 ~ 54.89%
G 188 of 419 ~ 44.87%
B 1 of 419 ~ 0.24%

%54.89
%44.87

CMYK color model

#E6BC01 color CMYK value is (0,18,100,10).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 99.57%
  • key color value is 9.80%
CMYK:
(0,18,100,10)
C0M18Y100K10 
(0%,18%,100%,10%)
(0.00/0.18/1.00/0.10)	

CMYK percentages

%0
%18.26
%99.57
%9.8

Codes

Color #E6BC01 in popluar color models

E6BC01
RGB2301881
HSL49°99.13%45.29%
HSB/HSV49°99.57%90.20%
CMYK0.00%18.26%99.57%
9.80%

Color #E6BC01 in popluar number systems.

HEXE6BC01
Decimal2301881
Binary11100110101111001
Octal3462741

Shades and tints

Shades of #E6BC01

#E6BC01
(230,188,1)
#D2AB01
(210,171,1)
#BE9A01
(190,154,1)
#AA8901
(170,137,1)
#967801
(150,120,1)
#826701
(130,103,1)
#6E5601
(110,86,1)
#5A4501
(90,69,1)
#463401
(70,52,1)
#322301
(50,35,1)
#1E1201
(30,18,1)
#000000
(0,0,0)

Tints of #E6BC01

#E6BC01
(230,188,1)
#E8C218
(232,194,24)
#EAC82F
(234,200,47)
#ECCE46
(236,206,70)
#EED45D
(238,212,93)
#F0DA74
(240,218,116)
#F2E08B
(242,224,139)
#F4E6A2
(244,230,162)
#F6ECB9
(246,236,185)
#F8F2D0
(248,242,208)
#FAF8E7
(250,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BC01; }

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

This text font color is #E6BC01.


Background Color

.myBgColor { background-color: #E6BC01; }

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

This div background color is #E6BC01.


Border color

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

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

This div border color is #E6BC01.


Opacity

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

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

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

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

This text has shadow with #E6BC01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BC01 on black background.


Color preview on white background

This text has color #E6BC01 on white background.



Black color preview on #E6BC01 background

This text has black color on #E6BC01 background.


White color preview on #E6BC01 background

This text has white color on #E6BC01 background.