COLOR #E1BC0F

HEX: #E1BC0F
RGB: (225,188,15)

Color info

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

RGB color model

#E1BC0F color RGB value is (225,188,15).

  • red value is 225;
  • green value is 188;
  • blue value is 15.
RGB:
(225,188,15)
(88%,74%,6%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 15 of 255 = 6%

225
188
15

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

Portions of RGB colors in percentages

R + G + B =
225 + 188 + 15 = 428 (100%)
R 225 of 428 ~ 52.57%
G 188 of 428 ~ 43.93%
B 15 of 428 ~ 3.5%

%52.57
%43.93

CMYK color model

#E1BC0F color CMYK value is (0,16,93,12).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 93.33%
  • key color value is 11.76%
CMYK:
(0,16,93,12)
C0M16Y93K12 
(0%,16%,93%,12%)
(0.00/0.16/0.93/0.12)	

CMYK percentages

%0
%16.44
%93.33
%11.76

Codes

Color #E1BC0F in popluar color models

E1BC0F
RGB22518815
HSL49°87.50%47.06%
HSB/HSV49°93.33%88.24%
CMYK0.00%16.44%93.33%
11.76%

Color #E1BC0F in popluar number systems.

HEXE1BC0F
Decimal22518815
Binary11100001101111001111
Octal34127417

Shades and tints

Shades of #E1BC0F

#E1BC0F
(225,188,15)
#CDAB0E
(205,171,14)
#B99A0D
(185,154,13)
#A5890C
(165,137,12)
#91780B
(145,120,11)
#7D670A
(125,103,10)
#695609
(105,86,9)
#554508
(85,69,8)
#413407
(65,52,7)
#2D2306
(45,35,6)
#191205
(25,18,5)
#000000
(0,0,0)

Tints of #E1BC0F

#E1BC0F
(225,188,15)
#E3C224
(227,194,36)
#E5C839
(229,200,57)
#E7CE4E
(231,206,78)
#E9D463
(233,212,99)
#EBDA78
(235,218,120)
#EDE08D
(237,224,141)
#EFE6A2
(239,230,162)
#F1ECB7
(241,236,183)
#F3F2CC
(243,242,204)
#F5F8E1
(245,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BC0F color. Also use rgb(225,188,15) instead hex code.

Text Font Color

.myTextColor { color: #E1BC0F; }

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

This text font color is #E1BC0F.


Background Color

.myBgColor { background-color: #E1BC0F; }

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

This div background color is #E1BC0F.


Border color

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

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

This div border color is #E1BC0F.


Opacity

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

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

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

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

This text has shadow with #E1BC0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BC0F on black background.


Color preview on white background

This text has color #E1BC0F on white background.



Black color preview on #E1BC0F background

This text has black color on #E1BC0F background.


White color preview on #E1BC0F background

This text has white color on #E1BC0F background.