COLOR #E8BE20

HEX: #E8BE20
RGB: (232,190,32)

Color info

#E8BE20 contains mainly red and green colors. Web safe color of #E8BE20 is #FFCC33 (or #FC3).

RGB color model

#E8BE20 color RGB value is (232,190,32).

  • red value is 232;
  • green value is 190;
  • blue value is 32.
RGB:
(232,190,32)
(91%,75%,13%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 32 of 255 = 13%

232
190
32

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 32 = 454 (100%)
R 232 of 454 ~ 51.1%
G 190 of 454 ~ 41.85%
B 32 of 454 ~ 7.05%

%51.1
%41.85

CMYK color model

#E8BE20 color CMYK value is (0,18,86,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 86.21%
  • key color value is 9.02%
CMYK:
(0,18,86,9)
C0M18Y86K9 
(0%,18%,86%,9%)
(0.00/0.18/0.86/0.09)	

CMYK percentages

%0
%18.1
%86.21
%9.02

Codes

Color #E8BE20 in popluar color models

E8BE20
RGB23219032
HSL47°81.30%51.76%
HSB/HSV47°86.21%90.98%
CMYK0.00%18.10%86.21%
9.02%

Color #E8BE20 in popluar number systems.

HEXE8BE20
Decimal23219032
Binary1110100010111110100000
Octal35027640

Shades and tints

Shades of #E8BE20

#E8BE20
(232,190,32)
#D3AD1E
(211,173,30)
#BE9C1C
(190,156,28)
#A98B1A
(169,139,26)
#947A18
(148,122,24)
#7F6916
(127,105,22)
#6A5814
(106,88,20)
#554712
(85,71,18)
#403610
(64,54,16)
#2B250E
(43,37,14)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #E8BE20

#E8BE20
(232,190,32)
#EAC334
(234,195,52)
#ECC848
(236,200,72)
#EECD5C
(238,205,92)
#F0D270
(240,210,112)
#F2D784
(242,215,132)
#F4DC98
(244,220,152)
#F6E1AC
(246,225,172)
#F8E6C0
(248,230,192)
#FAEBD4
(250,235,212)
#FCF0E8
(252,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BE20 color. Also use rgb(232,190,32) instead hex code.

Text Font Color

.myTextColor { color: #E8BE20; }

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

This text font color is #E8BE20.


Background Color

.myBgColor { background-color: #E8BE20; }

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

This div background color is #E8BE20.


Border color

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

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

This div border color is #E8BE20.


Opacity

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

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

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

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

This text has shadow with #E8BE20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BE20 on black background.


Color preview on white background

This text has color #E8BE20 on white background.



Black color preview on #E8BE20 background

This text has black color on #E8BE20 background.


White color preview on #E8BE20 background

This text has white color on #E8BE20 background.