COLOR #E5BC02

HEX: #E5BC02
RGB: (229,188,2)

Color info

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

RGB color model

#E5BC02 color RGB value is (229,188,2).

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

RGB channels and saturation

R 229 of 255 = 90%
G 188 of 255 = 74%
B 2 of 255 = 1%

229
188
2

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

Portions of RGB colors in percentages

R + G + B =
229 + 188 + 2 = 419 (100%)
R 229 of 419 ~ 54.65%
G 188 of 419 ~ 44.87%
B 2 of 419 ~ 0.48%

%54.65
%44.87

CMYK color model

#E5BC02 color CMYK value is (0,18,99,10).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 99.13%
  • key color value is 10.20%
CMYK:
(0,18,99,10)
C0M18Y99K10 
(0%,18%,99%,10%)
(0.00/0.18/0.99/0.10)	

CMYK percentages

%0
%17.9
%99.13
%10.2

Codes

Color #E5BC02 in popluar color models

E5BC02
RGB2291882
HSL49°98.27%45.29%
HSB/HSV49°99.13%89.80%
CMYK0.00%17.90%99.13%
10.20%

Color #E5BC02 in popluar number systems.

HEXE5BC02
Decimal2291882
Binary111001011011110010
Octal3452742

Shades and tints

Shades of #E5BC02

#E5BC02
(229,188,2)
#D1AB02
(209,171,2)
#BD9A02
(189,154,2)
#A98902
(169,137,2)
#957802
(149,120,2)
#816702
(129,103,2)
#6D5602
(109,86,2)
#594502
(89,69,2)
#453402
(69,52,2)
#312302
(49,35,2)
#1D1202
(29,18,2)
#000000
(0,0,0)

Tints of #E5BC02

#E5BC02
(229,188,2)
#E7C219
(231,194,25)
#E9C830
(233,200,48)
#EBCE47
(235,206,71)
#EDD45E
(237,212,94)
#EFDA75
(239,218,117)
#F1E08C
(241,224,140)
#F3E6A3
(243,230,163)
#F5ECBA
(245,236,186)
#F7F2D1
(247,242,209)
#F9F8E8
(249,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BC02 color. Also use rgb(229,188,2) instead hex code.

Text Font Color

.myTextColor { color: #E5BC02; }

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

This text font color is #E5BC02.


Background Color

.myBgColor { background-color: #E5BC02; }

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

This div background color is #E5BC02.


Border color

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

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

This div border color is #E5BC02.


Opacity

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

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

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

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

This text has shadow with #E5BC02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BC02 on black background.


Color preview on white background

This text has color #E5BC02 on white background.



Black color preview on #E5BC02 background

This text has black color on #E5BC02 background.


White color preview on #E5BC02 background

This text has white color on #E5BC02 background.