COLOR #E6B021

HEX: #E6B021
RGB: (230,176,33)

Color info

#E6B021 contains mainly red and green colors. Web safe color of #E6B021 is #CC9933 (or #C93).

RGB color model

#E6B021 color RGB value is (230,176,33).

  • red value is 230;
  • green value is 176;
  • blue value is 33.
RGB:
(230,176,33)
(90%,69%,13%)

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 33 of 255 = 13%

230
176
33

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

Portions of RGB colors in percentages

R + G + B =
230 + 176 + 33 = 439 (100%)
R 230 of 439 ~ 52.39%
G 176 of 439 ~ 40.09%
B 33 of 439 ~ 7.52%

%52.39
%40.09

CMYK color model

#E6B021 color CMYK value is (0,23,86,10).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 85.65%
  • key color value is 9.80%
CMYK:
(0,23,86,10)
C0M23Y86K10 
(0%,23%,86%,10%)
(0.00/0.23/0.86/0.10)	

CMYK percentages

%0
%23.48
%85.65
%9.8

Codes

Color #E6B021 in popluar color models

E6B021
RGB23017633
HSL44°79.76%51.57%
HSB/HSV44°85.65%90.20%
CMYK0.00%23.48%85.65%
9.80%

Color #E6B021 in popluar number systems.

HEXE6B021
Decimal23017633
Binary1110011010110000100001
Octal34626041

Shades and tints

Shades of #E6B021

#E6B021
(230,176,33)
#D2A01E
(210,160,30)
#BE901B
(190,144,27)
#AA8018
(170,128,24)
#967015
(150,112,21)
#826012
(130,96,18)
#6E500F
(110,80,15)
#5A400C
(90,64,12)
#463009
(70,48,9)
#322006
(50,32,6)
#1E1003
(30,16,3)
#000000
(0,0,0)

Tints of #E6B021

#E6B021
(230,176,33)
#E8B735
(232,183,53)
#EABE49
(234,190,73)
#ECC55D
(236,197,93)
#EECC71
(238,204,113)
#F0D385
(240,211,133)
#F2DA99
(242,218,153)
#F4E1AD
(244,225,173)
#F6E8C1
(246,232,193)
#F8EFD5
(248,239,213)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B021 color. Also use rgb(230,176,33) instead hex code.

Text Font Color

.myTextColor { color: #E6B021; }

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

This text font color is #E6B021.


Background Color

.myBgColor { background-color: #E6B021; }

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

This div background color is #E6B021.


Border color

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

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

This div border color is #E6B021.


Opacity

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

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

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

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

This text has shadow with #E6B021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B021 on black background.


Color preview on white background

This text has color #E6B021 on white background.



Black color preview on #E6B021 background

This text has black color on #E6B021 background.


White color preview on #E6B021 background

This text has white color on #E6B021 background.