COLOR #E8B401

HEX: #E8B401
RGB: (232,180,1)

Color info

#E8B401 contains mainly red and green colors. Web safe color of #E8B401 is #FFCC00 (or #FC0).

RGB color model

#E8B401 color RGB value is (232,180,1).

  • red value is 232;
  • green value is 180;
  • blue value is 1.
RGB:
(232,180,1)
(91%,71%,0%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 1 of 255 = 0%

232
180
1

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 1 = 413 (100%)
R 232 of 413 ~ 56.17%
G 180 of 413 ~ 43.58%
B 1 of 413 ~ 0.24%

%56.17
%43.58

CMYK color model

#E8B401 color CMYK value is (0,22,100,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 99.57%
  • key color value is 9.02%
CMYK:
(0,22,100,9)
C0M22Y100K9 
(0%,22%,100%,9%)
(0.00/0.22/1.00/0.09)	

CMYK percentages

%0
%22.41
%99.57
%9.02

Codes

Color #E8B401 in popluar color models

E8B401
RGB2321801
HSL46°99.14%45.69%
HSB/HSV46°99.57%90.98%
CMYK0.00%22.41%99.57%
9.02%

Color #E8B401 in popluar number systems.

HEXE8B401
Decimal2321801
Binary11101000101101001
Octal3502641

Shades and tints

Shades of #E8B401

#E8B401
(232,180,1)
#D3A401
(211,164,1)
#BE9401
(190,148,1)
#A98401
(169,132,1)
#947401
(148,116,1)
#7F6401
(127,100,1)
#6A5401
(106,84,1)
#554401
(85,68,1)
#403401
(64,52,1)
#2B2401
(43,36,1)
#161401
(22,20,1)
#000000
(0,0,0)

Tints of #E8B401

#E8B401
(232,180,1)
#EABA18
(234,186,24)
#ECC02F
(236,192,47)
#EEC646
(238,198,70)
#F0CC5D
(240,204,93)
#F2D274
(242,210,116)
#F4D88B
(244,216,139)
#F6DEA2
(246,222,162)
#F8E4B9
(248,228,185)
#FAEAD0
(250,234,208)
#FCF0E7
(252,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B401 color. Also use rgb(232,180,1) instead hex code.

Text Font Color

.myTextColor { color: #E8B401; }

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

This text font color is #E8B401.


Background Color

.myBgColor { background-color: #E8B401; }

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

This div background color is #E8B401.


Border color

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

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

This div border color is #E8B401.


Opacity

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

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

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

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

This text has shadow with #E8B401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B401 on black background.


Color preview on white background

This text has color #E8B401 on white background.



Black color preview on #E8B401 background

This text has black color on #E8B401 background.


White color preview on #E8B401 background

This text has white color on #E8B401 background.