COLOR #E9E68C

HEX: #E9E68C RGB: (233,230,140)

Color info

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

RGB color model

#E9E68C color RGB value is (233,230,140).

RGB: (233,230,140) (91%, 90%, 55%)

RGB channels and saturation

R 233 of 255 = 91%
G 230 of 255 = 90%
B 140 of 255 = 55%

233
230
140

R + G + B ~ 79%. #E9E68C is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 230 + 140 = 603 (100%)
R 233 of 603 ~ 38.64%
G 230 of 603 ~ 38.14%
B 140 of 603 ~ 23.22'%

%38.64
%38.14
%23.22

CMYK color model

#E9E68C color CMYK value is (0,1,40,9).

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 39.91%
  • key color value is 8.63%

CMYK: (0,1,40,9)
C0M1Y40K9 (0%, 1%, 40%, 9%)
(0.00 / 0.01 / 0.40 / 0.09)

CMYK percentages

%0
%1.29
%39.91
%8.63

Codes

Color #E9E68C in popluar color models

E9 E6 8C
RGB 233 230 140
HSL 58° 67.88% 73.14%
HSB/HSV 58° 39.91% 91.37%
CMYK 0.00% 1.29% 39.91%
8.63%

Color #E9E68C in popluar number systems.

HEX E9 E6 8C
Decimal 233 230 140
Binary 11101001 11100110 10001100
Octal 351 346 214

Shades and tints

Shades of #E9E68C

#E9E68C
(233,230,140)
#D4D280
(212,210,128)
#BFBE74
(191,190,116)
#AAAA68
(170,170,104)
#95965C
(149,150,92)
#808250
(128,130,80)
#6B6E44
(107,110,68)
#565A38
(86,90,56)
#41462C
(65,70,44)
#2C3220
(44,50,32)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #E9E68C

#E9E68C
(233,230,140)
#EBE896
(235,232,150)
#EDEAA0
(237,234,160)
#EFECAA
(239,236,170)
#F1EEB4
(241,238,180)
#F3F0BE
(243,240,190)
#F5F2C8
(245,242,200)
#F7F4D2
(247,244,210)
#F9F6DC
(249,246,220)
#FBF8E6
(251,248,230)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E68C; }

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

This text font color is #E9E68C.

Background Color

.myBgColor { background-color: #E9E68C; }

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

This div background color is #E9E68C.

Border color

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

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

This div border color is #E9E68C.

Opacity

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

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

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

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

This text has shadow with #E9E68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E68C.

Preview

Color preview on black background

This text has color #E9E68C on black background.


Color preview on white background

This text has color #E9E68C on white background.


Black color preview on #E9E68C background

This text has black color on #E9E68C background.


White color preview on #E9E68C background

This text has white color on #E9E68C background.


Related colors

Complementary color

Complementary color for #hex is #161973.


I love getcolorcode.com

Triadic colors

1 #8CE9E6 and #E68CE9 with #E9E68C are triadic colors.

2 #8CE6E9 and #E6E98C with #E9E68C are triadic colors.