COLOR #E8BE3E

HEX: #E8BE3E
RGB: (232,190,62)

Color info

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

RGB color model

#E8BE3E color RGB value is (232,190,62).

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

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 62 of 255 = 24%

232
190
62

R + G + B ~ 63%. #E8BE3E is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 62 = 484 (100%)
R 232 of 484 ~ 47.93%
G 190 of 484 ~ 39.26%
B 62 of 484 ~ 12.81%

%47.93
%39.26
%12.81

CMYK color model

#E8BE3E color CMYK value is (0,18,73,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 73.28%
  • key color value is 9.02%
CMYK:
(0,18,73,9)
C0M18Y73K9 
(0%,18%,73%,9%)
(0.00/0.18/0.73/0.09)	

CMYK percentages

%0
%18.1
%73.28
%9.02

Codes

Color #E8BE3E in popluar color models

E8BE3E
RGB23219062
HSL45°78.70%57.65%
HSB/HSV45°73.28%90.98%
CMYK0.00%18.10%73.28%
9.02%

Color #E8BE3E in popluar number systems.

HEXE8BE3E
Decimal23219062
Binary1110100010111110111110
Octal35027676

Shades and tints

Shades of #E8BE3E

#E8BE3E
(232,190,62)
#D3AD39
(211,173,57)
#BE9C34
(190,156,52)
#A98B2F
(169,139,47)
#947A2A
(148,122,42)
#7F6925
(127,105,37)
#6A5820
(106,88,32)
#55471B
(85,71,27)
#403616
(64,54,22)
#2B2511
(43,37,17)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #E8BE3E

#E8BE3E
(232,190,62)
#EAC34F
(234,195,79)
#ECC860
(236,200,96)
#EECD71
(238,205,113)
#F0D282
(240,210,130)
#F2D793
(242,215,147)
#F4DCA4
(244,220,164)
#F6E1B5
(246,225,181)
#F8E6C6
(248,230,198)
#FAEBD7
(250,235,215)
#FCF0E8
(252,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BE3E; }

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

This text font color is #E8BE3E.


Background Color

.myBgColor { background-color: #E8BE3E; }

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

This div background color is #E8BE3E.


Border color

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

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

This div border color is #E8BE3E.


Opacity

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

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

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

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

This text has shadow with #E8BE3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BE3E on black background.


Color preview on white background

This text has color #E8BE3E on white background.



Black color preview on #E8BE3E background

This text has black color on #E8BE3E background.


White color preview on #E8BE3E background

This text has white color on #E8BE3E background.