COLOR #E7B802

HEX: #E7B802
RGB: (231,184,2)

Color info

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

RGB color model

#E7B802 color RGB value is (231,184,2).

  • red value is 231;
  • green value is 184;
  • blue value is 2.
RGB:
(231,184,2)
(91%,72%,1%)

RGB channels and saturation

R 231 of 255 = 91%
G 184 of 255 = 72%
B 2 of 255 = 1%

231
184
2

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

Portions of RGB colors in percentages

R + G + B =
231 + 184 + 2 = 417 (100%)
R 231 of 417 ~ 55.4%
G 184 of 417 ~ 44.12%
B 2 of 417 ~ 0.48%

%55.4
%44.12

CMYK color model

#E7B802 color CMYK value is (0,20,99,9).

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 99.13%
  • key color value is 9.41%
CMYK:
(0,20,99,9)
C0M20Y99K9 
(0%,20%,99%,9%)
(0.00/0.20/0.99/0.09)	

CMYK percentages

%0
%20.35
%99.13
%9.41

Codes

Color #E7B802 in popluar color models

E7B802
RGB2311842
HSL48°98.28%45.69%
HSB/HSV48°99.13%90.59%
CMYK0.00%20.35%99.13%
9.41%

Color #E7B802 in popluar number systems.

HEXE7B802
Decimal2311842
Binary111001111011100010
Octal3472702

Shades and tints

Shades of #E7B802

#E7B802
(231,184,2)
#D2A802
(210,168,2)
#BD9802
(189,152,2)
#A88802
(168,136,2)
#937802
(147,120,2)
#7E6802
(126,104,2)
#695802
(105,88,2)
#544802
(84,72,2)
#3F3802
(63,56,2)
#2A2802
(42,40,2)
#151802
(21,24,2)
#000000
(0,0,0)

Tints of #E7B802

#E7B802
(231,184,2)
#E9BE19
(233,190,25)
#EBC430
(235,196,48)
#EDCA47
(237,202,71)
#EFD05E
(239,208,94)
#F1D675
(241,214,117)
#F3DC8C
(243,220,140)
#F5E2A3
(245,226,163)
#F7E8BA
(247,232,186)
#F9EED1
(249,238,209)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B802 color. Also use rgb(231,184,2) instead hex code.

Text Font Color

.myTextColor { color: #E7B802; }

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

This text font color is #E7B802.


Background Color

.myBgColor { background-color: #E7B802; }

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

This div background color is #E7B802.


Border color

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

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

This div border color is #E7B802.


Opacity

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

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

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

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

This text has shadow with #E7B802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B802 on black background.


Color preview on white background

This text has color #E7B802 on white background.



Black color preview on #E7B802 background

This text has black color on #E7B802 background.


White color preview on #E7B802 background

This text has white color on #E7B802 background.