COLOR #E7D632

HEX: #E7D632 RGB: (231,214,50)

Color info

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

RGB color model

#E7D632 color RGB value is (231,214,50).

RGB: (231,214,50) (91%, 84%, 20%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 50 of 255 = 20%

231
214
50

R + G + B ~ 65%. #E7D632 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 214 + 50 = 495 (100%)
R 231 of 495 ~ 46.67%
G 214 of 495 ~ 43.23%
B 50 of 495 ~ 10.1'%

%46.67
%43.23

CMYK color model

#E7D632 color CMYK value is (0,7,78,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 78.35%
  • key color value is 9.41%

CMYK: (0,7,78,9)
C0M7Y78K9 (0%, 7%, 78%, 9%)
(0.00 / 0.07 / 0.78 / 0.09)

CMYK percentages

%0
%7.36
%78.35
%9.41

Codes

Color #E7D632 in popluar color models

E7 D6 32
RGB 231 214 50
HSL 54° 79.04% 55.10%
HSB/HSV 54° 78.35% 90.59%
CMYK 0.00% 7.36% 78.35%
9.41%

Color #E7D632 in popluar number systems.

HEX E7 D6 32
Decimal 231 214 50
Binary 11100111 11010110 110010
Octal 347 326 62

Shades and tints

Shades of #E7D632

#E7D632
(231,214,50)
#D2C32E
(210,195,46)
#BDB02A
(189,176,42)
#A89D26
(168,157,38)
#938A22
(147,138,34)
#7E771E
(126,119,30)
#69641A
(105,100,26)
#545116
(84,81,22)
#3F3E12
(63,62,18)
#2A2B0E
(42,43,14)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #E7D632

#E7D632
(231,214,50)
#E9D944
(233,217,68)
#EBDC56
(235,220,86)
#EDDF68
(237,223,104)
#EFE27A
(239,226,122)
#F1E58C
(241,229,140)
#F3E89E
(243,232,158)
#F5EBB0
(245,235,176)
#F7EEC2
(247,238,194)
#F9F1D4
(249,241,212)
#FBF4E6
(251,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D632; }

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

This text font color is #E7D632.

Background Color

.myBgColor { background-color: #E7D632; }

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

This div background color is #E7D632.

Border color

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

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

This div border color is #E7D632.

Opacity

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

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

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

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

This text has shadow with #E7D632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D632.

Preview

Color preview on black background

This text has color #E7D632 on black background.


Color preview on white background

This text has color #E7D632 on white background.


Black color preview on #E7D632 background

This text has black color on #E7D632 background.


White color preview on #E7D632 background

This text has white color on #E7D632 background.


Related colors

Complementary color

Complementary color for #hex is #1829CD.


I love getcolorcode.com

Triadic colors

1 #32E7D6 and #D632E7 with #E7D632 are triadic colors.

2 #32D6E7 and #D6E732 with #E7D632 are triadic colors.