COLOR #E3A10B

HEX: #E3A10B
RGB: (227,161,11)

Color info

#E3A10B contains mainly red color. Web safe color of #E3A10B is #CC9900 (or #C90).

RGB color model

#E3A10B color RGB value is (227,161,11).

  • red value is 227;
  • green value is 161;
  • blue value is 11.
RGB:
(227,161,11)
(89%,63%,4%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 11 of 255 = 4%

227
161
11

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 11 = 399 (100%)
R 227 of 399 ~ 56.89%
G 161 of 399 ~ 40.35%
B 11 of 399 ~ 2.76%

%56.89
%40.35

CMYK color model

#E3A10B color CMYK value is (0,29,95,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 95.15%
  • key color value is 10.98%
CMYK:
(0,29,95,11)
C0M29Y95K11 
(0%,29%,95%,11%)
(0.00/0.29/0.95/0.11)	

CMYK percentages

%0
%29.07
%95.15
%10.98

Codes

Color #E3A10B in popluar color models

E3A10B
RGB22716111
HSL42°90.76%46.67%
HSB/HSV42°95.15%89.02%
CMYK0.00%29.07%95.15%
10.98%

Color #E3A10B in popluar number systems.

HEXE3A10B
Decimal22716111
Binary11100011101000011011
Octal34324113

Shades and tints

Shades of #E3A10B

#E3A10B
(227,161,11)
#CF930A
(207,147,10)
#BB8509
(187,133,9)
#A77708
(167,119,8)
#936907
(147,105,7)
#7F5B06
(127,91,6)
#6B4D05
(107,77,5)
#573F04
(87,63,4)
#433103
(67,49,3)
#2F2302
(47,35,2)
#1B1501
(27,21,1)
#000000
(0,0,0)

Tints of #E3A10B

#E3A10B
(227,161,11)
#E5A921
(229,169,33)
#E7B137
(231,177,55)
#E9B94D
(233,185,77)
#EBC163
(235,193,99)
#EDC979
(237,201,121)
#EFD18F
(239,209,143)
#F1D9A5
(241,217,165)
#F3E1BB
(243,225,187)
#F5E9D1
(245,233,209)
#F7F1E7
(247,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A10B color. Also use rgb(227,161,11) instead hex code.

Text Font Color

.myTextColor { color: #E3A10B; }

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

This text font color is #E3A10B.


Background Color

.myBgColor { background-color: #E3A10B; }

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

This div background color is #E3A10B.


Border color

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

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

This div border color is #E3A10B.


Opacity

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

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

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

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

This text has shadow with #E3A10B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A10B on black background.


Color preview on white background

This text has color #E3A10B on white background.



Black color preview on #E3A10B background

This text has black color on #E3A10B background.


White color preview on #E3A10B background

This text has white color on #E3A10B background.