COLOR #E7B432

HEX: #E7B432
RGB: (231,180,50)

Color info

#E7B432 contains mainly red and green colors. Web safe color of #E7B432 is #FFCC33 (or #FC3).

RGB color model

#E7B432 color RGB value is (231,180,50).

  • red value is 231;
  • green value is 180;
  • blue value is 50.
RGB:
(231,180,50)
(91%,71%,20%)

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 50 of 255 = 20%

231
180
50

R + G + B ~ 61%. #E7B432 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 50 = 461 (100%)
R 231 of 461 ~ 50.11%
G 180 of 461 ~ 39.05%
B 50 of 461 ~ 10.85%

%50.11
%39.05
%10.85

CMYK color model

#E7B432 color CMYK value is (0,22,78,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 78.35%
  • key color value is 9.41%
CMYK:
(0,22,78,9)
C0M22Y78K9 
(0%,22%,78%,9%)
(0.00/0.22/0.78/0.09)	

CMYK percentages

%0
%22.08
%78.35
%9.41

Codes

Color #E7B432 in popluar color models

E7B432
RGB23118050
HSL43°79.04%55.10%
HSB/HSV43°78.35%90.59%
CMYK0.00%22.08%78.35%
9.41%

Color #E7B432 in popluar number systems.

HEXE7B432
Decimal23118050
Binary1110011110110100110010
Octal34726462

Shades and tints

Shades of #E7B432

#E7B432
(231,180,50)
#D2A42E
(210,164,46)
#BD942A
(189,148,42)
#A88426
(168,132,38)
#937422
(147,116,34)
#7E641E
(126,100,30)
#69541A
(105,84,26)
#544416
(84,68,22)
#3F3412
(63,52,18)
#2A240E
(42,36,14)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #E7B432

#E7B432
(231,180,50)
#E9BA44
(233,186,68)
#EBC056
(235,192,86)
#EDC668
(237,198,104)
#EFCC7A
(239,204,122)
#F1D28C
(241,210,140)
#F3D89E
(243,216,158)
#F5DEB0
(245,222,176)
#F7E4C2
(247,228,194)
#F9EAD4
(249,234,212)
#FBF0E6
(251,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B432 color. Also use rgb(231,180,50) instead hex code.

Text Font Color

.myTextColor { color: #E7B432; }

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

This text font color is #E7B432.


Background Color

.myBgColor { background-color: #E7B432; }

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

This div background color is #E7B432.


Border color

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

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

This div border color is #E7B432.


Opacity

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

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

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

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

This text has shadow with #E7B432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B432 on black background.


Color preview on white background

This text has color #E7B432 on white background.



Black color preview on #E7B432 background

This text has black color on #E7B432 background.


White color preview on #E7B432 background

This text has white color on #E7B432 background.