COLOR #E7B30C

HEX: #E7B30C
RGB: (231,179,12)

Color info

#E7B30C contains mainly red and green colors. Web safe color of #E7B30C is #FF9900 (or #F90).

RGB color model

#E7B30C color RGB value is (231,179,12).

  • red value is 231;
  • green value is 179;
  • blue value is 12.
RGB:
(231,179,12)
(91%,70%,5%)

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 12 of 255 = 5%

231
179
12

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

Portions of RGB colors in percentages

R + G + B =
231 + 179 + 12 = 422 (100%)
R 231 of 422 ~ 54.74%
G 179 of 422 ~ 42.42%
B 12 of 422 ~ 2.84%

%54.74
%42.42

CMYK color model

#E7B30C color CMYK value is (0,23,95,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 94.81%
  • key color value is 9.41%
CMYK:
(0,23,95,9)
C0M23Y95K9 
(0%,23%,95%,9%)
(0.00/0.23/0.95/0.09)	

CMYK percentages

%0
%22.51
%94.81
%9.41

Codes

Color #E7B30C in popluar color models

E7B30C
RGB23117912
HSL46°90.12%47.65%
HSB/HSV46°94.81%90.59%
CMYK0.00%22.51%94.81%
9.41%

Color #E7B30C in popluar number systems.

HEXE7B30C
Decimal23117912
Binary11100111101100111100
Octal34726314

Shades and tints

Shades of #E7B30C

#E7B30C
(231,179,12)
#D2A30B
(210,163,11)
#BD930A
(189,147,10)
#A88309
(168,131,9)
#937308
(147,115,8)
#7E6307
(126,99,7)
#695306
(105,83,6)
#544305
(84,67,5)
#3F3304
(63,51,4)
#2A2303
(42,35,3)
#151302
(21,19,2)
#000000
(0,0,0)

Tints of #E7B30C

#E7B30C
(231,179,12)
#E9B922
(233,185,34)
#EBBF38
(235,191,56)
#EDC54E
(237,197,78)
#EFCB64
(239,203,100)
#F1D17A
(241,209,122)
#F3D790
(243,215,144)
#F5DDA6
(245,221,166)
#F7E3BC
(247,227,188)
#F9E9D2
(249,233,210)
#FBEFE8
(251,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B30C color. Also use rgb(231,179,12) instead hex code.

Text Font Color

.myTextColor { color: #E7B30C; }

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

This text font color is #E7B30C.


Background Color

.myBgColor { background-color: #E7B30C; }

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

This div background color is #E7B30C.


Border color

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

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

This div border color is #E7B30C.


Opacity

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

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

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

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

This text has shadow with #E7B30C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B30C on black background.


Color preview on white background

This text has color #E7B30C on white background.



Black color preview on #E7B30C background

This text has black color on #E7B30C background.


White color preview on #E7B30C background

This text has white color on #E7B30C background.