COLOR #E6B316

HEX: #E6B316
RGB: (230,179,22)

Color info

#E6B316 contains mainly red and green colors. Web safe color of #E6B316 is #CC9900 (or #C90).

RGB color model

#E6B316 color RGB value is (230,179,22).

  • red value is 230;
  • green value is 179;
  • blue value is 22.
RGB:
(230,179,22)
(90%,70%,9%)

RGB channels and saturation

R 230 of 255 = 90%
G 179 of 255 = 70%
B 22 of 255 = 9%

230
179
22

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

Portions of RGB colors in percentages

R + G + B =
230 + 179 + 22 = 431 (100%)
R 230 of 431 ~ 53.36%
G 179 of 431 ~ 41.53%
B 22 of 431 ~ 5.1%

%53.36
%41.53

CMYK color model

#E6B316 color CMYK value is (0,22,90,10).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 90.43%
  • key color value is 9.80%
CMYK:
(0,22,90,10)
C0M22Y90K10 
(0%,22%,90%,10%)
(0.00/0.22/0.90/0.10)	

CMYK percentages

%0
%22.17
%90.43
%9.8

Codes

Color #E6B316 in popluar color models

E6B316
RGB23017922
HSL45°82.54%49.41%
HSB/HSV45°90.43%90.20%
CMYK0.00%22.17%90.43%
9.80%

Color #E6B316 in popluar number systems.

HEXE6B316
Decimal23017922
Binary111001101011001110110
Octal34626326

Shades and tints

Shades of #E6B316

#E6B316
(230,179,22)
#D2A314
(210,163,20)
#BE9312
(190,147,18)
#AA8310
(170,131,16)
#96730E
(150,115,14)
#82630C
(130,99,12)
#6E530A
(110,83,10)
#5A4308
(90,67,8)
#463306
(70,51,6)
#322304
(50,35,4)
#1E1302
(30,19,2)
#000000
(0,0,0)

Tints of #E6B316

#E6B316
(230,179,22)
#E8B92B
(232,185,43)
#EABF40
(234,191,64)
#ECC555
(236,197,85)
#EECB6A
(238,203,106)
#F0D17F
(240,209,127)
#F2D794
(242,215,148)
#F4DDA9
(244,221,169)
#F6E3BE
(246,227,190)
#F8E9D3
(248,233,211)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B316 color. Also use rgb(230,179,22) instead hex code.

Text Font Color

.myTextColor { color: #E6B316; }

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

This text font color is #E6B316.


Background Color

.myBgColor { background-color: #E6B316; }

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

This div background color is #E6B316.


Border color

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

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

This div border color is #E6B316.


Opacity

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

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

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

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

This text has shadow with #E6B316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B316 on black background.


Color preview on white background

This text has color #E6B316 on white background.



Black color preview on #E6B316 background

This text has black color on #E6B316 background.


White color preview on #E6B316 background

This text has white color on #E6B316 background.