COLOR #E7E483

HEX: #E7E483
RGB: (231,228,131)

Color info

#E7E483 contains mainly red and green colors. Web safe color of #E7E483 is #FFCC99 (or #FC9).

RGB color model

#E7E483 color RGB value is (231,228,131).

  • red value is 231;
  • green value is 228;
  • blue value is 131.
RGB:
(231,228,131)
(91%,89%,51%)

RGB channels and saturation

R 231 of 255 = 91%
G 228 of 255 = 89%
B 131 of 255 = 51%

231
228
131

R + G + B ~ 77%. #E7E483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 228 + 131 = 590 (100%)
R 231 of 590 ~ 39.15%
G 228 of 590 ~ 38.64%
B 131 of 590 ~ 22.2%

%39.15
%38.64
%22.2

CMYK color model

#E7E483 color CMYK value is (0,1,43,9).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 43.29%
  • key color value is 9.41%
CMYK:
(0,1,43,9)
C0M1Y43K9 
(0%,1%,43%,9%)
(0.00/0.01/0.43/0.09)	

CMYK percentages

%0
%1.3
%43.29
%9.41

Codes

Color #E7E483 in popluar color models

E7E483
RGB231228131
HSL58°67.57%70.98%
HSB/HSV58°43.29%90.59%
CMYK0.00%1.30%43.29%
9.41%

Color #E7E483 in popluar number systems.

HEXE7E483
Decimal231228131
Binary111001111110010010000011
Octal347344203

Shades and tints

Shades of #E7E483

#E7E483
(231,228,131)
#D2D078
(210,208,120)
#BDBC6D
(189,188,109)
#A8A862
(168,168,98)
#939457
(147,148,87)
#7E804C
(126,128,76)
#696C41
(105,108,65)
#545836
(84,88,54)
#3F442B
(63,68,43)
#2A3020
(42,48,32)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #E7E483

#E7E483
(231,228,131)
#E9E68E
(233,230,142)
#EBE899
(235,232,153)
#EDEAA4
(237,234,164)
#EFECAF
(239,236,175)
#F1EEBA
(241,238,186)
#F3F0C5
(243,240,197)
#F5F2D0
(245,242,208)
#F7F4DB
(247,244,219)
#F9F6E6
(249,246,230)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E483 color. Also use rgb(231,228,131) instead hex code.

Text Font Color

.myTextColor { color: #E7E483; }

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

This text font color is #E7E483.


Background Color

.myBgColor { background-color: #E7E483; }

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

This div background color is #E7E483.


Border color

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

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

This div border color is #E7E483.


Opacity

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

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

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

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

This text has shadow with #E7E483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E483 on black background.


Color preview on white background

This text has color #E7E483 on white background.



Black color preview on #E7E483 background

This text has black color on #E7E483 background.


White color preview on #E7E483 background

This text has white color on #E7E483 background.