COLOR #E6E68F

HEX: #E6E68F
RGB: (230,230,143)

Color info

#E6E68F contains mainly red and green colors. Web safe color of #E6E68F is #CCCC99 (or #CC9).

RGB color model

#E6E68F color RGB value is (230,230,143).

  • red value is 230;
  • green value is 230;
  • blue value is 143.
RGB:
(230,230,143)
(90%,90%,56%)

RGB channels and saturation

R 230 of 255 = 90%
G 230 of 255 = 90%
B 143 of 255 = 56%

230
230
143

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

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 143 = 603 (100%)
R 230 of 603 ~ 38.14%
G 230 of 603 ~ 38.14%
B 143 of 603 ~ 23.71%

%38.14
%38.14
%23.71

CMYK color model

#E6E68F color CMYK value is (0,0,38,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.83%
  • key color value is 9.80%
CMYK:
(0,0,38,10)
C0M0Y38K10 
(0%,0%,38%,10%)
(0.00/0.00/0.38/0.10)	

CMYK percentages

%0
%0
%37.83
%9.8

Codes

Color #E6E68F in popluar color models

E6E68F
RGB230230143
HSL60°63.50%73.14%
HSB/HSV60°37.83%90.20%
CMYK0.00%0.00%37.83%
9.80%

Color #E6E68F in popluar number systems.

HEXE6E68F
Decimal230230143
Binary111001101110011010001111
Octal346346217

Shades and tints

Shades of #E6E68F

#E6E68F
(230,230,143)
#D2D282
(210,210,130)
#BEBE75
(190,190,117)
#AAAA68
(170,170,104)
#96965B
(150,150,91)
#82824E
(130,130,78)
#6E6E41
(110,110,65)
#5A5A34
(90,90,52)
#464627
(70,70,39)
#32321A
(50,50,26)
#1E1E0D
(30,30,13)
#000000
(0,0,0)

Tints of #E6E68F

#E6E68F
(230,230,143)
#E8E899
(232,232,153)
#EAEAA3
(234,234,163)
#ECECAD
(236,236,173)
#EEEEB7
(238,238,183)
#F0F0C1
(240,240,193)
#F2F2CB
(242,242,203)
#F4F4D5
(244,244,213)
#F6F6DF
(246,246,223)
#F8F8E9
(248,248,233)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E68F; }

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

This text font color is #E6E68F.


Background Color

.myBgColor { background-color: #E6E68F; }

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

This div background color is #E6E68F.


Border color

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

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

This div border color is #E6E68F.


Opacity

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

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

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

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

This text has shadow with #E6E68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E68F on black background.


Color preview on white background

This text has color #E6E68F on white background.



Black color preview on #E6E68F background

This text has black color on #E6E68F background.


White color preview on #E6E68F background

This text has white color on #E6E68F background.