COLOR #E6E38A

HEX: #E6E38A
RGB: (230,227,138)

Color info

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

RGB color model

#E6E38A color RGB value is (230,227,138).

  • red value is 230;
  • green value is 227;
  • blue value is 138.
RGB:
(230,227,138)
(90%,89%,54%)

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 138 of 255 = 54%

230
227
138

R + G + B ~ 78%. #E6E38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 227 + 138 = 595 (100%)
R 230 of 595 ~ 38.66%
G 227 of 595 ~ 38.15%
B 138 of 595 ~ 23.19%

%38.66
%38.15
%23.19

CMYK color model

#E6E38A color CMYK value is (0,1,40,10).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 40.00%
  • key color value is 9.80%
CMYK:
(0,1,40,10)
C0M1Y40K10 
(0%,1%,40%,10%)
(0.00/0.01/0.40/0.10)	

CMYK percentages

%0
%1.3
%40
%9.8

Codes

Color #E6E38A in popluar color models

E6E38A
RGB230227138
HSL58°64.79%72.16%
HSB/HSV58°40.00%90.20%
CMYK0.00%1.30%40.00%
9.80%

Color #E6E38A in popluar number systems.

HEXE6E38A
Decimal230227138
Binary111001101110001110001010
Octal346343212

Shades and tints

Shades of #E6E38A

#E6E38A
(230,227,138)
#D2CF7E
(210,207,126)
#BEBB72
(190,187,114)
#AAA766
(170,167,102)
#96935A
(150,147,90)
#827F4E
(130,127,78)
#6E6B42
(110,107,66)
#5A5736
(90,87,54)
#46432A
(70,67,42)
#322F1E
(50,47,30)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #E6E38A

#E6E38A
(230,227,138)
#E8E594
(232,229,148)
#EAE79E
(234,231,158)
#ECE9A8
(236,233,168)
#EEEBB2
(238,235,178)
#F0EDBC
(240,237,188)
#F2EFC6
(242,239,198)
#F4F1D0
(244,241,208)
#F6F3DA
(246,243,218)
#F8F5E4
(248,245,228)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E38A; }

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

This text font color is #E6E38A.


Background Color

.myBgColor { background-color: #E6E38A; }

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

This div background color is #E6E38A.


Border color

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

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

This div border color is #E6E38A.


Opacity

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

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

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

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

This text has shadow with #E6E38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E38A on black background.


Color preview on white background

This text has color #E6E38A on white background.



Black color preview on #E6E38A background

This text has black color on #E6E38A background.


White color preview on #E6E38A background

This text has white color on #E6E38A background.