COLOR #E6B403

HEX: #E6B403
RGB: (230,180,3)

Color info

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

RGB color model

#E6B403 color RGB value is (230,180,3).

  • red value is 230;
  • green value is 180;
  • blue value is 3.
RGB:
(230,180,3)
(90%,71%,1%)

RGB channels and saturation

R 230 of 255 = 90%
G 180 of 255 = 71%
B 3 of 255 = 1%

230
180
3

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

Portions of RGB colors in percentages

R + G + B =
230 + 180 + 3 = 413 (100%)
R 230 of 413 ~ 55.69%
G 180 of 413 ~ 43.58%
B 3 of 413 ~ 0.73%

%55.69
%43.58

CMYK color model

#E6B403 color CMYK value is (0,22,99,10).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 98.70%
  • key color value is 9.80%
CMYK:
(0,22,99,10)
C0M22Y99K10 
(0%,22%,99%,10%)
(0.00/0.22/0.99/0.10)	

CMYK percentages

%0
%21.74
%98.7
%9.8

Codes

Color #E6B403 in popluar color models

E6B403
RGB2301803
HSL47°97.42%45.69%
HSB/HSV47°98.70%90.20%
CMYK0.00%21.74%98.70%
9.80%

Color #E6B403 in popluar number systems.

HEXE6B403
Decimal2301803
Binary111001101011010011
Octal3462643

Shades and tints

Shades of #E6B403

#E6B403
(230,180,3)
#D2A403
(210,164,3)
#BE9403
(190,148,3)
#AA8403
(170,132,3)
#967403
(150,116,3)
#826403
(130,100,3)
#6E5403
(110,84,3)
#5A4403
(90,68,3)
#463403
(70,52,3)
#322403
(50,36,3)
#1E1403
(30,20,3)
#000000
(0,0,0)

Tints of #E6B403

#E6B403
(230,180,3)
#E8BA19
(232,186,25)
#EAC02F
(234,192,47)
#ECC645
(236,198,69)
#EECC5B
(238,204,91)
#F0D271
(240,210,113)
#F2D887
(242,216,135)
#F4DE9D
(244,222,157)
#F6E4B3
(246,228,179)
#F8EAC9
(248,234,201)
#FAF0DF
(250,240,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B403 color. Also use rgb(230,180,3) instead hex code.

Text Font Color

.myTextColor { color: #E6B403; }

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

This text font color is #E6B403.


Background Color

.myBgColor { background-color: #E6B403; }

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

This div background color is #E6B403.


Border color

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

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

This div border color is #E6B403.


Opacity

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

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

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

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

This text has shadow with #E6B403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B403 on black background.


Color preview on white background

This text has color #E6B403 on white background.



Black color preview on #E6B403 background

This text has black color on #E6B403 background.


White color preview on #E6B403 background

This text has white color on #E6B403 background.