COLOR #E9E680

HEX: #E9E680 RGB: (233,230,128)

Color info

#E9E680 contains mainly red and green colors. Web safe color of #E9E680 is #FFCC66 (or #FC6).

RGB color model

#E9E680 color RGB value is (233,230,128).

RGB: (233,230,128) (91%, 90%, 50%)

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 128 of 255 = 50%

233
230
128

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

Portions of RGB colors in percentages

R + G + B = 233 + 230 + 128 = 591 (100%)
R 233 of 591 ~ 39.42%
G 230 of 591 ~ 38.92%
B 128 of 591 ~ 21.66'%

%39.42
%38.92
%21.66

CMYK color model

#E9E680 color CMYK value is (0,1,45,9).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 45.06%
  • key color value is 8.63%
CMYK: (0,1,45,9) C0M1Y45K9 (0%,1%,45%,9%) (0.00/0.01/0.45/0.09) 

CMYK percentages

%0
%1.29
%45.06
%8.63

Codes

Color #E9E680 in popluar color models

E9 E6 80
RGB 233 230 128
HSL 58° 70.47% 70.78%
HSB/HSV 58° 45.06% 91.37%
CMYK 0.00% 1.29% 45.06%
8.63%

Color #E9E680 in popluar number systems.

HEX E9 E6 80
Decimal 233 230 128
Binary 11101001 11100110 10000000
Octal 351 346 200

Shades and tints

Shades of #E9E680

#E9E680
(233,230,128)
#D4D275
(212,210,117)
#BFBE6A
(191,190,106)
#AAAA5F
(170,170,95)
#959654
(149,150,84)
#808249
(128,130,73)
#6B6E3E
(107,110,62)
#565A33
(86,90,51)
#414628
(65,70,40)
#2C321D
(44,50,29)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #E9E680

#E9E680
(233,230,128)
#EBE88B
(235,232,139)
#EDEA96
(237,234,150)
#EFECA1
(239,236,161)
#F1EEAC
(241,238,172)
#F3F0B7
(243,240,183)
#F5F2C2
(245,242,194)
#F7F4CD
(247,244,205)
#F9F6D8
(249,246,216)
#FBF8E3
(251,248,227)
#FDFAEE
(253,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E680 color. Also use rgb(233,230,128) instead hex code.

Text Font Color

.myTextColor { color: #E9E680; }

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

This text font color is #E9E680.

Background Color

.myBgColor { background-color: #E9E680; }

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

This div background color is #E9E680.

Border color

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

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

This div border color is #E9E680.

Opacity

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

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

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

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

This text has shadow with #E9E680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E680.

Preview

Color preview on black background

This text has color #E9E680 on black background.


Color preview on white background

This text has color #E9E680 on white background.


Black color preview on #E9E680 background

This text has black color on #E9E680 background.


White color preview on #E9E680 background

This text has white color on #E9E680 background.


Related colors

Complementary color

Complementary color for #hex is #16197F.


I love getcolorcode.com

Triadic colors

1 #80E9E6 and #E680E9 with #E9E680 are triadic colors.

2 #80E6E9 and #E6E980 with #E9E680 are triadic colors.