COLOR #E3BE0A

HEX: #E3BE0A
RGB: (227,190,10)

Color info

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

RGB color model

#E3BE0A color RGB value is (227,190,10).

  • red value is 227;
  • green value is 190;
  • blue value is 10.
RGB:
(227,190,10)
(89%,75%,4%)

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 10 of 255 = 4%

227
190
10

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

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 10 = 427 (100%)
R 227 of 427 ~ 53.16%
G 190 of 427 ~ 44.5%
B 10 of 427 ~ 2.34%

%53.16
%44.5

CMYK color model

#E3BE0A color CMYK value is (0,16,96,11).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 95.59%
  • key color value is 10.98%
CMYK:
(0,16,96,11)
C0M16Y96K11 
(0%,16%,96%,11%)
(0.00/0.16/0.96/0.11)	

CMYK percentages

%0
%16.3
%95.59
%10.98

Codes

Color #E3BE0A in popluar color models

E3BE0A
RGB22719010
HSL50°91.56%46.47%
HSB/HSV50°95.59%89.02%
CMYK0.00%16.30%95.59%
10.98%

Color #E3BE0A in popluar number systems.

HEXE3BE0A
Decimal22719010
Binary11100011101111101010
Octal34327612

Shades and tints

Shades of #E3BE0A

#E3BE0A
(227,190,10)
#CFAD0A
(207,173,10)
#BB9C0A
(187,156,10)
#A78B0A
(167,139,10)
#937A0A
(147,122,10)
#7F690A
(127,105,10)
#6B580A
(107,88,10)
#57470A
(87,71,10)
#43360A
(67,54,10)
#2F250A
(47,37,10)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #E3BE0A

#E3BE0A
(227,190,10)
#E5C320
(229,195,32)
#E7C836
(231,200,54)
#E9CD4C
(233,205,76)
#EBD262
(235,210,98)
#EDD778
(237,215,120)
#EFDC8E
(239,220,142)
#F1E1A4
(241,225,164)
#F3E6BA
(243,230,186)
#F5EBD0
(245,235,208)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BE0A color. Also use rgb(227,190,10) instead hex code.

Text Font Color

.myTextColor { color: #E3BE0A; }

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

This text font color is #E3BE0A.


Background Color

.myBgColor { background-color: #E3BE0A; }

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

This div background color is #E3BE0A.


Border color

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

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

This div border color is #E3BE0A.


Opacity

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

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

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

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

This text has shadow with #E3BE0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BE0A on black background.


Color preview on white background

This text has color #E3BE0A on white background.



Black color preview on #E3BE0A background

This text has black color on #E3BE0A background.


White color preview on #E3BE0A background

This text has white color on #E3BE0A background.